﻿/******* Estilos calendario disponibilidad *******/
.CalendarStyle {
    border: solid 1px #FFFFFF;
}
.TitleStyle{
    height: 20px;
    background-color: #75C312;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3px;
}
.DayHeaderStyle {
    font-weight: bold;
}
.DayStyle {
    font-weight: normal;
    color: #333333;    
}
.SelectedDayStyle {
    color: #FFA025;
    background-color: #75C312;
    text-decoration: line-through;
}
/******* Fin Estilos calendario disponibilidad *******/
