#calendario a {
	text-decoration: none;
	color: #1f3360;
	text-align: center;
	font-size: 12px;
}
#calendario a:hover {
	color: #1f3360;
	text-decoration: underline;	
}
.year {
	background-color: #CD5C5C;
	text-align: center;
	/*border: 1px solid #CC9933;*/
}
.month {
	/*background-color: #FFFFFF;*/
	text-align: center;
	border: 1px solid #333333;
	height:16px;
	width:16px;		
	width:200px;
}
.yearname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFEFDB;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;/*1F3360*/
	color: #000;
	/*border-style: solid;
	border-width:0px*/
}
.dayname {
	background-color: #FFF;/*4f789f*/
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	height:16px;
	width:16px;	
	/*border-style: none;
	border-width:1px*/
}
.monthday {/*dias normales mes*/
	text-align: center;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #1f3360;
	height:16px;
	width:16px;
	border:solid 1px #CCCCCC;
}
.monthday a {
	color: #FFEFDB;
	font-size: 12px;
	font-weight: bold;
}
.today {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3333;
	color: #fff;
	height:16px;
	width:16px;
	border: 1px solid #333333;
}
.selectedday {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:16px;
	width:16px;
}
.sunday {
	background-color: #ccc;
	text-align: center;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #1F3360;
	height:16px;
	width:16px;
	border: 1px solid #999;	
}
.sunday a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.saturday {
	background-color: #ccc;
	text-align: center;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #1F3360;
	height:16px;
	width:16px;
	border: 1px solid #999;		
}
.saturday a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.event {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CDCD00;
	height:16px;
	width:16px;
}
.event a {
	color: #1F3360;
	font-size: 12px;
	font-weight: bold;
}
.selectedevent {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	/*border-width: 1px;
	border-style: none;*/
	color: #1F3360;
	background-color: #CDCD00;
	height:16px;
	width:16px;
}
.selectedevent a {
	background-color: #CDCD00;
	color: #1F3360;
	font-size: 12px;
	font-weight: bold;
}
.todayevent {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	/*border-width: 1px;
	border-style: none;*/
	color: #1F3360;
	background-color: #CDCD00;
	height:16px;
	width:16px;
}
.todayevent a {
	background-color: #CDCD00;
	color: #1F3360;
	font-size: 19px;
	font-weight: bold;
}
.eventcontent {
	font-size: 12px;
	/*border-style: solid;
	border-width: 1px;*/
	width: 100%;
}



/*
ESTILOS EVENTOS COLORES
*/
.fecha{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#000000;
	background-image: url(images/fechas.gif);
	background-repeat: repeat;	/*background-color:#717171;*/
	
}
.Concierto {
	text-align: center;
	/*background-color: #C71535;*/
	height:14px;
	width:14px;
	border: 1px solid #C71535;			
}
.Fiesta {
	text-align: center;
	/*background-color: #C71535;*/
	height:14px;
	width:14px;
	border: 1px solid #00fc3f;
}
.Teatro {
	text-align: center;
	/*background-color: #C71535;*/
	height:14px;
	width:14px;
	border: 1px solid #e316d2;
}
.Otros {
	text-align: center;
	/*background-color: #C71535;*/
	height:14px;
	width:14px;
	border: 1px solid #0617f8;
}
.varios {
	text-align: center;
	/*background-color: #C71535;*/
	height:14px;
	width:14px;
	border: 1px solid #ffcc00;
}
