
/*CONTENEDOR CALENDARIO*/

#calendario{
	float:left;
	position:relative;
	width:100%;
	text-align:center;

}
#calendario h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	text-align:center;
	color:#7c1d30;
	margin-bottom:10px;
	margin-top:5px;
	line-height:25px;
	width:98%;
	border-bottom: 1px solid #cccccc;
	border-top:none;
}
#resultados_agenda{
	float:left;
	position:relative;
	width:100%;
	margin-bottom:10px;
	}
#resultados_agenda ul{
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	margin:0px;
	padding:0px;
	}

#resultados_agenda li{
	margin:0px;
	padding:0px;
	text-indent:7px;
	}

#resultados_agenda h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	text-align:center;
	color:#333333;
	margin-bottom:10px;
	margin-top:5px;
	line-height:25px;
	width:98%;
	border-bottom: 1px solid #cccccc;
}
#resultados_agenda h1{
	border-top: none;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	width:98%;
	margin-top:5px;
	color:#7c1d30;
	padding-top:10px;
	border-bottom: 1px solid #cccccc;
	}
#resultados_agenda h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	text-align:justify;
	color:#333333;
	margin-bottom:5px;
	margin-top:5px;
	width:98%;
	font-weight:normal;
	border:0px;
}
	
#resultados_agenda h3{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:0.8em;
	text-align:justify;
	color:#7c1d30;
	margin-bottom:5px;
	margin-top:5px;
	width:98%;

}
.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:#7c1d30;

	font-size:1.3m;

	font-weight:bold;

	text-transform:lowercase;

}

.solo_ano{

	font-size:0.6em;

	}

.dias_semana{

	float:left;

	position:relative;

	width:14%;

	background-color:#7c1d30;

	text-align:center;

	color:#ffffff;

	height:20px;

	min-height:20px;

	vertical-align:middle;

	padding-top:4px;

	font-weight:bold;

	font-size:0.8em;

}

.dias{

	float:left;

	position:relative;

	width:14%;

	text-align:center;

	color:#666666;

	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;

	}
#evento{
	float:left;
	position:relative;
	margin:0px;
	border:0px;
}
.dias_evento{
	float:left;
	position:relative;
	text-align:center;
	color:#ffffff;
	background-color:#7c1d30;
	text-decoration:underline;
	height:20px;
	min-height:20px;
	padding-top:4px;
	border:0px;
	font-size:0.8em;
	width:14%;
}

.dia_actual{

	float:left;
	position:relative;
	width:14%;
	text-align:center;
	color:#7c1d30;
	height:20px;
	min-height:20px;
	padding-top:4px;
	font-size:0.8em;
	font-weight:bold;
}

.diareserva{

	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 0.8em;
	font-weight: bold;
	color:#7c1d30;
	text-decoration:underline;

}



.diareserva:hover{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 0.8em;
	font-weight: bold;
	color:#333;
	text-decoration:none;
}



.tipo_dialibre{

	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 0.8em;
	font-weight: bold;
	color:#0CD6CC;
	text-decoration:none;
}

.enlaces_dias{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 0.8em;
	font-weight: bold;
	color:#c00000;
	text-decoration:none;
	}

.enlaces_dias:hover{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 0.8em;
	font-weight: bold;
	color:#666666;
	text-decoration:underline;

	}

.enlaces_dias_actual{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 0.8em;
	font-weight: bold;
	color: #c0af00;
	}

.enlaces_dias_actual:hover{

	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;

	font-size: 0.8em;

	font-weight: bold;

	color:#333333;

	text-decoration:none;

	}

.enlaces_meses{

	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;

	font-size: 0.8em;

	font-weight: bold;

	color: #333333;

	}

.enlaces_meses:hover{

	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;

	font-size: 0.8em;

	font-weight: bold;

	color:#666666;

	text-decoration:none;

	}
/*agenda*/
#contiene_centro_agenda{
	margin-top:5px;
	padding-bottom:5px;
	margin-left:15px;
	border:0px;
	width:75%;
	height:auto;
	text-align:center;
	position:relative;
	float:left;
	z-index:4;
	color:#000;
	background-color:#FFFFFF;
	}
#contiene_listado_agenda{
	position:relative;
	float:left;
	text-align:justify;
	width:97%;
	min-width:97%;
	margin:0px;
	margin-left:3%;
	height:auto;
	padding:0px;
	padding-bottom:10px;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	color:#333333;
	border-right:1px solid #BBBBBB;
}
#contiene_listado_agenda p{
	text-align:justify;
	font-size:0.7em;
}
#contiene_evento_agenda{
	position:relative;
	float:left;
	width:100%;
	margin-left:15px;
	margin-bottom:10px;
}
#texto_agenda{
	position:relative;
	float:left;
	width:50%;
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
#imagen_agenda{
	position:relative;
	float:left;
	text-align:justify;
	width:40%;
	margin-top:12px;
}
/*Fin agenda*/