/*****************ESTILOS PAGINA NOTICIAS***********************/

#cuerpoDch #noticias li a{
	color:#BA9500;
	font-weight:bold;
	padding:0px !important;
	margin-top:8px;
	margin-bottom:5px;
	float:left;
	width:auto;
	clear:both;
}

#cuerpoDch #noticias li a:hover{
	color:#c1a32a;
}

#cuerpoDch #noticias p{
	
	clear:both;
}


/*****************ESTILOS DETALLE NOTICIA***********************/
#cuerpoDch #detalleNoticia {
	float:left;
	width:515px;
	color:#455466;
}

#cuerpoDch #detalleNoticia #procedencia {
	font-weight:bold;
	color:#3B516C;
}

#cuerpoDch #detalleNoticia h2{
	color:#BA9500;
	font-size:100%;
	font-weight:bold;
	padding:0px !important;
	margin-top:8px;
	margin-bottom:10px;
	background-color:transparent !important;
}

#cuerpoDch #detalleNoticia p {
	color:#3B516C;
}


/*****************ESTILOS NOTICIAS DESTACADAS*******************/

#cuerpoDch #noticiasDestacadas ul {
	margin:0px !important;
	padding:0px !important;
	width:99%;
}

#cuerpoDch #noticiasDestacadas ul li{
	float:left;
	width:45%;
	background:none;
	padding:0px;
	border:solid 1px #DEE2E7;
	margin-left:20px;
	margin-top:20px;
	min-height:240px;
}

* html #cuerpoDch #noticiasDestacadas ul li{
	width:45%;
	margin-left:12px;
	height:242px;
}


#cuerpoDch #noticiasDestacadas ul li .titulo{
	color:#BA9500;
	font-size:100%;
	font-weight:bold;
	background-color:#DEE2E7;
	padding:3px 0px 4px 0px;
	display:block;
	margin:0px;
	border:none;
}

#cuerpoDch #noticiasDestacadas ul li img{
	margin:0px auto;
	text-align:center;
	display:block;
}

#cuerpoDch #noticiasDestacadas ul li p{
	margin:0px 10px 10px 10px !important;
	text-align:justify;
}

