#calendario_total {
	width: 196px;
}
#calendario {
	width: 196px;
	background-color: #D4DDEE;
	background-image: url(../imagenes/esq_sup_calendario.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
}
#esq_sup_calendario {
	background-image: url(../imagenes/esq_sup_calendario.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 4px;
	width: 196px;
	display: block;
}
#esq_inf_calendario {
	background-image: url(../imagenes/esq_inf_calendario.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 4px;
	width: 196px;
	clear: both;
}
#tabla_calendario {
	width:186px;
	text-align: center;
	margin-left: 5px;
	font-size: 11px;
}
#tabla_calendario tr {
}

#tabla_calendario td {
	text-align: center;
	padding: 1px;
}

.tit_calendario {
	font-size: 14px;
	font-weight: bold;
	color: #00355d;
	text-align: center;
	width: 196px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.fecha_calendario {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	margin-top: 3px;
}
#capa_destacados_meses {
	margin-top: 5px;
	width: 176px;
	margin-left: 2px;
	padding-bottom: 10px;
	font-size: 10px;
}
.enlace_destacados
{
	text-decoration: underline;
	color: #296DC0;
	font-weight: bold;
}
.enlace_destacados:hover {
	text-decoration: underline;
	color: #205597;
	font-weight: bold;
}
.enlace_dia_calendario {
	text-decoration: none;
	color: #333333;
}
.enlace_dia_calendario:hover {
	text-decoration: underline;
	color: #000000;
}
.enlace_dia_calendario_fest {
	text-decoration: none;
	color: #296DC0;
}
.enlace_dia_calendario_fest:hover {
	text-decoration: underline;
	color: #1C4A84;
}
.enlace_dia_calendario_marcado {
	font-weight: bold;
	color: #296DC0;
	text-decoration: none;
}
.enlace_dia_calendario_marcado:hover {
	font-weight: bold;
	color: #205597;
	text-decoration: underline;
}
.fondo_dia_marcado {
	background-color: #0033CC;
}

.select_meses {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7D99CC;
	color: #333333;
	background-color: #FFFFFF;
	width: 105px;
	margin-left: 2px;
}
.celda_dias {
	font-weight: bold;
	color: #00355D;
	background-color: #FFFFFF;
}
.celda_fecha {
	background-color: #FFFFFF;
}
.celda_fecha_destacada {
	background-color: #E0E0E0;
}
.celda_fecha_festiva {
	background-color: #FFFFFF;
}

