/* estilo body */
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url();
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	text-decoration: none;
	color: #CA2128;
}
a:visited {
	text-decoration: none;
	color: #CA2128;
}
a:hover {
	text-decoration: none;
	color: #56555A;
}
a:active {
	text-decoration: none;
}


/* estilo del menu superior */
.contenedormenu {
 clear:both;
 float:left;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 overflow:hidden;
 width:100%;
 height:30px;
 padding:5px 0px 5px 0px;
}

#menu {
 float:left;
 left:50%;
 list-style-type:none;
 margin:0 auto;
 padding:0;
 position:relative;
 list-style: none;
 line-height:30px;
}

#menu li {
 float:left;
 position:relative;
 right:50%;
 border-bottom:#FFF 0px solid;
 border-left:#FFF opx solid;
  border-right:#FFF 0px solid;
  border-top:#FFF 0px solid;
}


#menu a {  
  color:#FFF;
  display:block;
  font-size:11px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  padding:0px 10px;
  text-decoration:none;
 text-transform: uppercase;
}
#menu a:hover {
  /* background:#417d85; */
  color:#000;
}
#menu .activo a.seccion {
  /* background:#e9d31b; */
  color:#000;
  font-weight:bold;
}
#menu .separador {
  /* background:#e9d31b; */
  font-size:11px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#FFF;
}


.borde_celda_bottom {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:0px; 
	border-right-width:0px; 
	border-top-width:0; 
	border-bottom-width:1px;	
}
.borde_celda_top {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:0px; 
	border-right-width:0px; 
	border-top-width:1px; 
	border-bottom-width:0px;	
}
.borde_celda_completa {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-top-width:1px; 
	border-bottom-width:1px;	
}
.borde_celda_izq_der {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-top-width:0px; 
	border-bottom-width:0px;	
}
.borde_celda_der {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:0px; 
	border-right-width:1px; 
	border-top-width:0px; 
	border-bottom-width:0px;	
}
.borde_celda_izq {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:1px; 
	border-right-width:0px; 
	border-top-width:0px; 
	border-bottom-width:0px;
}
.borde_celda_izq_der_top {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-top-width:1px; 
	border-bottom-width:0px;
	background-color:#FFFFFF;	
}
.borde_celda_izq_der_bottom {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-top-width:0px; 
	border-bottom-width:1px;	
}


.borde_celda_top_der_bot {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:0px; 
	border-right-width:1px; 
	border-top-width:1px; 
	border-bottom-width:1px;	
}

.borde_celda_top_izq_bot {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:1px; 
	border-right-width:0px; 
	border-top-width:1px; 
	border-bottom-width:1px;	
}

.borde_celda_top_bot {
	border-style:solid; 
	border-color:#E0E0E0; 
	border-left-width:0px; 
	border-right-width:0px; 
	border-top-width:1px; 
	border-bottom-width:1px;	
}


/* para mouse up de las cajas de secciones */
.contenedor_seccion a {display:block;}
.contenedor_seccion a:hover {width:100%; height:100px; background-image:url(../images/png/mas.png); background-position:center;}
.contenedor_seccion_vacio_link { width:100%; height:100px;}


/* para mouse up de las cajas de imagenes de notas */
.contenedor_imagen a {display:block;}
.contenedor_imagen a:hover {width:100%; height:200px; background-image:url(../images/png/blanco50.png); background-position:center;}
.contenedor_imagen_vacio_link { width:100%; height:200px;}


/* para mouse up de las cajas de los videos */
.contenedor_video a {display:block; background-image:url(../images/png/play.png);}
.contenedor_video a:hover {width:100%; height:140px; background-image:url(../images/png/play_up.png); background-position:center;}
.contenedor_video_vacio_link { width:100%; height:140px;}

/* para mouse up de las cajas de imagenes de fotos */
.contenedor_fotos a {display:block;}
.contenedor_fotos a:hover {width:100%; height:140px; background-image:url(../images/png/blanco50.png); background-position:center;}
.contenedor_fotos_vacio_link { width:100%; height:140px;}


.borde_celda_dia_seleccionado {
	border-style:solid; 
	border-color:#36C; 
	border-left-width:0px; 
	border-right-width:0px; 
	border-top-width:0; 
	border-bottom-width:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}


/* programa general*/

.contenedor_menu a{
	display:block;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	text-transform: none;
	border-bottom:#FFF 3px solid;
	width:100%;
	height:27px;
	}
	
.contenedor_menu a:hover {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	text-transform: none;
	border-bottom:#369 3px solid;
	width:100%;
	height:27px;
}

.contenedor_menu_seleccionado a{
	display:block;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#369;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	text-transform: none;
	border-bottom:#369 3px solid;
	width:100%;
	height:27px;
	}
	
.contenedor_menu_seleccionado a:hover {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	text-transform: none;
	border-bottom:#369 3px solid;
	width:100%;
	height:27px;
}

.contenedor_detalle {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	text-transform: none;
	width:800px;
	margin:auto;
}


.borde_celda_der_rojo {
	border-style:solid; 
	border-color:#cd222b; 
	border-left-width:0px; 
	border-right-width:2px; 
	border-top-width:0px; 
	border-bottom-width:0px;	
}
.borde_celda_der_rojo_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#cd222b;
}

.borde_celda_der-azul {
	border-style:solid; 
	border-color:#125eac; 
	border-left-width:0px; 
	border-right-width:2px; 
	border-top-width:0px; 
	border-bottom-width:0px;	
}
.borde_celda_der-azul_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#125eac;
}

.borde_celda_der_verde {
	border-style:solid; 
	border-color:#207e7e; 
	border-left-width:0px; 
	border-right-width:2px; 
	border-top-width:0px; 
	border-bottom-width:0px;	
}
.borde_celda_der_verde_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#207e7e;
}

.borde_celda_der_amarillo {
	border-style:solid; 
	border-color:#cc9f2c; 
	border-left-width:0px; 
	border-right-width:2px; 
	border-top-width:0px; 
	border-bottom-width:0px;	
}
.borde_celda_der_amarillo_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#cc9f2c;
}



.borde_celda_der_violeta {
	border-style:solid; 
	border-color:#60F; 
	border-left-width:0px; 
	border-right-width:2px; 
	border-top-width:0px; 
	border-bottom-width:0px;	
}
.borde_celda_der_violeta_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#60F;
}

.borde_celda_der_general_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4E4E4E;
}
