
/* GENERALES
----------------------------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
html, body{
    height: 90%;
    min-height: 92%;
    width: 100%;
}
body{
    font: 75% Arial,Helvetica,sans-serif;
    color: #333;
    background: #FFFFFF;
}
.soloImpresion{
    display: none;
}
a{
    text-decoration: none; 
    color: #008F51;
    cursor:pointer;
}
a:hover {
    text-decoration: underline;
}
li{
    list-style: none; 
}
img{
    border: none; 
}
h1,
#frmLogin legend{
    color: #008F51;
}
h2{
    font-size: 160%;
    font-weight: bold;
    color: #F69F4B;
    margin-bottom: 5px;
}
h3{
    font-size: 100%;
    line-height: 130%;
    color: #848484;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 5px;
}
h3.titNoPermisos{
    text-align:center;
    margin-top:60px;
}
fieldset{
    text-align: left;
    border: 1px solid #AFAFAF;
    padding: 5px;
}
fieldset.fielsetTit{
    text-align: left;
    border: none;
    border-top: 1px solid #AFAFAF;
    padding: 15px 5px 0 5px;
    margin-top: 30px;
    clear: both;
}
legend{
    font-weight: bold;
    padding: 0 4px;
}
.cntBloque{
    margin-bottom: 10px;
    overflow: hidden;
}
.displayOff{
    display: none;
}

.izquierda{
    float:left
}

/* CONTENEDORES
-------------------------------------------------------------------------------------------------- */
#cntGeneral{
    background: #FFF;
    border: 2px solid #f3f3f3;
    margin: 150px 10px 0 10px;
    min-height: 98%;
}
#cntCabeceraImpresion{
    display: none;
}
#cntCabecera {
    color: #979797;
    height: 132px;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
#cntCabeceraInfo{
    /*background: url('../img/header-videoteca.gif') no-repeat right bottom #E9E9EB;*/
    overflow: hidden;
}
#cntCabecera .infoSesion{
    float: right;
}
#cntCabecera .logosCabecera{
    clear: both;
}
#cntCabecera .logoPrincipal{
    float: left;
    padding: 5px 15px;
}
#cntCabecera span.cntBotones span{
    padding: 0 24px 0 0;
}
#cntMenu{
    padding: 1px 6px 0 6px;
    height: 30px;
    float: left;
}
#cntImprimir{
    padding: 5px 3px 0 0px;	
    float: right;
}
#cntContenido{
    padding: 10px 15px 100px 15px;
    clear: both;
    /*	overflow: hidden;*/
}
#cntNavegacionSuperior{
    clear: both;
    margin: 0 10px;
}
.cntNavegacion{
    clear: both;
}
.cntDireccion{
    border-bottom: 1px solid #BFCAC2;
}
#cntBuscador{
    overflow: hidden;
    margin: 0 0 10px 0;
}
.cntAcciones{
    clear: both;
    overflow: hidden;
    padding: 8px;
    background: #E9E9EB;
}
.cntNavegacion .cntAcciones{
    border: 0;
    margin-bottom: 20px;
}
.cntBtnListado{
    float: left;
}
.cntPaginacion{
    font-size: 90%;
    font-weight: bold;
    float: right;
    padding-left: 5px;
}
.cntPaginacion select, .cntPaginacion option{
    padding: 0;
}
.cntAcciones .cntPaginacion .btn{
    margin: 0 0 0 -1px;
}
sitioPie{
    height: 100px;
}
#cntPie{
    height: 48px;
    line-height: 1.1em;
    padding: 10px 25px;
    margin: -68px 10px 0 10px;
    overflow: hidden;
    /*background: #666;*/
}
#cntPie div{
    float: left;
    margin-right: 10px;
}
#cntPie *{
    color: #FFF;
}


/* LISTAS
 ---------------------------------------------------------------------------- */
#cntCabecera .cntBotones ul{
    float: left;
    margin: 2px 2px 0 0;
}
#cntCabecera .cntBotones ul li{
    float: left;
    margin: 0 0 0 4px;
}
#cntPie ul li{
    float: left;
    margin: 0 5px;
}
#frmEdicion ul{
    padding: 0;
}
#frmEdicion table ul{
    background: none;
    border:none;
    margin: 0 0 0 0px;
    padding: 5px 0 0 0;
}
#cntNavegacionSuperior ul li{
    float: left;
    margin: 0 5px 0 0;
}
#cntNavegacionSuperior ul li.separador{
    margin: 0;
    padding: 0;
}
#cntBuscador ul li{
    float: left;
    margin: 0 5px 0 0;
}
form ul li{
    margin: 0 10px 8px 0;
    padding: 0 0 4px 0;
}
.columna1{
    clear: left;
    float: left;
    width: 50%;
}
.columna2{
    float: left;
    clear: right;
    width: 47%;
    padding: 10px;
    margin: 0;
    /*  background: #DFDFDF;*/
}
.nColumnas, .nColumnas ul{
    clear: both;
}
.nColumnas li{
    width: 45%;
    display: inline-block;
}

ul li.separador{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width:100%;
    clear:both;
    overflow:hidden;
}
ul li.separador hr{
    border:none;
    background-color: #BFBFBF;
    color: #DFE4E0;
    height:1px;
    margin: 20px 0 8px 0;
}

/* TEXTOS
 ---------------------------------------------------------------------------- */
