﻿
.HeaderGrid{
    background-color:#007CAF;
    color:white;

}

.lblMensaje{
    color:red;
}


.LblInfo
{
    text-align:center;
    color:Black;
    font-size:20px;
    font-family:Calibri;
    font-weight:bold;
    
}

.LblEncValoresCtz
{
    text-align:center;
    color:white;
    font-size:20px;
    font-family:Calibri;
    font-weight:bold;
    background-color:#007CAF;
    width:100%;
}

.EtiquetaStd
{
    
    font-size:16px;
    font-weight:normal;
}

.EtiquetaStd2
{
    
    font-size:18px;
    font-weight:normal;
    width:100%;
    background-color:#F0F0F0;
}

.EtiquetaValCot
{
  
    text-align:center;
    font-size:14px;
    font-weight:normal;
    border-style:none;
   
    width:100%;
    background-color:#F0F0F0;
}

/*Etiquetas*/
.Etiqueta{
    
    text-align:left;
    color:#282828;
    font-family:Calibri;
    font-weight:bold;
}



/*Cajas de texto-------------------------------------------------------------------*/
.CajaDeTextoStd
{
    width:90%;
    height:25px;
}

.CajaDeTextoNumeros
{
    width:75px;
    height:25px;
}




.CajaDeTextoLargo
{
    width:400px;
    height:25px;
}

.CajaDeTextoObs
{
    width:90%;
    height:50px;
}

.CajasDeTexto
{
    text-align:center;
    font-size:14px;
    color:Black;
    border-style:solid;
    border-color:#c2c4c2;
     border-radius: 5px;
}

.CajasDeTexto:focus
{
    background-color:#058ca9;
    color:White;
}

/*---------------------------------------------------------------------------------------*/

/*Combos -------------------------------------------------------------------------------*/

.ComboStd
{
    width:90%;
    height:25px;
}

.ComboMediano
{
    width:250px;
    height:25px;
}

.ComboPequeño
{
    width:160px;
    height:25px;
}

.Combo
{
    text-align:center;
    font-size:16px;
    font-family:Calibri;
    border-radius: 5px;
}

.Combo:focus
{
    background-color:#058ca9;
    color:White;
}

/*Listas--------------------------------------------------------------------------------------*/

.List
{
    text-align:center;
    font-size:16px;
    font-family:Calibri;
    border-radius: 5px;
}

.List:focus
{
    background-color:#058ca9;
    color:White;
}


/*Botones------------------------------------------------------------------------------*/


.Btn
{
     background-color:#058ca9;
    color:White;
    font-family:Calibri;
    font-size:larger;
    border-style:solid;
    border-width:thin;
    border-radius: 5px;
    border-color:#515151;
    cursor:pointer;
}

.BtnGrande
{
    width:220px;
    height:45px;
}

.BtnMediano
{
    width:170px;
    height:30px;
}

.BtnChico
{
    width:80px;
    height:30px;
}

.Btn:hover
{
    color:Black;
    background-color:#ededed;
}




/*-----------------------------------------*/

#Background
{
    position: fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:#F0F0F0;
    filter:alpha(opacity=80);
    opacity:0.8;
    z-index=100000;
}

#Progress
{
   
    position:fixed;
    border-radius: 5px;
    top:40%;
    left:40%;
    height:15%;
    width:20%;
    color:White;
    font-family:Calibri;
    font-size:larger;
    z-index:100001;
    background-color:#3e3f3e;
    
    background-image: url("/imagenes/progress.gif");
    background-repeat:no-repeat;
    background-position:center;
}  