﻿


/*---------------------LFA-----------------------*/

/* Etiquetas Generales 
---------------------------------*/

.EspaciosEntreDivs2
{
    margin: 7px 0;
}
.EspaciosEntreDivs
{
    margin: .3em 0;
}
h2
{
    text-align: center;
    font: bold italic 2em Georgia, Times, "Times New Roman" , serif;
    font-size: 1em;
}
.divTitulo
{
    margin-bottom: 15px;
}

.divContent
{
    /*position: relative;*/
}
.TextCenter
{
    text-align: center;
    font-size: 1.5em;
    line-height: 0;
}

/* info and errors 
----------------------------------*/
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-align: center; /*margin-left: 45%;*/
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}



/*POP-UP*/
/*----------------------------------*/

.efecto
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}



.modalPopup
{
    background-color: #FFFFFF;
    border: 3px solid #2E8B57;
    border-radius: 12px; /*width: 100%;*/
}

.modalPopup .headerPopUp
{
    background-color: #3CB371;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modalPopUp .bodyPopUp
{
    margin: 10px auto; /*width: 100%; */
}

.modalPopup .footerPopUp
{
    padding: 6px;
}

.modalPopup .button
{
    padding: 0px;
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 5px;
}

.modalPopup .button
{
    background-color: #3CB371;
    border: 1px solid #2E8B57;
    top: 1px;
    left: -202px;
}


#MainContent_rblOpcionfiltro
{
    display: inline-block;
}

.modalPopup .Boxes
{
    margin: 10px 5px;
    display: inline-block;
}



/*CSS PARA GRIDVIEW
--------------------------------------*/
.mGrid
{
    background-color: #fff;
    margin: 7px auto 15px 0px; /*margin: 25px auto;*/
   border: solid 1px #525252;
    border-collapse: collapse;
    display: inline-block;
}



.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.mGrid .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}

.mGrid .pgr
{
    background: #424242 url(grd_pgr.png) repeat-x top;
}


.mGrid .pgr table
{
    margin: 5px 0;
}

.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

.mGrid_m
{
    background-color: #fff;
    margin: 10px auto 15px; /*margin: 25px auto;*/
    border: solid 1px #525252;
    border-collapse: collapse;
    display: inline-block;
    max-width: 530px;
}

.mGrid_m td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.mGrid_m th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.mGrid_m .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}

.mGrid_m .pgr
{
    background: #424242 url(grd_pgr.png) repeat-x top;
}


.mGrid_m .pgr table
{
    margin: 5px 0;
}

.mGrid_m .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid_m .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid_m .pgr a:hover
{
    color: #000;
    text-decoration: none;
}


/***************************/

.mGrid_r
{
    background-color: #fff;
    margin: 10px auto 15px; /*margin: 25px auto;*/
    border: solid 1px #525252;
    border-collapse: collapse;
    display: inline-block;
}

.mGrid_r td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
}

.mGrid_r th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.mGrid_r .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}

.mGrid_r .pgr
{
    background: #424242 url(grd_pgr.png) repeat-x top;
}


.mGrid_r .pgr table
{
    margin: 5px 0;
}

.mGrid_r .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid_r .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid_r .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

/***************************/




/*---------Botones-----------*/

.botonesVerdes
{
    padding: 3px;
    text-align: center;
    border: 1px solid Teal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px;
    -webkit-box-shadow: 1px 1px 5px;
    -box-shadow: 1px 1px 5px;
    background-color: Teal;
    font-family: arial;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: white;
    margin-left: 26px;
}


.button#BtnIniciar:hover
{
    /*      Decrease the shadow effect by the size     of the margin-top effect.      (3 px in this case, from 7px to 4px)   */
    background-color: #43D47A;
    -webkit-box-shadow: 0px 4px 0px rgba(39, 174, 96, 1);
    -moz-box-shadow: 0px 4px 0px rgba(39, 174, 96, 1);
    box-shadow: 0px 4px 0px rgba(39, 174, 96, 1);
}

/* styles for validation helpers 
-----------------------------------------*/
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}



/*  ESTABLECIMIENTOS
frmEmpresas
---------------------------------*/



