body {
    margin: 0px auto 10px auto;
    font-family:arial;
    font-size: 11px;
    font-weight: bold;
    background-color: #FFFFFF;
    background-size: 80% 60%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 45% 75%;
}
#divWrapper {
    margin: 0px auto 3px auto;
    width: 99%;
    padding:10px;      
    -webkit-box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;
    -moz-box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;
    box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;    min-height:100%;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left:0; right:0;
}
#divLogo {
    width: 645px;
    height: 152px;
    float:left;
    position: relative;
    top: 87px;
}
#footer_logo {
    /*background: url(../fonts/inen.jpg);*/
    /*background: url(../fonts/logoArconel.gif);*/
    /*background: url(../fonts/fabril_fame.png);*/
    background: url(../fonts/logoSirha.png);
    background-size: 200px 75px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    width: 100%;
    height: 75px;
    margin-top: 5px;
    text-align: right;
    padding-top: 5px;
    padding-right: 15px;
}
#divContent {
    /*background-color: rgba(250, 250, 250,0.9);*/
    background-color: #FFFFFF;
    padding: 3px 5px 3px 5px;
    margin-top: -20px;
    position:relative;
    z-index: 0;
    min-height:430px;
    font-weight: bold;
}
/*#divContent{
    background-color: rgba(245, 245, 245,0.5);
}*/
a{
    color:#1e5799;
}
.navbar{
}
.dropdown-menu,.navbar{
    font-family:arial;
    font-size: 11px;
    border: solid 2px;
    border-color:#1e5799;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    /*box-shadow: 0px 2px 2px 0px #000 inset;*/
}
.navbar li > a{
    color:#FFFFFF;
}
.navbar li > a:hover{
    color:#1e5799;
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

}
/*******************************************************************************************************************
 *ESTILOS PARA EL CONTENIDO DEL CUERPO DE LA PAGINA 0987026079
 *******************************************************************************************************************/
.btn{
    border-radius: 2px;

}
.controls{
    border-radius: 6px;
    border: solid 2px #7290ae;
    margin: 5px;
    padding: 5px 5px 10px 5px;
    box-shadow: 0px 0px 8px -2px #006699 inset;
    font-weight:bolder;
}
.img-thumbnail{border-radius: 2px;}
.row{width: 100%; margin-left: 2px; }
.breadcrumb{margin-bottom: -1em; }
.date,.dateCurrent{
    font-weight: bolder;
}
.btn-default,.btn-primary,.btn-info,.btn-warning,.btn-danger{
    font-weight: bold;
}
.btn-default{
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.btn-default:hover{
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    color:#FFFFFF;
}
.date{
    background-image: url('../icon/Calendar-icon32.png');
    background-size: 26px;
    background-position: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 26px;
}
#departamentos {
    width: 400px;
    height: 400px;
    max-width: 200px;
    max-height: 400px;
    overflow-x: scroll;
    overflow-y: scroll;
    box-shadow: 0px 0px 5px rgb(200, 200, 200);
    padding-left: 1px;
}#departamentos ul {
    width: 400px;
    list-style:none;
    margin-left: -20px;
    /*background-color: rgba(1,124,240,0.1);*/
}#departamentos li {
    margin-left: -5px;
}#departamentos li a {
    color: #000;
    padding: 5px;
    text-decoration: none;
    font-weight: bolder;
}#departamentos a:hover {
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer ;
    color: #0078a3;
}
.scrol {
    /*height: 500px;*/
    min-height: 600px;
    max-height: 700px;
    overflow-x:scroll;
    overflow-y:scroll;
}
.scrolMail {
    height: 225px;
    max-height: 225px;
    overflow-x:scroll;
    overflow-y:scroll;
    border-radius: 6px;
    border: solid 1px #7290ae;
    margin: 2px;
    padding: 3px;
}
-webkit-scrollbar-track {
    background-color: blue;
} 
-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
} 

-webkit-scrollbar-button {
    background-color: navy;
}

-webkit-scrollbar-corner {
    background-color: black;
}

input[type=radio],input[type=checkbox]:hover{
    cursor: pointer;
}
input[type=range]{
    cursor: pointer;height: 50px;
    border: 1px solid #ffffff;
    padding: 0px;
    display: inline-block;
    height: auto;
}
#serachGeo{
    cursor: pointer;
}
table thead th a:hover{
    cursor: pointer;background-color: rgba(255, 255, 255,0.6); border-radius: 2px;padding-right: 2px;
}
input {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.42857;
    background-color: #FFF;
    border-top: solid 1px #8e8e8e; 
    transition: all 0.2s ease-in-out 0s;
}
textArea{
    border-radius:2px;
    /*width:175px;*/
    height: 60px;
    /*max-width: 175px;*/
    max-height: 60px;
}
#lkConfig{
    margin-left: 86%;
    position: absolute;
}
/*******************************************************************************************************************
 * 	
 *******************************************************************************************************************/
