﻿.EstiloTextBox
{
    border: 1px solid Silver;
}
.EstiloDropDownList
{
    border: 1px solid Silver;
}
.EstiloLabel
{
    
}
.EstiloButton
{
    
}
.EstiloImageButton
{
    width: 30px;
    height: 30px;
}
.EstiloHyperLink
{
    font-family: verdana, arial, sans-serif; 
    font-size: 10pt; 
    font-weight: bold; 
    padding: 4px; 
    background-color: #ffffcc; 
    color: #666666; 
    text-decoration: none; 
} 
.EstiloHyperLink:link, 
.EstiloHyperLink:visited { 
    border-top: 1px solid #cccccc; 
    border-bottom: 2px solid #666666; 
    border-left: 1px solid #cccccc; 
    border-right: 2px solid #666666; 
} 
.EstiloHyperLink:hover { 
    border-bottom: 1px solid #cccccc; 
    border-top: 2px solid #666666; 
    border-right: 1px solid #cccccc; 
    border-left: 2px solid #666666; 
}
.EstiloTextBoxWatermarkExtender
{
    color: Silver;
    background-color: Aqua;
}
.EstiloTHTitulos
{
    border-bottom: 1px solid silver;
    font-size: x-large;
    background-color: Silver;
}
.EstiloTDTitulos
{
    border-bottom: 1px solid silver;
    font-size: medium;
}
.CalendarioStyle .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

/**************************************************************************************/
/*                                ESTILO POPUP MENSAJE                                */
/**************************************************************************************/
.modalPopupExtender_Mensaje 
{
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}
.modalPopupExtender_Mensaje_Background
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
/**************************************************************************************/
/*                                ESTILO POPUP MENSAJE                                */
/**************************************************************************************/