/* detalle_agenda */
.banners
{
	float:right;
	padding-top:10px;
	width:175px;
}
.detalle
{
	overflow:auto;
	padding-top:10px;
}
* html .detalle
{
	overflow: hidden;
	height:1%;
}
.rojo{
	color: red;
}

