/*******************************************************************************
* Hoja de estilos para el CALENDARIO de actividades para Hotel Trabadelo
* @author Tisquelmedia, S.L.
*******************************************************************************/
.caja_calendario{
	float:right;
	text-align: left;	
	padding-bottom: 0px;
}

.caja_calendario .cabecera{
	background-position:top left;
	background-repeat:no-repeat;
	width: 140px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.caja_calendario .contenido{
	background-position:top left;
	background-repeat:repeat-y;
	width: 140px;
	margin: 0;
	padding: 0;	
}

.caja_calendario .pie_recto{
	background-position:top left;
	background-repeat:no-repeat;
	width: 140px;
	height: 11px;
}

table.calendario{
	border-collapse: collapse;
	width: 140px;
	height: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin-left: 0px;
}

table.calendario td, table.calendario th{
	text-align:right;
}

table.calendario td.actividad{
	border: 1px solid #C00000;
	font-weight: bold; 
}

table.calendario td.actividad a{
	text-decoration: none;
}

table.calendario td.festivo{
	color: #FF0000;
}

table.calendario td.sabado,table.calendario td.domingo{
	color: #FF0000 !important;
}
table.calendario td, table.calendario th {
	text-align: center;
	vertical-align: middle;
}
table.calendario a {
	color: #000;
	text-decoration: none;
}

p.navegadores_mes{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0;
	padding-top: 5px;
	text-align:center;
	width: 140px;
}
p.navegadores_mes a{
	color: #814427;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
.cabeceratr {
	border-bottom: 1px solid #BCA984;
}
