/* CSS Document */
body {
	background-color:#999999;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
}
#contenedor {
	background-color:#FCE52E;
	width:900px;
	margin:0px auto 0px auto;
	border:#333333 solid 1px;
}

/* CABECERA */
#cabecera {
	height:157px;
}
#cabecera table {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
#cabecera table td {
	width:100%;	
	margin:0px;
	padding:0px;
}
#cont_sup {
	background-image:url(../revaloraperu/img/plantilla/hdr_espac_inf.png);
	background-repeat:no-repeat;
	height:31px;	
}

/* CUERPO */

#cont_centro {
	background-image:url(../revaloraperu/img/plantilla/cont_bg.png);
	background-repeat:repeat-y;
	clear:left;
}

#cont_menu {
	width:173px;
	float:left;
	margin-left:30px;
}
#cont_menu table {
	width:158px;
	margin:0px;
	padding:0px;
	border:none;
	border-collapse:collapse;
}
#cont_menu table td {
	padding-left:37px;
	vertical-align:middle;
	background-image:url(../revaloraperu/img/plantilla/cont_boton.png);
	background-repeat:no-repeat;
	height:32px;
	border-collapse:collapse;
	color:#FFFFFF;
}
#cont_menu img {
	border:none;
}
#cont_menu a {
	text-decoration:none;
	color:#FFFFFF;
}
#cont_cuerpo {
	width:635px;
	margin-left:223px;
	min-height:350px;
	background-image:url(img/plantilla/muneco.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#cont_cuerpo h1 {
	margin-top:0px;
	font-size:1.8em;
	color:#990000;
	border-bottom:#990000 solid 2px;
}
#cont_cuerpo h2 {
	margin-top:0px;
	font-size:1.5em;
	color:#003366;
	border-bottom:#003366 dotted 1px;
}

#cont_cuerpo .imagen {
	width:200px;
	float:left;
	margin:5px 5px 5px 0px;
}

#cont_cuerpo td, #cont_cuerpo th {
	padding:3px;
}
/* PIE DE PAGINA */

#cont_inf {
	background-image:url(../revaloraperu/img/plantilla/pie_inf.png);
	background-repeat:no-repeat;
	height:33px;
	clear:left;
	padding-top:38px;
	text-align:center;
	margin-bottom:15px;
	color:#666666;
}


.noticia_fecha {
	margin-top:-10px;
	font-weight:bold;
	font-size:0.8em;
}
