/* ORION - Diario */

/*------ Noticias ------*/
.noticia{
	float:left;
	padding-bottom:1.5em;
	border-bottom:1px solid #ccc;
	width:59.5em;
	margin-top:2em;
}

.noticia h2{
	clear:both;
	float:left;
	width:29em;
	line-height:1.4em;
	margin-top:0;
}

.noticia h2 a{
	color:#ffaf1c;
}

.noticia .fecha{
	background:url(../img/all/bullet_fecha.gif) no-repeat left top;
	padding-left:1.8em;
	color:#fff;
	clear:both;
	float:left;
	width:8em;
	margin-top:1.5em;
}

.noticia .autor{
	background:url(../img/all/bullet_autor.gif) no-repeat left top;
	padding-left:1.8em;
	color:#fff;
	text-transform:uppercase;
	float:left;
	margin:1.5em 0 0 1em;
}

.noticia .descripcion{
	font-size:1.2em;
	clear:both;
	float:left;
	margin:0 0 0 0;
	width:49em;
	line-height:1.4em;
}

.noticia img{
	float:right;
	padding:4px;
	background:#ccc;
	margin:1.5em 0 1em 3em;
}

.noticia img:hover{
	background:#999;
}

.noticia .leer_articulo{
	background:url(../img/all/bullet_leer_articulo.gif) no-repeat left top;
	padding:0 0 .1em 2em;
	color:#fff;
	clear:both;
	float:left;
	width:26em;
}

.noticia .descargar_articulo{
	margin-top:.6em;
	background:url(../img/all/bullet_descargar_articulo.gif) no-repeat left top;
	padding-left:2em;
	color:#fff;
	clear:both;
	float:left;
	width:26em;
}

/*------ Galerķa ------*/
.galeria{
	margin-top:1.5em;
}

.galeria li{
	display:inline;
}

.galeria a{
	display:block;
	float:left;
	margin:0 .5em .5em 0;
	border:1px solid #b16666;
	padding:2px;
}