/* lateral */
div.posicionAgenda {
	display:none;
}

.tAgenda {
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #e5e5e5;
	width: 100%;
	margin-top: 5px;
}
.tAgenda caption {
	border: none;
	color: #CC3300;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 2px 0px;
	font-size: 80%;
}
.tAgenda th {
	border-bottom: 1px  dotted #e5e5e5;
	background-color: #f5f5f5;
	text-align: left;
	padding: 2px 0 2px 5px;
	font-size: 80%;
	font-weight: normal;
}
.tAgenda td {
	padding: 5px;
	vertical-align: middle;
	font-size: 80%;
}


.evento{
	font-size: 75%;
	color: #CC6666;
	/*font-weight: bold;*/
	
	margin: 0;
	padding: 0;
}

#meses {
	width: 90%;
	margin:0 auto;
	font-size: 90%;
}
#meses th {
	background-color: #990000;
	color: #CCC;
	font-weight:normal;
	padding:2px 1em;
}
#meses td {
	background-color: #f1f1f1;
	color: #666;
	text-align:center;
}
#meses td a {
	color: #666;
}


#listaProgramacion {
	width: 90%;
	margin:0 auto;
	font-size: 85%;
	/*font-weight:bold;*/
}
#listaProgramacion td {
	color: #666;
	text-align:left;
	padding:2px 4px;
}
#listaProgramacion td.T {
	text-align:center;
	color: #990000;
}
.dia {
	color: #990000;
}

#listaProgramacion td a {
	color: #000;
}
#listaProgramacion td.F {
	text-align:right;
}

#listaProgramacion .Gayarre td, .Gayarre  {
	background-color: #ffbdc3;
}

#listaProgramacion .Otras td, .Otras {
	background-color: #e6deb0;
}

#leyenda {
	margin:1em auto;
	width: 320px;
}
#leyenda .Gayarre, #leyenda .Otras {
	width: 3em;
}

#listaProgramacion .futuro td {
	border: 1px solid lime;
}
