@charset "utf-8";
@import "comun.css";
/* CSS intro */
body {
	background: none;
	background-color: #3b3a38;
}
#contenido {
	width: 878px;
	height: 377px;
}
#resumenNoticias {
	width: 878px;
	height: auto;
	margin: auto;
	clear: both;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
#resumenNoticias dl {
	width: 430px;
	height: 119px;
	float: left;
	margin-left: 2px;
	background: url(../img/intro/fondocaja.jpg) no-repeat;
}
#resumenNoticias dt {
	width: 120px;
	height: 113px;
	float: left;
	margin: 3px 0px 0px 0px;
}
#resumenNoticias dd {
	width: 285px;
	height: auto;
	float: left;
	margin: 14px 0px 0px 0px;
	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #FFF;
}
#resumenNoticias dd h2 {
	width: 300px;
	height: auto;
	float: left;
	
	text-align: justify;
	color: #ffc820;
	font-size: 14px;
	padding-bottom: 4px;
}
#resumenNoticias dd h2 a {
	color: #ffc820;
	font-size: 14px;
	padding-bottom: 4px;
}
#resumenNoticias dd ul {
	position: relative;
	top: 10px;
}
#resumenNoticias dd ul li {
	width: auto;
	height: auto;
	list-style: none;
	padding-top: 5px;
}
#resumenNoticias ul li a {
	color: #FFF;
	text-decoration: underline;
}
#lineaDivisora {
	width: 9px;
	height: 129px;
	float: left;
	position: relative;
	top: -5px;
	background: url(../img/intro/lineaHorizontar.jpg) no-repeat;
}

a.enlaceDestacado {
	color: #FFF;
	text-decoration: none;
}

#imagenDestacado{
margin: 10px 10px 10px 10px;
width:auto;
height:auto;
}

#pie {
	background: none;
}