/* CALENDARIO */
.contiene_calendario{
	float:left;
	position:relative;
	width:241px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../portada/images/fondo_calendario_22.jpg);
	background-repeat:no-repeat;
	padding-bottom:30px;
	}
	
.contiene_filas{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
}
.fila_ano{
	float:left;
	position:relative;
	width:100%;
	background-color:#ffffff;
	text-align:center;
	color:#c00000;
	font-size:1.7em;
	font-weight:bold;
	text-transform:lowercase;
}
.solo_ano{
	font-size:0.6em;
	}
.dias_semana{
	float:left;
	position:relative;
	width:14%;
	background-color:#c00000;
	text-align:center;
	color:#ffffff;
	height:15px;
	min-height:15px;
	vertical-align:middle;
	padding-top:4px;
	font-weight:bold;
	font-size:0.8em;
	

}
.dias{
	float:left;
	position:relative;
	width:14%;
	text-align:center;
	color:#000000;
	height:20px;
	min-height:20px;
	padding-top:4px;
	font-size:0.8em;
	
}
.cambio_mes{
	float:left;
	position:relative;
	width:97%;
	color:#000000;
	padding-bottom:5px;
	}
.mes_anterior{
	float:left;
	position:relative;
	width:45%;
	text-align:left;
	text-indent:5px;
	}

.mes_posterior{
	float:right;
	position:relative;
	width:45%;
	text-align:right;
	text-indent:5px;
	}

.dias_evento{
	float:left;
	position:relative;
	width:14%;
	text-align:center;
	color:#c00000;
	height:20px;
	min-height:20px;
	padding-top:4px;
}
.dia_actual{
	float:left;
	position:relative;
	width:13%;
	text-align:center;
	color:#c0af00;
	height:20px;
	min-height:20px;
	padding-top:4px;
	font-size:0.8em;
	background-color:#cccccc;
}
.dias_rojo{
	float:left;
	position:relative;
	width:14%;
	text-align:center;
	color:#ff0202;
	height:20px;
	min-height:20px;
	padding-top:4px;
	background-color:#c00000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}
.dias_rojo a{
	color:#ffffff;
}
.dias_rojo a:hover{
	color:#000000;
}
.dias_azul{
	float:left;
	position:relative;
	width:14%;
	text-align:center;
	color:#029dff;
	height:20px;
	min-height:20px;
	padding-top:4px;
	background-color:#029dff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.dias_azul a{
	color:#ffffff;
}
.dias_azul a:hover{
	color:#000000;
}
.dias_amarillo{
	float:left;
	position:relative;
	width:14%;
	text-align:center;
	color:#ddc312;
	height:20px;
	min-height:20px;
	padding-top:4px;
	background-color:#ddc312;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}
.dias_amarillo a{
	color:#ffffff;
}
.dias_amarillo a:hover{
	color:#000000;
}
.dias_verde{
	float:left;
	position:relative;
	width:14%;
	text-align:center;
	color:#27f630;
	height:20px;
	min-height:20px;
	padding-top:4px;
	background-color:#27f630;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}
.dias_verde a{
	color:#ffffff;
}
.dias_verde a:hover{
	color:#000000;
}
.enlaces_dias{
	font-family: Tahoma;
	font-size: 0.8em;
	font-weight: bold;
	color:#c00000;
	text-decoration:none;
	}
.enlaces_dias:hover{
	font-family: Tahoma;
	font-size: 0.8em;
	font-weight: bold;
	color:#666666;
	text-decoration:underline;
	}
.enlaces_dias_actual{
	font-family: Tahoma;
	font-size: 0.9em;
	font-weight: bold;
	color: #c0af00;
	}
.enlaces_dias_actual:hover{
	font-family: Tahoma;
	font-size: 0.9em;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
	}
.enlaces_meses{
	font-family: Tahoma;
	font-size: 0.7em;
	font-weight: bold;
	color: #333333;
	}
.enlaces_meses:hover{
	font-family: Tahoma;
	font-size: 0.7em;
	font-weight: bold;
	color:#666666;
	text-decoration:none;
	}
