/***********************************************************/
/*********  ESTILOS NECESARIOS PARA EL CALENDARIO  *********/
/***********************************************************/

.text {
        font-family: arial;
        font-size: 1.2em;
        font-weight: normal;
        padding: 2px;
}

#popupcalendar {
        width:180px;
        height:60px;
        left: 0px;
        top: 0px;
        background-color: white;
        position: absolute;
        visibility: hidden;
}

a.cal-DayLink {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    color: #EAEAEA;
    background-color: transparent;
}

a.cal-DayLink:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #EAEAEA;
}

a.cal-DayLink:active {
   font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    color: #EAEAEA;
    
}

.cal-TextBox{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    background-color: #ffffff;
}

a.cal-TodayLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    color: #CC0000;
    background-color: transparent;
}

a.cal-TodayLink:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #CC0000;
}

.cal-GreyDate {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    background-color: #e6e8f0;
    color: #CCCCCC;
}

.cal-GreyInvalidDate {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: line-through;
    background-color: #e6e8bc;
    color: #CC3300;
}

.cal-DayCell {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    background-color:#ffffff;
}

.cal-HeadCell {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #31638C;
    color: white;
}

.cal-Table{
        border-top-color: #EAEAEA;
        border-left-color: #EAEAEA;
        border-right-color: #EAEAEA;
        border-bottom-color:  #EAEAEA;
        background-color:#FFFFFF;
}


/******** FIN DE LOS ESTILOS PARA EL CALENDARIO ********/

.estiloleyendaEstados
{
    align: right;   
}
tr.estiloleyendaEstados{
background-color: rgb(255, 204, 0);
text-align: center;
width: 40%;
padding-right: 0px;
margin-right: 0px;
}
td.estiloleyendaEstados{
padding-right: 5px;
padding-left: 5px;
}

.estiloleyendaEstadosLicitacion
{
    align: right;   
}
tr.estiloleyendaEstadosLicitacion{
background-color: #AEBBD2;
color: white;
font-weight:bolder;
text-align: center;
width: 40%;
}
td.estiloleyendaEstadosLicitacion{
padding: 6px;
}

.botonOptionTransferSelect {
    color:#FFFFFF;
    background-color:#B01033;
    border:1px solid #2f4f4f;
    font-size: 1em;
    font-weight: bolder;
}