tab-content{
    min-width: 100%;
}
.clsTabla {
    min-width: 100%;
    border-radius: 6px;
    border: solid 1px #f1f1f1;
    margin: 0px;
}
.clsTabla a {
    color: #fff;
}
.clsTabla tbody tr td input{
}

.clsTabla thead tr th, .clsTabla tfoot tr td {
    padding: 2px;
    /*background-color: #314456;*/
    color: #FFF;
    background-color: #428BCA;
    border-color: #357EBD;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    min-width: 10px;
    /*text-transform: capitalize;*/
}
.clsTabla tbody tr td {
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    min-width: 40px;
    word-wrap: break-word;
    border: solid 0px #fff;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #f1f1f1;
    border-right: solid 2px #f1f1f1;
    padding: 5px 5px 5px 5px;
    color: #000;
    font-weight: bold;
    font-size: 9px;
}
.clsTabla tbody tr td:nth-child(odd) {
    background-color: #fff;
}
.clsTabla tbody tr td:nth-child(even) {
    background-color: #f1fafa;
}
.clsTabla tbody tr:hover td:nth-child(odd), .clsTabla tbody tr:hover td:nth-child(even) {
    background: rgba(50,135,213,0.65);
    color: #fff;
}
/*******************************************************************************************************************
 * 	
 *******************************************************************************************************************/
g{

    height: 40px;   
}
text{
    height: 40px;   
}
text tspan{
    display: inline-block;
}
.input-mini{
    width: 100px;
    margin-left: 30px;
}
.input-lg1{
    width: 45%;
    height: 25px;
    font-weight: bolder;
}
.input-lg2{
    width: 50%;
    height: 25px;
    font-weight: bolder;
}
.delay{color:rgba(0,0,0,0);
       position: fixed ;
       top: 100px;
       left: 60%;
       height: 30px;
       animation: animar 10s;
       -moz-animation: animar 10s;
       -webkit-animation: animar 10s;
}
@keyframes animar{ 
    from{background-color: #0099cc;color:rgba(0,0,0,1);}to{background-color: rgba(0,0,0,0);color: rgba(0,0,0,0);} 
}
@-moz-keyframes animar{ 
    from{background-color: #0099cc;color:rgba(0,0,0,1);}to{background-color: rgba(0,0,0,0);color: rgba(0,0,0,0);} 
}
@-webkit-keyframes animar{ 
    from{background-color: #0099cc;color: rgba(0,0,0,1);}to{background-color: rgba(0,0,0,0);color: rgba(0,0,0,0);} 
}
/*ESTILOS PARA MOSTRAR LOS MENSAJES DE ALERTA E INFORMACION*/
.info, .exito, .alerta, .error {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
    border: 1px solid;
    margin: 3px 0px;
    padding:3px 3px 3px 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px 25px;
}
.info {
    position:fixed;
    bottom:30px;
    margin-left: auto;
    z-index: 1;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../fonts/info.png');
}
.exito {
    position:fixed;
    bottom:0px;
    margin-left: auto;
    z-index: 1;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../fonts/exito.png');
}
.alerta {
    position:fixed;
    top:10px;
    margin-left: auto;
    z-index: 1;
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../fonts/alerta.png');
}
.error {
    position:fixed;
    top:10px;
    margin-left: auto;
    z-index: 1;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../fonts/error.png');
}
/*ESTILOS PARA MOSTRAR GOOGLEMAPS*/
#mapa {
    position: absolute;
    top: 6.3%;
    right: 3.5%;
}
.showGeo, .showGeo img{
    display: inline-block;
    z-index: 1;
    animation: animarGeo 2s;
    -moz-animation: animarGeo 2s;
    -webkit-animation: animarGeo 2s;
    height: 230px;width: 230px;border:solid 1px #3399ff ;
    /*border-radius: 1px;*/
    background-color: #cccccc;
}
.hiddenGeo, .hiddenGeo img{
    z-index: 1;
    /*border-radius: 6px;*/
    background-color: #cccccc;
    animation: animarGeoMin 2s;
    -moz-animation: animarGeoMin 2s;
    -webkit-animation: animarGeoMin 2s;height: 5px;width: 5px;
}
.minimo{
    display: none;
    /*border-radius: 6px;*/
    background-color: #cccccc;height: 5px;width: 5px;
}
@keyframes animarGeo{from{height: 5px;width: 5px;}to{height: 230px;width: 230px;}}
@-moz-keyframes animarGeo{from{height: 5px;width: 5px;}to{height: 230px;width: 230px;}}
@-webkit-keyframes animarGeo{from{height: 5px;width: 5px;}to{height: 230px;width: 230px;}}
@keyframes animarGeoMin{from{height: 230px;width: 230px;}to{height: 5px;width: 5px;}}
@-moz-keyframes animarGeoMin{from{height: 230px;width: 230px;}to{height: 5px;width: 5px;}}
@-webkit-keyframes animarGeoMin{from{height: 230px;width: 230px;}to{height: 5px;width: 5px;}}
.legendConfig{
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    /*color: #3399ff;*/
    padding-top: 25px;
}
.geoMarc{
    position: absolute;
    margin-top: -3px;
    transition: all .3s ease-in;
    height: 20px;
    width: 20px;
    padding: 1px;
    border:solid 1px #3399ff ;
    /*border-radius: 6px;*/
    background-color: #cccccc;
}
.geoMarc:hover{
    margin-left: -175px;
    margin-top:  -100px;
    height: 200px;
    width: 200px;
    padding: 3px;
    border:solid 1px #3399ff ;
    z-index: 1;
}
/*-------------------------------------------------------------------------------------------------------------*/
#modalContent{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1030;
    background-color: rgba(0,0,0,0.5);
    padding-top: 10%;
}
#modalBody{
    background-color: white;
    width: 50%;
    margin: auto;
    padding: 2%;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 5px white;
    border: solid 1px #aaa;
}
#modalTitle{
    border-bottom:  solid 1px #aaa;
}
#modalFooter{
    border-top: solid 1px #aaa;
}
/*************************************************************************************************************************
*
**************************************************************************************************************************/
#preload_content{
    position: fixed;
    left: -0.5em;
    top: 0;
    /*margin-right:  0em;*/
    z-index: 1;
    padding: 55em;
    padding-bottom: 150em;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
}
#preload_content>span{
    position:fixed;
    top: 13em;
    left: 19em;
}
#preloader_1{
    position:relative;
}
#preloader_1 span{
    margin-bottom: 10em;
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#3498db;
    position:absolute;
    animation: preloader_1 2.0s  infinite ease-in-out;
    -webkit-animation: preloader_1 2.0s  infinite ease-in-out;
}