#BoxLeftEstablecimientos /*Caja que contiene los controles del lado izquierdo*/
{
    width: 48%;
    float: left; /*display: inline-block;     position: static;*/
}
#BoxRigthEstablecimiento /*Caja que contiene los controles del lado derecho*/
{
    width: 48%;
    float: left; /*display: inline-block;     position: absolute;*/
}

.labelColumnaIzq /*son los labels sin asteriscos del lado izquierdo*/
{
    margin-left: 8%;
    font-size: 1.2em;
    display: inline-block;
}

.obligatorio /* Son los asteriscos del lado izquierdo de los labels*/
{
    margin-left: auto;
    color: Red;
    font-weight: bolder;
}

.txtObligatorio /*Son los labels luego de los asteriscos*/
{
    margin-left: auto;
    width: 35%;
    text-transform: uppercase;
}

.txtColumnaIzq /*son las cajas de texto de la columna izquierda*/
{
    width: 35%;
    text-transform: uppercase;
    margin-left: 1.5%;
}

.ddlEstab /* DropDownList del lado izquierdo*/
{
    margin-left: auto;
}

#MainContent_ddlTipoEstablecimiento
{
    width: 36%;
    margin-left: auto;
}

.obligatorioDer /* Son los asteriscos del lado izquierdo de los labels*/
{
    margin-left: 10.5%;
    color: Red;
    font-weight: bolder;
}

.labelColumnaDer /* labels sin asteriscos del lado derecho */
{
    margin-left: 2%;
    font-size: 1.2em;
}
.txtColumnaDer /*son las cajas de texto de la columna derecha*/
{
    width: 35%;
    margin-left: 12%;
    text-transform: uppercase;
}

.radiosEst
{
    margin-left: 3%;
}
#MainContent_rblIsActiva
{
    margin-left: 11%;
}
#MainContent_txtCorreo
{
    width: 35%;
    margin-left: auto;
}
.correosExtras
{
    width: 35%;
    margin-left: 4%;
}
.telefonosExtras
{
    width: 27%;
    margin-left: 5px;
}
#MainContent_lblCertificados
{
    width: 250px;
    margin-left: 2%;
    font-size: 1.2em;
}

#MainContent_btnGuardar
{
    width: 7%;
}
#MainContent_btnCancelar
{
    width: 7%;
}



/*  ESTABLECIMIETOS
frmConsultaEmp
---------------------------------*/

.anchuraBoton
{
    width: 100px;
}
.labelsBusquedaEstab
{
    display: inline-block;
    margin-left: 3%;
    width: 11%;
}
.lblMargen
{
    margin-left: 5%;
    display: inline-block;
    width: 17%;
}
.txtBusquedaEstab
{
    width: 15%;
}
.ddlBusquedaEstab
{
    width: 17%;
}








/* RECEPCION DE MUESTRAS
---------frmMuestras-----------
------------------------------- */

.EspaciosDivsPreOrden
{
    margin: 0.3em 0;
}

.EspaciosDivsParametros
{
    margin-top: 40px;
    position: relative;
    margin-left: 90px;
}

#divControlesHeader
{
    width: 100%;
    display: inline-block; /*position: relative;     margin-left: 5px;     top: 40px;     left: 41%;*/
}


.lblHeaderOrden
{
    display: inline-block;
}


.margenLblHeaderOrden
{
    margin-left: 2%;
}

.txtOblig
{
    color: Red;
}




#MainContent_ddlEstablecimientos
{
    width: 12%;
    margin-left: 5px;
}

#MainContent_ddlTipoDocumento
{
    width: 12%;
    margin-left: 5px;
}

#MainContent_ddlMuestrasActuales
{
    width: 12%;
    margin-left: 5px;
}

#MainContent_ddlGenerarOrden
{
    margin-left: 5px;
    width: 12%;
}



#MainContent_lblOrdenNum
{
    width: 5%;
    margin-left: 2%;
}

#MainContent_btnImprimirOrden
{
    width: 10%;
    margin-left: 1.5%;
}





/* MUESTRAS
---------------------------------------*/

.ObligatorioOrden /*ASTERISCOS PARA MARCAR CAMPOS OBLIGATORIOS*/
{
    color: Red;
    font-weight: bolder;
}

