/* @override 
	http://www.holachicos.net/cont/css/estilosAgenda.css
*/

/* CSS Document */

.contenedorCalendario {
	width: 180px;
	height: 140px;
	margin: 10px 0px 0px 0px;
	background-image: url(/cont/img/boxAgendaCal.gif);
	background-repeat: no-repeat;
}

#calendar1 {
	width: 180px;
	height: 140px;
	margin: -12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#cal_tabla {
	width: 155px;
	margin: -2px 0px 0px 10px;
	font-size: 10px;
	text-align: center;
}

#cal_tit {
        height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

.monthName {
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

#cal_tit a {
	color: #FFFFFF;
	font-weight: bold;
}

#cal_tit a:hover {
	color: #FF6600;
}

.cal_evento a {
	background: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

.cal_evento{
	background: #FF6600;
}

.cal_evento a:hover {
	background: #FFFFFF;
	color: #FF6600;
}

.cal_feria a {
	background: #047391;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

.cal_feria {
	background: #047391;
}

.cal_feria a:hover {
	background: #FFFFFF;
	color: #047391;
}

.cal_festivo a {
	background: #df3300;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

.cal_festivo {
	background: #df3300;
}

.cal_festivo a:hover {
	background: #FFFFFF;
	color: #df3300;
}

.cal_otro a {
	background: #0086C6;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

.cal_otro {
	background: #0086C6;
}

.cal_otro a:hover {
	background: #FFFFFF;
	color: #0086C6;
}

.cal_comun {
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.cal_comun{
	padding: 4px;
}

.cal_comun a, .cal_otro a, .cal_festivo a, .cal_feria a, .cal_evento a{
	padding: 4px;
	font-weight: normal;
	width: 12px;
	display: block;
}

.cal_otro, .cal_festivo, .cal_feria, .cal_evento{
	padding: 0px;
	font-weight: normal;
}