#preloader_1 span:nth-child(2){
    left:11px;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
    left:22px;
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
    left:33px;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
    left:44px;
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
}
#preloader_1 span:nth-child(6){
    left:55px;
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
}
#preloader_1 span:nth-child(7){
    left:66px;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
#preloader_1 span:nth-child(8){
    left:77px;
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
}
#preloader_1 span:nth-child(9){
    left:88px;
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}
#preloader_1 span:nth-child(10){
    left:99px;
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
25% {height:30px;transform:translateY(15px);background:#3498db;}
50% {height:5px;transform:translateY(0px);background:#9b59b6;}
100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}
@-webkit-keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
25% {height:30px;transform:translateY(15px);background:#3498db;}
50% {height:5px;transform:translateY(0px);background:#9b59b6;}
100% {height:5px;transform:translateY(0px);background:#3498db;}
}

/*******************************************************************************
*/
.float-panel{
    z-index: 1;
    width: 25px;
    position: absolute;
    left: 0px;
    padding: 3px;
    background-image: url(../fonts/icons/arrow-next.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.float-panel>form{
    margin-left: -2px;
    margin-bottom: -45px;
    display:none;
    width: 230px;
    border-top: #ccccff 3px solid ; 
    border-right: #ccccff 3px solid; 
    border-bottom: #ccccff 3px solid; 
    border-radius: 0px 4px 4px 0px;
}.float-panel:hover>form{
    display: block;
}
.float-panel:hover{
    animation: show-panel 1s;
    -moz-animation: show-panel 1s;
    -webkit-animation: show-panel 1s;
    width: 230px;
}

@keyframes show-panel{from{width: 25px;}to{width: 230px;}}
@-moz-keyframes show-panel{from{width: 25px;}to{width: 230px;}}
@-webkit-keyframes show-panel{from{width: 25px;}to{width: 230px;}}
@keyframes animarGeoMin{from{width: 230px;}to{width: 5px;}}
@-moz-keyframes animarGeoMin{from{width: 230px;}to{width: 5px;}}
@-webkit-keyframes animarGeoMin{from{width: 230px;}to{width: 5px;}}