.col2aling
{
    display: inline-block;
    width: 7%;
    margin-left: 1.2%;
}

.col2aling2
{
    display: inline-block;
    margin-left: 1.2%;
}




.lblMueCols1
{
    display: inline-block;
    width: 10%;
}

.lblMueCols2
{
    display: inline-block;
    width: 7%;
    margin-left: 2%;
}


.lblMueCols3
{
    display: inline-block;
    width: 12%;
    margin-left: 2.5%;
}

.col3aling
{
    display: inline-block;
    width: 12%;
    margin-left: 1.6%;
}

.lblMueCols4
{
    display: inline-block;
    width: 16%;
    margin-left: 3%;
}

.lblMueCols4A
{
    display: inline-block;
    width: 16%;
    margin-left: 1.8%;
}




.col4aling
{
    display: inline-block;
    width: 16%;
    margin-left: 2.1%;
}

.col4aling2
{
    display: inline-block;
    width: 15%;
    margin-left: 2.1%;
}



.txtMueCols1
{
    width: 10%;
}

.LabelsPop
{
    width: 200px;
    margin-left: 15px;
    display: inline-block;
}

.txtBoxesPop
{
    width: 200px;
}







/* PARAMETROS
---------------------------------------*/

.divSecciones
{
    margin-bottom: 2%;
    width: 37%;
    float: left;
}

.divSecciones2
{
    margin-bottom: 2%;
    width: 49%;
    float: left;
}

#MainContent_panGridParametros
{
    width: 80%;
}

.SeccionHeader
{
    background-color: Teal;
    font-size: large;
    font-weight: bold;
    color: White;
    width: 98%;
}



.label_Seccion
{
    display: inline-block;
    width: 25%;
}

.txt_Seccion
{
    margin-left: auto;
    width: 75%;
}

.txt_Seccion_Cantidad
{
    margin-left: auto;
    width: 25%;
}

.ddl_Seccion
{
    width: 52%;
    margin-left: auto;
}







/*frmConsultaOrden y frmConsultaMuestras
-------------------------------*/
.div_corta
{
    margin-left: 30%;
    width: 70%;
}

.labelHeader1
{
    width: 7em;
    margin-left: 3%;
    display: inline-block;
}
.labelHeader2
{
    width: 8em;
    margin-left: 4%;
    display: inline-block;
}
.txtHeader1
{
    margin-left: auto;
    width: 10%;
}

.NumerosOrdMue
{
    margin-left: 4%;
    width: 60px;
}


#MainContent_lblEmpresa
{
    margin-right: 3.5%;
}







/*LABORATORIOS
----------------------------
frmIngresoResultados*/

.encabezadoDOC
{
    font-weight: bolder;
    font-size: 1em;
}


.lblBusqAnalisis
{
    display: inline-block;
    width: 15%;
    margin-left: 5%;
}

.anchoDDL
{
    width: 142px;
}

#divControles
{
    float: left;
    width: 25%;
}


/*------------------frmVISUALIZAR---------------*/


.lblRepEmpresa
{
    font-size: 1em;
    display: block;
    font-weight: bold;
    padding: 10px;
    width: 10%;
    float: left;
    text-align: center;
}

.seccionEmpresa
{
    display: inline-block;
    float: left;
    width: 20%;
}

.seccionDatoEmpresa
{
    display: inline-block;
    float: left;
    margin-left: 3px;
}

.lblNombreProducto
{
    width: 40%;
    float: left;
    font-weight: bold;
}
.nombreProducto
{
    width: 60%;
    float: left;
    font-weight: bolder;
    font-size: 1.1em;
    text-transform: uppercase;
}

.colBold1
{
    float: left;
    width: 14%;
    font-weight: bold;
    display: inline-block;
}

.colBold2
{
    float: left;
    width: 12%;
    font-weight: bold;
    display: inline-block;
}

.colBold3
{
    float: left;
    width: 20%;
    font-weight: bold;
    display: inline-block;
}

.infoCol
{
    float: left;
    display: inline-block;
}





.lblObservacion
{
    display: inline-block;
    width: 8%;
    vertical-align: top;
    margin-left: 7%;
}

.txtObsAnalisis
{
    width: 60%;
    height: 20px;
    resize: none;
}

