@charset "utf-8";
/* CSS Document */
 
body {
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
}
 
a {
	color: #DF9496;
}
 
#calendar {
	width: 201px;
	padding: 0;
	margin: 0;
	border-left: 0px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}
 
.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
	text-align: center;
	text-decoration: none;
}	
 
caption {
	margin: 0;
	padding: 0;
	width: 201px;
	color: #012537;
	text-align: center;
	background-color: #666666;
	background-image: url(../imagenes/calendario/bg_calendar_caption.png);
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
 
th {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 24px;
	height: 20px;
	text-align: center;
	/*background: url(../imagenes/calendario/bg_calendar.gif) no-repeat right bottom;*/
	color: #012537;
}
 
.today, td.today a, td.today a:link, td.today a:visited {
	color: #000000;
	font-weight: bold;
	/*background-color: #E7E7ED;*/
}
 
td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 24px;
	height: 20px;
	text-align: center;
	background: url(../imagenes/calendario/bg_calendar.gif) no-repeat right bottom;
}
 
td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
 
td a:link, td a:visited {
	color: #012537;
	background: url(../images/bg_calendar.gif) no-repeat;
}
 
td a:hover, td a:active {
	color: #E4232F;
	background-position: -23px 0px;
	background-image: url(../images/bg_calendar.gif);
	background-repeat: no-repeat;
}
 
.calendario_titulo_home {
	background-image: url(../imagenes/home/titulo_eventos.jpg);
	height: 63px;
	width: 201px;
	background-repeat: no-repeat;
	margin-top: 16px;
	padding-top: 10px;
	margin-left: 16px;
}


#linkcal a:link {color: #012537; text-decoration:none  }
#linkcal a:hover {color: #012537; text-decoration:none }
#linkcal a:visited {color: #012537; text-decoration: none }