
/*CONTENEDOR CALENDARIO DERECHA WEB*/

#calendario{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
	margin:0px;
	margin-bottom:30px;
	

}

#calendario h2.titulo{
	text-align:left;
	width:98%;
	margin-top:5px;
	color:#ffffff;
	padding-top:30px;
	background-image: url(../images/escudo_riojaforum_fondo.png);
	background-repeat:no-repeat;
	text-indent:20px;
	height:37px;
	margin-bottom:0px;
	}

#resultados_agenda{
	float:left;
	position:relative;
	width:100%;
	margin-bottom:10px;
	font-size:92%;
	}

#resultados_agenda h2{
	border-top: 10px solid #cc3333;
	text-align:center;
	width:98%;
	margin-top:5px;
	color:#333333;
	padding-top:10px;
	}

#resultados_agenda ul{
	list-style:none;
	text-align:left;
	margin:0px;
	padding:0px;
	}

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

#resultados_agenda h3{
	text-align:left;
	color:#ffffff;
	width:98%;
	margin-top:5px;
	color:#ffffff;
	padding-top:30px;
	background-image: url(../images/escudo_riojaforum_fondo.png);
	background-repeat:no-repeat;
	text-indent:20px;
	height:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
}


#resultados_agenda h3.solo_dia_unico{
	margin:0px;
	padding:0px;
	padding-top:2px;
	text-indent:0px;
	text-align:center;
	width:40px;
	height:43px;
	min-height:70px;
	color:#ffffff;
	background-image: url(../images/calendario_fondo_dia.png);
	background-repeat:no-repeat;
	float:left;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:1.3em;
	font-weight:normal;
	line-height:1.3em;
}
#resultados_agenda h4{
	text-align:justify;
	color:#640000;
	margin:0px;
	text-transform:uppercase;
	float:left;
	width:80%;
	margin-left:5px;
	font-size:12px;

}

#resultados_agenda h4 a:hover{
	color:#CC0000; }

#resultados_agenda a{
	text-transform:uppercase;
}

#resultado_individual_agenda{
	height:80px;
	min-height:80px;
	

}
	
#resultados_agenda h5{
	text-align:justify;
	color: #CCCCCC;
	margin:0px;
	margin-top:1px;
	float:left;
	width:80%;
	margin-left:5px;

}
#resultados_agenda h6{
	text-align:justify;
	color:#999999;
	padding-bottom:15px;
	margin-top:5px;
	border-bottom: 1px dotted #ffffff;
	float:left;
	width:80%;
	margin-left:5px;

}
.contiene_filas{

	float:left;

	position:relative;

	width:100%;

	text-align:center;

}

.fila_ano{

	float:left;

	position:relative;

	width:100%;

	text-align:center;

	color:#cc0000;


	font-weight:bold;

	text-transform:lowercase;
	
	margin-top:0px;
	
	padding-top:0px;
	
}

.solo_ano{


	}

.dias_semana{

	float:left;

	position:relative;

	width:14%;

	background-color:#640000;

	text-align:center;

	color:#ffffff;

	height:15px;

	min-height:15px;

	vertical-align:middle;

	padding-top:4px;
	padding-bottom:4px;

	font-weight:bold;


}

.dias{

	float:left;

	position:relative;

	width:14%;

	text-align:center;

	color:#ffffff;

	height:20px;

	min-height:20px;

	padding-top:4px;


	

}

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

	height:20px;

	min-height:20px;

	padding-top:4px;

}

.dia_actual{

	float:left;

	position:relative;

	width:14%;

	text-align:center;

	color:#c0af00;

	height:20px;

	min-height:20px;

	padding-top:4px;


}

.diareserva{


	font-weight: bold;

	color:#cc0000;

	text-decoration:underline;

	



}



.diareserva:hover{

	color:#CCCCCC;

	text-decoration:none;

}



.tipo_dialibre{



	font-weight: bold;

	color:#0CD6CC;

	text-decoration:none;

}

.enlaces_dias{



	font-weight: bold;

	color:#c00000;

	text-decoration:none;

	}

.enlaces_dias:hover{



	font-weight: bold;

	color:#666666;

	text-decoration:underline;

	}

.enlaces_dias_actual{




	font-weight: bold;

	color: #c0af00;

	}

.enlaces_dias_actual:hover{



	font-weight: bold;

	color:#333333;

	text-decoration:none;

	}

.enlaces_meses{



	font-weight: bold;

	color: #ffffff;

	}

.enlaces_meses:hover{


	font-weight: bold;

	color:#cc0000;

	text-decoration:none;

	}