.chkIncluirObs
{
    display: inline-block;
    width: 17%;
    margin-left: 5px;
}



/* VERIFICACION
----------------------------
frmVerificacion*/

.label_Verificacion
{
    display: inline-block;
    width: 13%;
    margin-left: 34%;
    margin-right: 2%;
}
.txt_Verificacion
{
    width: 19.2%;
}
.ddl_Verificacion
{
    width: 19.5%;
}

.ddl_Ubicacion
{
    width: 7%;
}
#MainContent_lblObervaciones
{
    position: relative;
    bottom: 57px;
}
#MainContent_ddlTipoEstableci
{
    width: 19.5%;
}
#MainContent_lblCiudad
{
    margin-left: 1.5%;
}
#MainContent_txtObervaciones
{
    width: 19.2%;
    height: 70px;
    resize: none;
}


#MainContent_grvVerificacion
{
    margin-left: 30%;
}









/* DEFAULTS IN SITE.CSS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: Arial, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}






a:hover
{
    /*color: #1d60ff;*/
    background-color: rgba(76, 143, 129, 0.7);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 960px;*/
    width: 90%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    height: auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px; /*background: #4b6c9e;*/
    background: #fff;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 370px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #fff;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #00ACA2;
    width: 100%;
    height: 65px;
    font-size: small;
    clear: both;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63; */
    background-color: #00ACA2;
    width: 100%;
    z-index: 1000; /*position: relative;*/
}

div.menu
{
    padding: 4px 0px 4px 8px;
    height: 39px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

    div.menu ul li a, div.menu ul li a:visited {
        /*background-color: #465c71;*/
        background-color: #3C8DBC; /*border: 1px #4e667d solid;*/
        border: 1px #3C8DBC solid;
        color: #fff;
        display: block;
        line-height: 1.35em;
        padding: 4px 20px;
        text-decoration: none;
        white-space: nowrap;
        font-style: normal;
    }

div.menu ul li a:hover
{
    background-color: GrayText;
    color: #fff;
    text-decoration: none;
    height: 25px;
}

    div.menu ul li a:active {
        background-color: #3C8DBC;
        color: #3C8DBC;
        text-decoration: none;
    }

ul#topnav li a.sf-with-ul::after
{
    content: " \25BC";
    font-size: 11px;
}


/* FORM ELEMENTS   
------------------------------


/* FORM ELEMENTS   
----------------------------------------------------------*/

hr
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding: 0.8em;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: black;
}

.loginDisplay a:link
{
    color: #00ACA2;
}

.loginDisplay a:visited
{
    color: #00ACA2;
}

