div.Informe{
    border: none;
    z-index: 5000;

    display: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: fixed;
    top: 0; left: 0;

    width: 100%; height: 100%;

    /*--CSS3 Box Shadows--*/
/*    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;*/
    /*--CSS3 Rounded Corners--*/
/*    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}

.txtPreguntaActual{
    background-color: transparent;
    border: none;
    color: #FFFFFF;
}

.txtPreguntaActual:focus{
    background-color: #FFFFFF;
    color: #000000;
}

div.Informe table.Informe{
    width: 100%;
    height: 100%;
}

.Barra{
    width: 100%;
    height: 50px;

    border: none;

    background-color:  #fff;
    border-bottom: 3px solid #e55825;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}
.Barra input:hover{
    cursor:pointer;
    border: 1px solid #DEBE3D;
}

.bVentInforme{
    height: 49px;
    width: 49px;

    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;

    border: none;

    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
}

#bInfSeparador{background-image: url(../Img/Informe/Separador03.png);}

#bInfGuardar{background-image: url(../Img/Informe/SAVE.png);}
#bInfEnviar{background-image: url(../Img/Informe/SAVESENT48.png);}
#bInfImprimir{background-image: url(../Img/Informe/Imprimir01.png);}
#bInfExcel, #bImportExcel{background-image: url(../Img/Informe/Excel01.png);}
#bInfWord{background-image: url(../Img/Informe/Word01.png);}
#bInfPdf, #bImportPDF{background-image: url(../Img/Informe/Pdf01.png);}
#bInfTxt,#bImportTxt{background-image: url(../Img/Informe/Txt01.png);}
#bInfHtml{background-image: url(../Img/Informe/Html01.png);}
#bInfCerrar, #bInfCerrarHoja, #bInfCerrarPDF{background-image: url(../Img/crerer.png);background-size: 55px;}

div.InformeHoja{
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    
        /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    margin-top: -5px;

}

iframe.InformeHojaPdf{
    margin: 0;
    padding: 0;

    background-color: #DDDDDD;

    width: 920px;
    height: 100%;

    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;

}

iframe.InformeHojaPdf embed{
    margin: 0;
    padding: 0;

    background-color: transparent;
}

ul#ulListaCriterios{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#ulListaCriterios li{
    float: none;
}

ul#ulListaCriterios li a{
    text-decoration: none;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #999999;

    width: 150px;

    display: block;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;

    margin: 0;
    margin-right: 10px;

    border: none;
    
     /*BORDES REDONDOS*/
    border-bottom-right-radius: 10px; /*General*/
    -moz-border-radius-bottomright: 10px; /*Mozilla*/
    -ms-border-radius-bottomright: 10px; /*Explorer*/
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;

    border-top-right-radius: 10px; /*General*/
    -moz-border-radius-topright: 10px; /*Mozilla*/
    -ms-border-radius-topright: 10px; /*Explorer*/
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;

     background-color: #FFFFFF;

}

ul#ulListaCriterios li a.Select{
    padding-right: 20px;
    margin-right: 0;

    font-size: 15px;

    background: url(../Img/Vent/BlueRight.png) no-repeat right top;
    color: #000000;
    
/*    border-bottom: 1px solid #FDFDFD;*/

    /*BORDES REDONDOS*/
    border-bottom-right-radius: 0px; /*General*/
    -moz-border-radius-bottomright: 0px; /*Mozilla*/
    -ms-border-radius-bottomright: 0px; /*Explorer*/
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-radius-bottomright: 0px;

    border-top-right-radius:0px; /*General*/
    -moz-border-radius-topright: 0px; /*Mozilla*/
    -ms-border-radius-topright: 0px; /*Explorer*/
    -webkit-border-top-right-radius: 0px;
    -khtml-border-radius-topright: 0px;

}



/*.:FORMATO:.:FORMATO:.:FORMATO:.:FORMATO:.:FORMATO:.:FORMATO:.:FORMATO:.:FORMATO:.*/
#InformeContenido{
    font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#InformeContenido h1{
    color: #004070;
    padding: 0;

    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;

    border-bottom: 3px solid #004070;
    text-align: center;
}

#InformeContenido h2{
    margin: 0;
    margin-top: 10px;
    padding: 0;

    color: #004070;
    text-align: center;
}

#InformeContenido h3{
    color: #000000;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    text-align: left;
}

#InformeContenido h4{
    color: #000000;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-left: 20px;
    text-align: left;
}

#InformeContenido p{
    text-align: justify;
    color: #000000;
    font-size: medium;
    margin: 0;
    margin-top: 3px;
    margin-bottom: 5px;
    padding: 0;

}

#InformeContenido table{
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;

    font-size: 12px;
}

#InformeContenido table.Datos{
    border: none;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}

#InformeContenido table.Datos tr td{
    border: none;
    
    border-bottom: 1px solid #000000;
    border-right:  1px solid #000000;
    
}
#InformeContenido table.Datos tr td:first-child{
    border: none;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right:  1px solid #000000;
}
#InformeContenido table.Datos tr:first-child td{
    border: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right:  1px solid #000000;  

}

#InformeContenido table.Datos tr:first-child td:first-child{
    border: none;

    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right:  1px solid #000000;  

}


#InformeContenido table.Datos tr.Enc td{
    background-color: #CCCCCC;
    text-align: center;
    font-weight: bold;
}

#InformeContenido table.Datos tr td.Enc{
    background-color: #DDDDDD;
    font-weight: bold;
}