﻿a{color:#8e8e8e; text-decoration:none;}

#div_calendario
{
    
    margin:15px 0 0 10px;
    
    }

/* ********************************************************************* */
#calendario
{
    width: 163px;
    
    background: #D1D6D9; /* old browsers */
    background: -moz-linear-gradient(top, #D1D6D9 0%, #272528 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1D6D9), color-stop(100%,#272528)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D6D9', endColorstr='#272528',GradientType=0 ); /* ie */
    
   
    border: solid 1px #424242;
    
}
/* ********************************************************************* */
#divTitulo
{
    clear: both;
    padding: 4px;
    
    height: 10px;
    line-height: 10px;
    
    font-weight: bold;
    
    color: #FFFFFF;
    background-color: #000000;
    
    border-bottom: solid 1px #424242;
}
.mes_anterior { float: left; width: 10%; background-color:#000000; text-decoration:none;}
.mes { float: left; text-align: center; width: 80%; background-color:#000000;}
.mes_proximo { float: right; text-align: right; width: 10%; background-color:#000000;text-decoration:none;}
/* ********************************************************************* */
#divDiasSemana
{
    clear: both;
    
    height: 12px;
    line-height: 12px;
    
    border-bottom: solid 1px #424242;
}

#divDiasSemana .fds
{
    float: right;
    
    width: 48px;
    height: 12px;
    line-height: 12px;
    
    border-bottom: solid 1px #424242;

}
/* ********************************************************************* */
.semana { clear: both; height: 12px; line-height: 12px; }

.diasasemana { float: left; width: 23px; text-align: center; }
.diasasemana:hover { background-color: #c2c2c2; color: #FFFFFF; }

.fds .diasfimdeseama { float: left; width: 24px; text-align: center; }
.fds .diasfimdeseama:hover { background-color: #c2c2c2; color: #FFFFFF; }

.fds
{
    float: right;
    
    width: 48px;
    height: 12px;
    line-height: 12px;

    background-color: #E4E7E9;
}
/* ********************************************************************* */
.seleccionado { background-color: #000000; }
.dia_actual {background-color #92C162; }
/* ********************************************************************* */
