﻿/******* Estilos calendario disponibilidad *******/
.CalendarStyle {
    border: solid 1px #FFFFFF;
}
.TitleStyle{
    height: 20px;
    background-color: #FFFFFF;
	background-image: url(../images/fondoEncabezado.gif);
	background-repeat: repeat-x;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3px;
}
.DayHeaderStyle {
    font-weight: bold;
}
.DayStyle {
    font-weight: bold;
    color: #339900;    
}
.SelectedDayStyle {
    color: #FF3300;
    background-color: #FF0000;
    text-decoration: line-through;
}
/******* Fin Estilos calendario disponibilidad *******/