
.caja:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.caja {display: inline-block;}

/* Hides from IE-mac \*/
* html .caja {height: 1%;}
.caja {display: block;}
/* End hide from IE-mac */

.oculto { display: none !important; visibility:hidden; }
.visible { display: block; }
.invisible { display: block !important;visibility: hidden !important;position: absolute !important;left: 0 !important;top: 0 !important;width: 0 !important;height: 0 !important;font-size: 0.1px !important;line-height: 0 !important; }
.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }
.derecha { float: right; }
.izquierda { float: left; display: inline; /* ie hack */ }
.centrado { margin-left: auto; margin-right: auto; }
.fot-derecha { float: right; margin-bottom:8px; margin-left:8px; }
.fot-izquierda { float: left; display: inline; /* ie hack */ margin:0 8px 8px 0;}
.centrar-text { text-align: center; }
.inline { display: inline; }
.clear { clear: both; }

body{
	font-family:Tahoma;
	font-size:10px;
}

a img{ border:0; }
a, input, button { outline:0; }

/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.en_columnas{
	float:left;
	width:50%
}
.marco_borde_sup{
	padding:10px;
	border:1px solid #F0F0F0;
	background-color: #FBFBFB;
	border-top:1px solid #CCCCCC;
	margin-bottom:15px;
	clear:both
}

.fondo_rayas{ background-image:url(../img/fondoRayas.gif)}

.intervalo{
	display:block;
	height:30px;
	/* width:250px; */
}
.fecha_agenda_des, .fecha_agenda_des2{
	display:block;
	float:left;
	text-align:left;
	padding:2px 0px 0px 24px;
	width:auto;
	height:22px;
	background:url(/img/fnd_fecha_des.gif) left top no-repeat;
}
.fecha_agenda_des2{
	background:url(/img/fnd_fecha_des2.gif) left top no-repeat;
}
.fecha_agenda_des span{
	font-size:11px	
}