@charset "utf-8";
/* CSS Format **/
/*Formato General*/
html, body, p, h1, h2, h3, h4{
	border:0px;
	margin:0px;
}
#titular, #fechaPublicacion, #imagenNoticia, p{
	margin:5px 2px 5px 2px;
}
#fechaPublicacion{
	text-align:right;
	padding-right:10px;
	border-top:#CCC solid 1px;
	margin:0px 10px 0px 10px;
}
#titular{
	border-left:#E0EDF8 35px solid;
	background:#F5F2E9;
	background:no-repeat;
	position:relative;
}
#fuenteNoticia{
	border:#CCC 1px dashed;
	background:#FFF;
	height:25px;
	line-height:25px;
	display:block;
}
#fuenteNoticia h4{
	margin:2px 0px 5px 0px;
	left:0px;
	height:20px;
	line-height:20px;
}
#fuenteNoticia h5{
	margin:0px 0px 0px 0px;
	float:right;
	width:60px;
	right:0px;
	font-weight:bold;
	font-size:12px;
	background:#FFF;
	text-align:center;
	border:#CCC 1px solid;
}
h1, h2, h3, h4{
	padding: 0px 0px 0px 10px;
	display:block;
}
#contenedor{
	width:610px;
	margin-bottom:15px;
	z-index:1;
	border-bottom:#A6B5C6 2px dashed;
}
h3{
	font-weight:lighter;
	font-size:0.9em;
	font-style:oblique;
}
p{
	display:block;
	font-size:12px;
	text-align:justify;
}
#contenidoNoticia p:first-letter{/*Propiedad para colocar formato a la primera letra*/
	/*font-size:2.5em;
	font-weight:bolder;
	line-height:0.9em;/*interlineado, espaciado de texto.*/
	/*float:left;
	padding:0;
	margin:0px 6px 0px 0px;*/
}
#contenidoNoticia span:first-letter{/*Propiedad para colocar formato a la primera letra*/
	font-size:2.5em;
	font-weight:bolder;
	line-height:0.9em;/*interlineado, espaciado de texto.*/
	float:left;
	padding:0;
	margin:0px 6px 0px 0px;
}
h4{
	font-size:12px;
	font-style:italic;
}
#imagenNoticia img{
	/*border-left:#999 0.1em solid;
	border-top:#999 0.1em solid;
	border-right:#CCC 0.1em solid;
	border-bottom:#CCC 0.1em solid;*/
}
img.icon{
	margin-right:6px;
	vertical-align:text-bottom;
	margin-left:4px;
}
#contenidoNoticia span{
	border:#F7F7F9 1px solid;
	display:block;
	padding:2px 2px 2px 1px;
	border-bottom: 0px solid;
}
#contenidoNoticia span:hover{
	border:#F7F7F9 1px solid;
	display:block;
	padding:2px 2px 2px 1px;
	background:#E9EAE1;
	color:#000;
	border-bottom: 0px solid;
}
.columna{
	float:left;
	width:280px;
	margin-left:13px;
	margin-right:5px;
}
.news{
	display:list-item;
	font-size:12px;
	text-transform:capitalize;
	margin: 1px 2px 3px 30px;
	text-align:left;
	font-weight:bold;
	padding:3px;
	list-style-image:url(../images/flechanaranja.png);
}
a.news:hover{
	font-size:10px;
	margin: 1px 0px 3px 30px;
	text-align:left;
	font-weight:bold;
	padding:3px;
	list-style-image:url(../images/flechaverde.png);
	color:#FFF;
	background-color:#D6D7B0;
	position:inherit;
	width:130px;
}
.titulos{
	background:url(../images/titulos.jpg);
	height:16px;
	display:block;
}