.loginDisplay a:hover
{
    color: #00ACA2;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}






#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider li
{
    width: 696px;
    height: 310px;
    overflow: hidden;
}

#slider ul li a img
{
    width: 696px;
    height: 310px;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev
{
    display: block;
    width: 30px;
    height: 77px;
    position: absolute;
    left: -30px;
    top: 71px;
    z-index: 1000;
}
#nextBtn, #slider1next
{
    left: 696px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a
{
    display: block;
    position: relative;
    width: 30px;
    height: 77px;
    background: url(images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a
{
    background: url(images/btn_next.gif) no-repeat 0 0;
}



ol#controls
{
    margin: 1em 0;
    padding: 0;
    height: 28px;
}
ol#controls li
{
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
}
ol#controls li a
{
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #DAF3F8;
    color: #555;
    padding: 0 10px;
    text-decoration: none;
}
ol#controls li.current a
{
    background: #5DC9E1;
    color: #fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus
{
    outline: none;
}




/*   FACTURACION */


/*-----grid-a-la-izquierda--------*/
.GridAlineadoIzquierda
{
    background-color: #fff;
    border: solid 1px #525252;
    border-collapse: collapse;
    display: table;
}
.GridAlineadoIzquierda th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.GridAlineadoIzquierda .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}

.GridAlineadoIzquierda .pgr
{
    background: #424242 url(grd_pgr.png) repeat-x top;
}


.GridAlineadoIzquierda .pgr table
{
    margin: 5px 0;
}

.GridAlineadoIzquierda .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.GridAlineadoIzquierda .pgr a
{
    color: #666;
    text-decoration: none;
}
.GridAlineadoIzquierda .pgr a:hover
{
    color: #000;
    text-decoration: none;
}


.botonesVerdesTextoCentrado
{
    padding: 3px;
    text-align: left;
    border: 1px solid Teal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px;
    -webkit-box-shadow: 1px 1px 5px;
    -box-shadow: 1px 1px 5px;
    background-color: Teal;
    font-family: arial;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: white;
    margin-left: 3px;
}



.enlacesGrids
{
    padding: 3px;
    text-align: center;
    border: 1px solid Teal;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 1px 1px 5px;
    -webkit-box-shadow: 1px 1px 5px;
    -box-shadow: 1px 1px 5px;
    background-color: #424242;
    font-family: arial;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: white;
    margin-left: 3px;
}





.enlaceboton
{
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 4px;
    background-color: #424242;
    color: #666666;
    text-decoration: none;
}
.enlaceboton:link, .enlaceboton:visited
{
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #666666;
    border-left: 1px solid #cccccc;
    border-right: 2px solid #666666;
}
.enlaceboton:hover
{
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #666666;
    border-right: 1px solid #cccccc;
    border-left: 2px solid #666666;
}

















.ListBox
{
    border: 1px solid #3366CC;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    color: #003399;
    border-radius: 5pt;
    width: 148px;
}

.botonAlerta
{
    background-position: right center;
    border: 1px solid #3366CC;
    background-color: #99CCFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    color: #003366;
    border-radius: 5pt;
    width: 148px;
    cursor: pointer;
    background-image: url('../images/refresh.png');
    background-repeat: no-repeat;
    text-align: center;
}

.botonAlerta:hover
{
    border: 1px solid #3366CC;
    color: #FFFFFF;
    font-weight: bold;
}

.panelAlerta
{
    border: 1px solid #808080;
    border-radius: 5pt;
    background-repeat: no-repeat;
    background-position: inherit center;
    background-color: #FFFFCC;
    background-color: #FFFFCC;
    text-align: center;
    width: 150px;
    height: 22px;
    font-family: Tahoma;
    font-size: small;
    font-style: normal;
    color: #003399;
    position: fixed;
    bottom: 0px;
    right: 2px;
    cursor: pointer;
    letter-spacing: 2px;
    vertical-align: text-bottom;
}

.panelAlerta:hover
{
    text-align: center;
    width: 150px;
    height: 22px;
    background-repeat: no-repeat;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-right-color: #808080;
    border-bottom-color: #808080;
}


.panelDetAlerta
{
    border: 1px solid #003399;
    border-radius: 5pt;
    background-color: #FFFFCC;
    text-align: center;
    width: 150px;
    height: 90px;
    position: fixed;
    bottom: 124px;
    right: 2px;
    margin-bottom: 0px;
}

.LabelsIzqLabExt
{
    padding-left: 9em;
}
.LabelsIzqLabExt2
{
    padding-left: 8em;
}

.LabelsIzqLabExt3
{
    padding-left: 7.5em;
}


.btnAgregarExt
{
    margin-left: 33%;
}


.controlesInabilitados
{
    background-color: White;
}

.textbox
{
    border: 1px solid #DBE1EB;
    font-family: Arial, Verdana;
    padding-top: 2px;
    padding-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    background: linear-gradient(left, #FFFFFF, #F7F9FA);
    background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
    background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
    color: #2E3133;
}

.DropDown
{
    /*border: 1px solid #DBE1EB;     font-family: Arial, Verdana;     padding-top: 2px;     padding-bottom: 2px;     border-radius: 4px;     -moz-border-radius: 4px;     -webkit-border-radius: 4px;     -o-border-radius: 4px;     background: #FFFFFF;     background: linear-gradient(left, #FFFFFF, #F7F9FA);     background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);     background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);     background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);     color: #2E3133;     text-transform: uppercase;*/
    position: relative;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

TextBox
{
    border: 1px solid #DBE1EB;
    font-family: Arial, Verdana;
    padding-top: 2px;
    padding-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    background: #CCCCCC;
    background: linear-gradient(left, #FFFFFF, #F7F9FA);
    background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
    background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
    background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
    color: #2E3133;
    height: 15px;
}