#frmEdicion ul li h1, ul#consulta li h1{
    margin: 0 0 5px 0;
    float:left;
}
#frmEdicion ul li h3, ul#consulta li h3{
    margin: 0 0 5px 0;
    float:left;
}
#cntCabecera p {
    padding: 5px 0;
}
#cntCabecera p{
    margin: 0 20px 0 0;
}
#cntCabecera p span{
    padding: 0 0 0 10px;
}
#cntCabecera p span.cntBotones{
    display: block;
    margin-top: 10px;
    text-align: right;
}
#frmEdicion ul li.cntAcciones span{
    padding: 4px 10px 0 10px;
}
#cntNavegacionSuperior hr{
    margin: 2px 0 12px 0;
}
.leyenda{
    font-size: 90%;
    padding: 10px 0 0 0;
    clear: both;
    overflow: hidden;
    color: #F00;
}
label .leyenda{
    padding: 0 0 0 2px;
}
.leyenda ul li{
    list-style-image:none;
    list-style-position:inside;
    list-style-type:disc;
}

/* IMAGENES
 ---------------------------------------------------------------------------- */
.Izq {
    float:left;
}
#cntCalendarios p.mesCalendario img{
    vertical-align: bottom;
}
.cntPaginacion img{
    vertical-align: middle;
}
.imgCheck{
    width: auto;
}

/* ALERTAS
 ---------------------------------------------------------------------------- */
#cntAlertaTotal{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#cntAlerta{
    width: 100%;
    height: 100%;
    background: #FFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
#cntMsgAlerta{
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 35%;
    width: 30%;
    padding: 20px;
    background: #E5EAE4;
    border: 1px solid #999;
}
.msgAlerta{
    clear: both;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 8px 15px;
    background: #E1EFE0;
    border: 2px solid #B7DFB5;
}
#cntAvisos{
    border-right: none;
    width: 480px;
}
#cntAyuda {
    background:none repeat scroll 0 0 #FEFFBF;
    border:2px solid #FFE900;
    clear:both;
    margin:10px 10px 0;
    padding:5px;
}
.exito{
    background: #E1EFE0;
    border: 1px solid #B7DFB5;
}
.msgError{
    color: #FF0000;
}
.error{
    background: #F4DCDB;
    border: 1px solid #EDABA6;
}

.mensajeOculto{
    color: #FF0000;
    display: none;
}

/* CAPA LOAD
 ------------------------------------------------------------------------------------------------- */
#cntLoad{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: url("../img/screen-loader.gif") no-repeat center #FFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.dosBotones{
    margin-left:140px;

}

#cntLoadExcel{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: url("../img/screen-loader.gif") no-repeat center #FFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
#cntLoadExcelTxt{
    z-index: 1001;
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-align: center;
}



/*  */
#cntHistorial{
    background: #FFF;
    border: 1px solid #CCC;
    overflow: auto;
    height: 300px;
}


/* no se usa es un ejemplo */
#viewport {
    position: relative;  /* to enable further positioned divs inside content area */
    border: 1px solid #777;
    background: white;
    width:540px;
    height:450px;
    overflow: auto;
}

#base {
    position:relative;
    width:70em; height:50em;
    background-image: url('layout_grid.gif');
    background-repeat: no-repeat;
    overflow: hidden;
}

/* separador de bloques */
span.separadorBloque{
    display: block;
    clear: both;
    overflow: hidden;
}

span.separadorBloque hr{
    background-color: #BFBFBF;
    border: medium none;
    color: #DFE4E0;
    height: 1px;
    margin: 22px 10px 22px;
}

/* GALERIA IMAGEN
 ------------------------------------------------------------------------------------------------- */
.cntImgLst .cntImg0, .cntImgLst .cntImg1{
    margin: 0px 5px 6px;
    padding-top: 7px;
    width: 29%;
    border: 1px solid #E6E5E3;
}
.cntImgLst .cntImg0{
    float: left;
}
.cntImgLst .cntImg1{
    float: left;
}
.cntImgLst .cntInfoImg{
    margin: 0 10px;
    height: 66px;
}
.cntImgMin{
    text-align: center;
    height: 90px;
    margin-bottom: 8px;
}

#cntOrdenTrabajoImg{
    padding-top: 0;
    padding-bottom: 0;
}

.cntAccionesImg {
    clear: both;
    margin: 14px 0 0;
    background-color: #E7E7E7;
    height: 1%;
    overflow: hidden;
    padding: 0 3px;
}

.btnEditarFicha{
    float: left;
}
.btnEliminarFicha{
    float: right;
}
.btnEliminarFicha img{
    background-color: #0089CC;
}

.cntAccionesImg a{
    color: #329FD4;
    font-weight: bold;
    text-decoration: none;
}

.btnEliminarFicha:hover img {
    background-color: #C42525;
}
.cntImgLst .cntImg0:hover,
.cntImgLst .cntImg1:hover{
    background-color: #E7E7E7;
}



.label, .labelColor, .labelChk, .label3Line, .label2Line {
    font-size: 10px;
    margin: 5px 0 0;
}
.labelChk{
    font-size: 12px;
}
.label3Line{
    margin-top: 31px;
}
.label2Line{
    margin-top: 18px;
}
.txtAutMed{
    text-align: center;
    font-weight: bold;
}
#frmEdicion .labelChk label{
    width: auto;
    float: none;
    display: inline;
}

div.separador{
    clear:  both;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.underline{
    border-bottom: 1px solid #CCC; 
}

.txtcenter{
    text-align: center;

}


/* ETIQUETAS */

.etiquetas{
    height: 99.25px;
    width: 174px;
    border: 1px solid white;
    float: left;
    font-size: 72%;
    padding: 5px;
    text-align: center;
    background: red;/*D9D9D9;*/
}
.fila1{
    height: 99.25px;
}

.col1{
    clear: left;
}

.col2{
    clear: right;
}
.break{
    page-break-before: always;

}
.f1{
    margin-top: -21.5px;
}
.minus{
    font-size: 11px !important;
}
