/* CSS Document */
/* ©2006 GTK. Grupo Trenvenque Kaplan
--------------------------------------------------------------------------------------------- */

.fecha{
	color:#009900;
	font-size:90%;
	font-weight:normal;
	background-color:transparent;
background:inherit;

}
.fecha2{
	color:#009900;
	font-size:100%;
	font-weight:normal;
}
.caja_titular{
	width: 100%;
	font-size: 100%;
	text-align:left;
	margin:0px 0px 16px 0px;
	padding:0px 0px 11px 0px;
	
	background:url(../img/bg_rayado.gif) repeat-x left bottom;
}

.caja_noticia{
	width: 170px;
	height:auto;
	float:left;
	font-weight:bold;
	font-size:90%;
	padding:10px 10px 14px 20px;
	margin:-3px 0px 0px 0px;

	
	background:#E5E5E5;

	
}
div>.caja_noticia{
	width: 170px;
	height:auto;
	float:left;
	font-weight:bold;
	font-size:90%;
	padding:10px 10px 14px 20px;
	background:#E5E5E5
}
.caja_noticia_selec{
	width: 170px;
	height:auto;
	float:left;
	font-size:90%;
	padding:10px 10px 14px 20px;
	background:#FFFFFF;
}
.caja_noticia a{
	color: #666666;
text-decoration:none;



}
.caja_noticia a:hover{
	color: #666666;
text-decoration:underline;


/*background:#FFFFFF 100%;*/


}

div.noticiaCompleta h4 {
	margin: 6px 0;
}
div.noticiaCompleta p.bodytext {
	margin: 6px 0;
}