/* CSS Document */

/*-----CALENDARIO-----*/
#colIzq input{
background:none;
border:0;
font-size:23px;
font-weight:bold;
color:#1D6F9A;
letter-spacing:-1.5px;
width:107px;
margin:30px 0 0 0;
padding:0;
line-height:20px;}

#Calendario_div{position:absolute; z-index:10000;}
#Calendario_div{border:8px solid #E2E2E2;}
#Calendario_div table{
padding:0;
border-collapse:collapse;
border:0;
position:relative;
z-index:-6000;}
#Calendario_div td{
padding:0;
border:0;}

#Calendario_div a{
display:block;
padding:0;
text-decoration:none;
}
#Calendario_div a:hover{text-decoration:none;}

/*monthHeader*/
.MonthHeader{background:#ccc; text-align:center;}
#Calendario_div .MonthHeader a
{
background:#ccc;
color:#949494; 
font-size:18px; 
font-weight:bold;
letter-spacing:-1.5px;
width:auto;}
.MonthHeader a:hover{}

/*Day Header*/
.DayHeader{
background:#04496D;
font-weight:bold;
font-size:11px;
letter-spacing:-0.5px;
color:#77BFE5;
line-height:30px;
text-align:center;
margin-right:0px;
width:25px;
position:relative;
}

/*Weekday*/
.Day{background:#238CC5; border:1px solid #238CC5;font-size:12px;
font-weight:bold;
color:#fff;
line-height:25px;
width:25px;
}
.Day a{
background:#1E7BAB;
color:#fff;
font-size:12px;
font-weight:bold;}
.Day a:hover
{
background:#238CC5;}

/*Weekend*/
.Weekend{
background:#77bfe5;
border:1px solid #77BFE5;
font-size:12px;
font-weight:bold;
color:#fff;
line-height:25px;
width:26px;
position:relative;}
#Calendario_div .Weekend a{
background:#50ACDE; 
color:#fff;
font-size:12px;
font-weight:bold;
/*border-top-color:#77BFE5; 
border-left-color:#77BFE5;*/}
#Calendario_div .Weekend a:hover{background:#77BFE5;}


/*OffMonth*/
.OffMonth
{background:#CCCCCC;
border:1px solid #CCCCCC;
font-size:12px;
font-weight:bold;
color:#A3A3A3;
line-height:25px;
width:25px;}
.OffMonth a
{background:#D7D7D7;
color:#A3A3A3;
font-size:12px;
font-weight:bold;}
.OffMonth a:hover
{
    background:#ccc;}

/*Selected*/
.Selected{
background:#89A55F;
border:1px solid #89A55F;
width:25px;}
#Calendario_div .Selected a{
background:#9EB67C;
color:#fff;
font-size:12px;
font-weight:bold;}
#Calendario_div .Selected a:hover{
background:#89A55F;}

.cal
{
}
/*width:25px;
height:25px;
line-height:25px;*/

#Calendario_monthYear
{
    border:10px solid #c00;}
