@font-face {
    font-family: 'BebasNeueRegular';
    src: url('font/BebasNeue-webfont.eot');
    src: url('font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/BebasNeue-webfont.woff') format('woff'),
        url('font/BebasNeue-webfont.ttf') format('truetype'),
        url('font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS Document */ 
html {
    width: 100%;
    height: 100%;
}
body {
    background:#eee url(../imagenes/bg_intranet.jpg) repeat;
    margin:0; 
    padding:0;
    height:100%;
    width: 100%;
}
/*header*/ 
#header {
    height:14%;
    min-height:96px;
    margin:0;
    padding:0;  
    width:100%;
    min-width:980px; 
}
.negro{
    background:#333333; 
}
#header-area {
    width:100%;
    text-align:center; 
}
h1{
    background: url(../imagenes/logo_intranet_chico.png) no-repeat top left;
    font:27px 'BebasNeueRegular', Tahoma, sans-serif;
    color:#ffffff; 
    text-align:center;
    width:320px;
    height: 36px;
    margin:25px auto 0 auto;
} 
h2{
    font:25px 'BebasNeueRegular', Tahoma, sans-serif;
    color:#22AAE4; 
    text-align:left;
    line-height:27px;
    margin:60px 0 50px 40px;
    margin-top:40px;
} 
h2 a{
     color:#FD7600; 
}
/*imagenes*/
.img{ 
    border:0;    
    text-decoration:none;
}
.img-header{ 
    float:left;  
    width:50%;
    vertical-align:0px;  
    max-width:100%; 
}
.img-header-ms{ 
    background: url(../imagenes/logo_maxisistemas.png) no-repeat top left;
    height:100%;
    height:82px;
}
.img-header-in{ 
    background: url(../imagenes/logo_intranet.png) no-repeat top right;
    height:100%;
    height:91px;
}
/*links*/
a,  a:active,a:visited, a:hover{
    text-decoration:none; 
    border:0;
}
a img{
    text-decoration:none!important; 
    border:0;
}
/*gradientes*/

.gradiente-naranja{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF6E12), to(#FFAD00));
    background: -moz-linear-gradient(top, #FF6E12, #FFAD00);
    background: -ms-linear-gradient(#FF6E12, #FFAD00);
    background: -o-linear-gradient(#FF6E12, #FFAD00);
    background: linear-gradient(#FF6E12, #FFAD00);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF6E12, endColorStr=#FFAD00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF6E12, endColorStr=#FFAD00); 
}
.gradiente-gris{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#DEDEDE), to(#F2F2F2));
    background: -moz-linear-gradient(top, #DEDEDE, #F2F2F2);
    background: -ms-linear-gradient(#DEDEDE, #F2F2F2);
    background: -o-linear-gradient(#DEDEDE, #F2F2F2);
    background: linear-gradient(#DEDEDE, #F2F2F2);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#DEDEDE, endColorStr=#F2F2F2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#DEDEDE, endColorStr=#F2F2F2); 
 }
.gradiente-negro{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#666666));
    background: -moz-linear-gradient(top, #333333, #666666);
    background: -ms-linear-gradient(#333333, #666666);
    background: -o-linear-gradient(#333333, #666666);
    background: linear-gradient(#333333, #666666);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#333333, endColorStr=#666666);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#333333, endColorStr=#666666);     
}
.naranja{
    color:#ED7D00!important;    
}
.subtitulo-visita {
    font:21px 'BebasNeueRegular', Tahoma, sans-serif;
    padding:10px; 
}
/*loguin*/
#fondo-login{
    text-decoration:none;
    width:100%;
    min-height:200px;
    margin:0;
    padding:2%;
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    display:block;
}
#main-content { 
    background:#ffffff;
    width:74%;
    max-width: 1240px;
    min-width:980px; 
    height:auto;
    min-height:600px;
    margin:auto;
    padding:0 0 30px 0;
}
.divlogin{ 
    width:100%!important;
    max-width:none!important;
    background: transparent !important;
}
p {
    font:15px Tahoma, sans-serif;
    color:#333333;
}
.descripcion{    
    font:15px Tahoma, sans-serif;
    color:#ffffff; 
}
.center{
    text-align:center!important; 
}
.left{
    float:left;
}
.campos{
    width:100%;
    position:relative;
    display:block;
    text-align: center;
}
#content-formulario{
   box-sizing:border-box;
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box; 
   margin:0 auto;
   width:100%
}
.item-formulario{
   font: 1.2em  'BebasNeueRegular',Tahoma, sans-serif;
   color:#ffffff;
   text-align:right;
   display:inline-block;
   padding-right: 15px;   
   width:8%;
}
.sombra-titulo-formulario{
    background: url(../../imagenes/shadow_usuarios.png) no-repeat top; 
    height:20px;
}
.titulo-formulario h2{
    font:24px 'BebasNeueRegular', Tahoma, sans-serif;
    color:#22AAE4; 
    text-align:center;
    line-height:27px;
    padding:20px 0;
    margin: 0 auto;
}
/*visitas*/
.visitas{
   font:14px  Tahoma, sans-serif;
    color:#444444;
    margin:0 auto 40px auto;
}
.ul-detalle-cliente{
    width:80%;
    padding-bottom:20px;
    margin:0 auto 5% auto;
    -moz-box-shadow: 2px 3px 5px #C9C9C9;
    -webkit-box-shadow: 2px 3px 5px #C9C9C9;
    box-shadow: 2px 3px 5px #C9C9C9;
}  
.titulo-visita{
    font:24px 'BebasNeueRegular', Tahoma, sans-serif;
    color:#666666;
    padding:10px;
    margin-bottom:10px;
} 
.detalle-cliente{
    color:#ED7D00;
    font:16px  Tahoma, sans-serif;  
    padding:0 0 5px 30px;
}
.datos-cliente {    
    font:14px  Tahoma, sans-serif;  
    padding:6px 6px 4px 30px;
    border-top: 1px solid #dddddd;
}
.border-no{
    border:none;
    font-size:16px;
}
/*menues*/
#menu{
    width:100%;
    height:auto;
    margin:0 auto;
    overflow:hidden;
    /*border-bottom:2px solid #ffffff; */
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
}
ul{
    margin:0;
    list-style:none;
    padding-left:0; 
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
}
.menu-utilidades, .menu-herramientas{
    width:100%;
    height:auto;
    margin:0 auto;
    overflow:hidden;
    border-bottom:2px solid #ffffff; 
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
     background:#555555;
}
.menu-empleado li, .menu-utilidades li,.menu-herramientas li{
    display:inline-block;
    font:21px 'BebasNeueRegular', Tahoma, sans-serif;
    color:#ffffff;
    width:10%;
    list-style:none;
    text-align:center;
    line-height:22px;
    float:left;
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    margin:0;  
    border-left:1px solid #FDB317;
    height:100%;
}
/*utilidades*/
.menu-utilidades li{
    width: 33.3%;
    height:47px;    
    border-left:1px solid #ffffff;
}
.menu-herramientas li{
    width: 50%;
    height:47px;    
    border-left:1px solid #ffffff;
}
.menu-empleado a, .menu-utilidades a, .menu-herramientas a{   
    color:#ffffff; 
    display:inline-block;    
    height:67px;
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    width:100%;
    padding:10% 0 0 0;
    border:0;
}
.menu-utilidades a, .menu-herramientas a{
    height:47px;
    padding: 10px;   
}
.menu-utilidades li, .menu-herramientas li{    
    border-left:1px solid #eeeeee;
}
#respuesta-lmcall{
    margin-left:40px;
    font-size:16px;
}
.titulo-estado-servicios legend{
   background:transparent!important; 
   padding-left: 0;
   text-align: left;
}
.menu-empleado a:hover{   
    color:#eeeeee;
    background:#FD7600; 
    display:inline-block;
    height:67px;
    border-bottom:2px solid #22AAE4;
    width:100%; 
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
}
/*menues d*/
.menu-distribuidor li{
    display:inline-block;
    font:21px 'BebasNeueRegular', Tahoma, sans-serif;
    color:#ffffff;
    width:25%;
    list-style:none;
    text-align:center;
    line-height:22px;
    float:left;
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    margin:0;    
    height:67px;
    border-left:1px solid #FDB317;
    height:100%;
}
.menu-distribuidor a{   
    color:#ffffff; 
    display:inline-block;    
    height:67px;
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    width:100%;
    padding:7% 0 0 0;
}
.menu-distribuidor a:hover{   
    color:#eeeeee;
    background:#FD7600; 
    display:inline-block;
    height:67px;
    border-bottom:2px solid #22AAE4;
    width:100%; 
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
}
.activo{
   /* background:#F25E00;*/
     background:#FD7600; 
    display:inline-block;
    height:67px;
    width:100%; 
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
}
/*clientes premium*/
.tabla-intranet{
    font:12px Tahoma, sans-serif;
    color:#666666;
    height:100%;
    margin:20px auto 0 auto;
    display:block;
    overflow:hidden;
}
#tabla-premium{
    width:980px;
    min-width:908px;
}
#tabla-codact{
    width:837px;
    min-width:780px;
}
.mensajeCentrado{
    text-align: center;
}
.tabla-intranet ul{
    background:#eeeeee;
    margin:0;   
    border-bottom: 2px solid #ffffff !important;
 }
.tabla-intranet-header li {
    font:13px  Tahoma, sans-serif;
    color:#FD7600;
    background:#333333; 
    margin:auto;
    display:inline-block;
    text-align:center;
    height:auto;
    padding:1.0% 0.6% 0.5% 0.5%;
    list-style:none;   
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; 
     overflow: hidden ;  
}
.tabla-intranet-body li {
    font:12px  Tahoma, sans-serif;
    color:#444444;
    display:inline-block;
    height:auto;
    padding: 1% 0.6% 0.5% 0.5%;
    list-style:none;
    vertical-align:top;
    margin-right:4px;  
    text-align:center;
    margin-top:4px;
    overflow: hidden ; 
   }
.telefono {
    width:130px!important;
    color:#FD7600!important;
}
.telefonoh {
    width:130px!important;
     color:#FD7600!important;
}
.codigoAct {
    width:250px!important;
    color:#FD7600!important;
}

.reservadoAct {
    width:80px!important;
    color: #444444;
    
}
.comentarioAct {
    width:340px!important;
    color: #444444;
}
#textAreaAct{
    width:330px!important;
}

.razon{
    width:9%!important; 
}
.nombre {
    width:9%!important;    
}
.bold {
    font-weight: bold !important;
}
.tipo {
    width:5%!important;
}
.codigo {
    width:5%!important;
    color:#FD7600!important;
}
.direccion{
    width:10%!important;    
}
.pais{
    width:4%!important;    
}
.localidad{
   width:6%!important;      
}
.boton-imprimir{
  background: url(../imagenes/imprimir.png) no-repeat top right;
  font:20px 'BebasNeueRegular', Tahoma, sans-serif;
  color:#22AAE4 ; 
  margin-top:30px;
  padding:9px 40px 0 40px;
  height:40px;
  display:block;
  text-align:right;
  float: right;
  margin-right:40px;
}
.solodm {
   display:none; 
}
.div_paginado{
  font:19px Tahoma, sans-serif;   
  text-align:center;
}
.paginado{
    margin: 0 7px!important;
    color: #555555!important;
}
.div_paginado a{   
    margin-top:20px!important;
    display: inline-block!important;
}
.div_paginado a:hover{
    color: #999999!important;   
}
.pg_ant, .pg_sig  {
    color:#888888!important;
}
.pg_ant a{
    color:#FD7600!important;
}
.pg_actual{
     margin: 0 7px 0 5px!important;
    color:#FD7600!important;
}
.pg_fin{
     margin: 0 7px 0 5px!important;
    color:#999999!important;
}
/*retornos*/
/*formulario*/
.item-retornos{
    font: 14px   Tahoma, sans-serif;
    color:#666666;
    padding-right: 15px; 
    font-weight:bold;
    line-height:17px;
    text-align: right;
    float:left;
    width:20%;
    display:block;
}
.labels{
    clear:both;
}
input{
    background: #ffffff;    
    border:none;
    padding-left:4px;  
    }
.input-formulario{
    width:65%;
    height:20px;  
    max-width: 200px;
    display:inline-block;   
    margin-top:8px;      
}
.input-loguin{
    height:20px;  
    max-width: 200px;
    display:inline-block;        
}
.subtitulo-formulario{
    background: url(../../imagenes/shadow_usuarios.png) bottom no-repeat;
    font: 21px 'BebasNeueRegular', Tahoma, sans-serif;
    color: #FD7600;
    text-align:center;
    padding:30px 0;
    margin:0;
}
.subtitulo-formulario-datos-guardados{
  font:19px 'BebasNeueRegular', Tahoma, sans-serif;
  margin:30px 0;
  padding-top:20px;
  color:#22AAE4;
  border-top:1px solid #999999;
}
.border{
    border:1px solid #dddddd;
    background-color: #ffffff;
} 
.ancho-input-texto{
    width:25%; 
}
.labels-retornos, .detalle  {
    width:100%;
    padding:8px 20%; 
    display:inline-block;
    vertical-align:text-bottom;   
}
::-webkit-input-placeholder { color:#d3d3d3; font-style:italic }
::-moz-placeholder { color:#999999; font-style:italic } /* firefox 19+ */
:-ms-input-placeholder { color:#999999;  font-style:italic} /* ie */
input:-moz-placeholder { color:#999999;  font-style:italic}

.imagen-visibilidad {
    display:none; 
}
.enviar {
    background: url(../../imagenes/shadow_usuarios.png) top no-repeat;
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    text-align:center;
    width:100%;
    margin-top:40px;
    padding: 20px 1% 1% 1%;
}
.enviar-loguin {    
   box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    padding:1%;
    text-align:center;
    width:100%;
}
#alerta-usuario{
    width:100%;
    position:relative;
    display:block;
    margin:0 auto;
    text-align: center;
} 
.txt-alerta-usuario{
    font: 1.1em  'BebasNeueRegular',Tahoma, sans-serif;
    color:#666666;     
    display:inline-block;
}
.img-alerta-usuario{
    display:inline-block;
    vertical-align:middle;
}
.cargar-retorno{
    background: url(../imagenes/icono_retornos2.png) top left no-repeat;
    height: 40px;
    display: block;
    font: 14px Tahoma, sans-serif;
    color: #22AAE4;
    padding: 7px 0 0 55px;
    margin: 8px 0 0 30px;   
} 
.cargar-retorno:hover{
    color:#666666;    
}
#mensaje textarea{    
    background:#ffffff!important;
    padding-top:10px;   
    box-sizing:border-box;
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box; 
}
.mensaje-alerta{
    background: url(../imagenes/bg_footer.png) top repeat-x;
    padding-top:10px;
    padding-bottom:34px;
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
}
.errores{
    font:16px Tahoma, sans-serif;
    color:#ffffff;
    height:auto;
    text-align:center;
    font-style:italic; 
}
.sin-datos{
    font: 1.5em 'BebasNeueRegular', Tahoma, Arial, sans-serif; 
    padding:20% 0 10% 0;
    text-align:center;
    color: #22AAE4;
} 
.volver{
     color: #FD7600;
}
.volver:hover{
     color: #F9974E;
}
.area-checkbox{
    width:12%!important;
    margin:15px auto;
    color:#666666;
    padding-right:130px;
}
.checkbox{
    width:50%;
    display:inline-block;
    color:#666666;
}
.items-checkbox{
    float:right;
    width:43%;
    display:inline-block;
    line-height:30px;
    font:14px Tahoma, sans-serif;
}
.selector{
    margin:11px 0  0 0 ;
    display:inline-block;   
}
.button-chico{
    font: 1.2em 'BebasNeueRegular', Tahoma, Arial, sans-serif; 
    color: #eee;
    text-decoration: none !important;
    text-transform: uppercase;
    border: solid #d3d3d3 1px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
    cursor:pointer;
    padding: 3px 6px 3px 6px ;
    background:#22AAE4;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#22AAE4), to(#5EC5EA));
    background: -webkit-linear-gradient(#22AAE4, #5EC5EA);
    background: -moz-linear-gradient(top, #22AAE4, #5EC5EA);
    background: -ms-linear-gradient(#22AAE4, #5EC5EA);
    background: -o-linear-gradient(#22AAE4, #5EC5EA);
    background: linear-gradient(#22AAE4, #5EC5EA);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#22AAE4, endColorStr=#5EC5EA);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#22AAE4, endColorStr=#5EC5EA);
    box-sizing: border-box;
} 
#btnDesactivado{
    background: gray !important;
    color: white !important;
}

.button-gris{
    font: 1.2em 'BebasNeueRegular', Tahoma, Arial, sans-serif; 
    color: #22AAE4;
    text-decoration: none !important;
    text-transform: uppercase;
    border: solid #d3d3d3 1px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
    cursor:pointer;
    padding: 3px 6px 3px 6px ;   
    box-sizing: border-box;
} 
.button-gris:hover {
    opacity:0.8;      
    border: solid #d3d3d3 1px ;
}
.button-chico:hover {
    background:#5EC5EA !important;
}
#form_retorno{
    width:100%;
    margin:0 auto;
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;  
}
/*formulario diferencia en cobro*/
.retorno label{   
    padding-top:10px;
}
#motivo-diferencia{
   font: 14px Tahoma, sans-serif;
   color:#666666;  
   margin-top:20px!important;
   width: 38%;
   margin: 0 auto;
   display: block;
}
.fila2{
    font: 14px   Tahoma, sans-serif;
   color:#666666;  
    padding-top:15px;
   padding-left:15px;
}
.fila{
   font: 14px   Tahoma, sans-serif;
   color:#666666;  
   width:38%; 
   margin:20px auto 0 auto; 
   text-align: left;
}
.inputs{
    margin-right:10px;
    float: left;
}
.retorno, .pregunta{
   font: 14px Tahoma, sans-serif;
   color:#666666; 
  }
  .diferencias-cobro{       
    text-align: center;        
  }
.text_observ{
    display:block;
    width:100%;
    font: 14px   Tahoma, sans-serif;
    color:#666666;
    margin-top:10px;
    border:1px solid #dddddd;
}

.text_observ_oblig{
    display:block;
    width:100%;
    font: 14px   Tahoma, sans-serif;
    color:#666666;
    margin-top:10px;
    border:1px solid #dddddd;
}

.opcion{
    float:right;
}
.datos-guardados-formulario{
    margin:2px 0;
}
/*descargas*/
.fieldsetArchivos{
    border:none;  
    font: 14px Tahoma, Arial, sans-serif;    
    margin:0;
    padding:0;
    float: left;
    width:100%;
  }
legend{
    font: 24px 'BebasNeueRegular', Tahoma, Arial, sans-serif; 
    color:#22AAE4;
    width: 100%!important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#DEDEDE), to(#F2F2F2));
    background: -moz-linear-gradient(top, #DEDEDE, #F2F2F2);
    background: -ms-linear-gradient(#DEDEDE, #F2F2F2);
    background: -o-linear-gradient(#DEDEDE, #F2F2F2);
    background: linear-gradient(#DEDEDE, #F2F2F2);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#DEDEDE, endColorStr=#F2F2F2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#DEDEDE, endColorStr=#F2F2F2); 
    padding:20px 0 20px 40px;
     box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
     margin: 0 0 20px 0;
    border:0;   
}
.divArchivos{ 
    padding:0 0 0 2%;
    display:inline-block;
    width:30%;
}
.divArchivos a{
    color:#22AAE4;
    font: 11px Tahoma, Arial, sans-serif; 
    cursor:pointer;
    height:30px;
}
.divArchivos label:hover{
     cursor:pointer;
     color:#777777;
 } 
 .divArchivos label{
     box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
 } 
.icon-subir{
   background:url(../imagenes/icono_subir_carpeta.png) no-repeat left;
   width: 35px;
   height: 25px;
}
.icon-pdf{
    background:url(../imagenes/icon_pdf.png) no-repeat left;
    padding-bottom: 5px;
}
.icon-image{
   background:url(../../imagenes/icon_image.png) no-repeat  left;
   padding-bottom: 5px;
}
.icon-file{
   background:url(../../imagenes/icon_file.png) no-repeat  left;
   padding-bottom: 5px;
}
.icon-zip{
   background:url(../../imagenes/icon_zip.png) no-repeat  left;
   padding-bottom: 5px;
}
.icon-txt{
   background:url(../../imagenes/icon_txt.png) no-repeat left;
   padding-bottom: 5px;
}
.icon-folder label{
    background: url(../../imagenes/icon_folder.png) no-repeat left;    
    cursor: pointer;
    margin-top: 17px;    
    margin-left: 2%;
    border:none!important;
    color:#22AAE4;
}
.archivos {
   line-height: 20px;
   display: block;
 }
 .archivos a {
   display:none;
 }
 .explorador{
     width:100%;
     padding:0;
 }
.archivos label{
   line-height: 20px;
   display: block;
   padding:10px 10px 10px 60px;
   border-top:2px solid #eeeeee;
 }
#directorios{
    display:none;
}
#hora_egreso{
     display:block;
 }
 .error[generated]   {
  font-size:13px;
  font-family:Tahoma, Arial, sans-serif;
  color:#DE8134;  
  display:inline-block; 
  /*float: right;*/
  margin-bottom: 10px;
  margin-top:5px;
 }
.error[name] {  
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity:0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  border:1px solid #FD7600 !important;  
}

/*descargas maxirest*/
 .aplicacion  {
  margin:25px 60px;
  font-size:15px;
  font-family:Tahoma, Arial, sans-serif;
  color:#888888;
   border-bottom:1px solid #eee;
 }
 .aplicacion a {
   color:#FD7600;
  }
.nombre-descarga  { 
  font-size:24px;
  font-family:'BebasNeueRegular', Tahoma, Arial, sans-serif;
  color:#22AAE4; 
  }
  .link-descarga{
    background: url(../imagenes/icono_descarga_mr.png) no-repeat left;   
    padding:10px 0 0 35px;
    height:30px;
  }
  .buscador-premium{
      display: inline-block;  
      margin-left: 40px;
  }
  .buscador-premium label{
      margin-right: 5px;
      margin-left: 0px;
      border: 0px;
      
  }
  .buscador-premium input{
      height: 22px;
      font-size: 1.2em;
  }
  .buscador-premium button{
      font-size: 1.1em;
  }
  .buscador-premium-checkbox{
    display: inline-block;
    margin-left: 15px;
  }
  .buscador-texto{
    font-size: 15px;
    font-family: Tahoma, Arial, sans-serif;
    color: #888888;
  }
  .recuadro-buscador{
    background: #EEEEEE;
    border: 1px solid #E2E2E2;
    color: #888888;
  }
  .tabla-remoto li{
     padding-left: 0;
     padding-right: 0;
     margin-left: 0.5%; 
     margin-right: 0.5%;
  }
  
  .tabla-remoto li:nth-child(1){
  width: 14% !important;    
  }
  .tabla-remoto li:nth-child(2){
  width: 10% !important;    
  }
  .tabla-remoto li:nth-child(3){
  width: 26% !important;    
  }
  .tabla-remoto li:nth-child(4){
  width: 10% !important;    
  }
  .tabla-remoto li:nth-child(5){
  width: 26% !important;    
  }
  .tabla-remoto li:nth-child(6){
  width: 8% !important; 
  padding: 0.5% 0 0.5% 0;
  }
  #remoto{
      margin-top:10px;
  }
  .buscador-remoto{
      margin-bottom: 10px;
  }
  #actualizar_remoto{
      cursor: pointer;
  }
  .acepta-busqueda{
      margin-top: 10px;
  }
  #visor-remoto{
      text-align: center;
  }
  #visor-remoto label, #visor-remoto select{
     margin-left: 10px;
     font-size:15px;
     font-family:Tahoma, Arial, sans-serif;
     color:#888888;
     border-bottom:1px solid #eee;
  }
  #respuesta, .respuesta{
   color:#DE8134;
    font:15px Tahoma, Arial, sans-serif;
    text-align:center;
    font-weight:normal;
}
/*----administracion de dispositivos----*/
 
.nombre-dispositivo {  
    font:18px Tahoma, Arial, sans-serif; 
    padding-left:30px;
}
.nombre-dispositivo-activo {  
    color: #DE8134;   
}
/*----administracion de dispositivos----*/
 
.nombre-dispositivo {  
    /*width:23%;*/
    width:235px;
    float:left;
   /* padding-right:40px;*/
}
.activado {  
     background: url('../../imagenes/icono_activado_pad.png') no-repeat left;
    color: #DE8134;
}
.verificando { 
    /*background: url('../imagenes/icono_verificando_pad.png') no-repeat left;*/
    color: #22AAE4;
    padding-left:35px;
}
.desactivado {  
    color: #999999; 
}
.boton-pad {  
    width:64px;
    text-align:center;
}
.codigo-verificacion {
    font: 18px Tahoma, Arial, sans-serif;  
    color: #22AAE4;
    float:left;
    line-height:25px;
    padding:0 ;
    width: 150px;
}
.fondo-naranja {
    background: #F28E00!important;
}
.fondo-naranja:hover {
    background: #DE8134!important;
}
.texto-estado-dispositivo {
    font: 14px Tahoma, Arial, sans-serif;  
    color: #DE8134;
    float:left;
    width:320px;
}
.lista-dispositivos{
   /* background: url('../imagenes/shadow_usuarios.png') no-repeat top;*/
    /*margin-right:170px;*/ 
    height: 48px;
    padding:20px 0 0 10px;
    border-top: 1px solid #dddddd;
    margin: 20px;
    display: inline-block;
}
.fondo-dispositivo-activo{
    background-color: #eeeeee;
}
.header-tabla-dispositivos{    
    width:100%;
    display:inline-block;
    margin-top: 20px;
    text-align: center;
}
.header-dispositivo{
    float:left;
    width:220px;      
    font: 23px 'LeagueGothicRegular';  
    color: #777777;
}
.estado-dm{    
    width:320px; 
}
.codigo-dm{    
    width:180px; 
}
.actualizar-dm{    
    width:62px; 
    float:right;
}
#modulo-administrar-dispositivos{
   padding:0px 0 20px 0;
   margin-top: 15px;
   /*width:980px;*/
}
#actualizar_dispositivos{
    cursor: pointer;
    float:left;
}
.mweb_texto_activacion{
   padding-top: 3px;
   margin: 0; 
}
#msj-nodispositivos{
    margin-top: 30px;
    font-size: 35px;
    text-align: left;
    margin-left: 38px;
}
#drop-activacion{
    width: auto !important;
    margin-right: 5px;
}
.input-codigo{
    width:  180px;
}
.texto-estado-almacenamiento {
    font: 14px Tahoma, Arial, sans-serif;  
    color: #DE8134;
    float:left;
    width:165px;
}
#lista-dispositivos{
    float: right;
    margin-right: 15px;
    margin-left: 300px;
}
.tamaño-calendar-chico{
    width: 20% !important;
}
.tamaño-calendar-boton{
    width: 9% !important;
}
.encabezado-herramientas{
    display: inline-block;
}
.actualizar-herramientas{
    display: inline-block;
    margin-left: 40px;
    cursor: pointer;
}
.tamaño-calendar-grande{
    width: 30% !important;
}
.calendar-centrado{
    text-align: center;
}

.calendar-header{
    text-align: center;
    margin-top: 20px;
}

.calendar-alto{
    height: 17px !important;
}
/*VCM*/
#contenedor-contactos{
    width: 35%;
    display: inline-block;
    float: left;
    position: relative;
}
#contactos{
    width: 100%;
    height: 800px;
    overflow-y: scroll;
    line-height:22px;
    display: inline-block;
    margin-top: 4px;
    float: left;
   color:#008C00; 
}
#contactos ul{
    padding-left: 15px;
    float: left;
    width: 100%;
}
#contactos li{
    display: inline;  
     background: url("../imagenes/conectado.png") left no-repeat;
}
#contactos p{
  color:#FFFFFF; 
}
#contactos .desplegado{
    background: url("../imagenes/desplegado.png") left no-repeat;
}
.desplegado>ul{
    display: inline-block;
}
.contraido>ul{
    display: none;
}
#contactos a{
    padding-left: 20px;
    cursor: pointer;
}
#contactos .contraido{
    background: url("../imagenes/contraido.png") left no-repeat;    
}
#contactos .ausente {
     color:#A67C52;
    background:#ffffff url("../imagenes/ausente.png")left no-repeat;
    padding-left: 20px;
}
#contactos .bloqueado {
    color:#DB5E00;
    background:#ffffff url("../imagenes/bloqueado.png") left no-repeat;       
}
#contactos .escribiendo {
    font-weight: bold;
    background: #ffffff url("../imagenes/escribiendo.png") top left no-repeat;
}
#contactos .desconectado{
     color: #7E8080;
     background:#ffffff  url("../imagenes/desconectado.png") left no-repeat;
}
#contactos .con-mensaje{
  color:#22AAE4;
  background:#ffffff  url("../imagenes/con_mensaje.png") left no-repeat;   
}
#mensajeria{
    width: 65%;
    display: inline-block;
}
#cambia-ventana{
    display: none;
}
#mensajes{
    /*float: right;*/
    height: 500px;
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    margin-top:15px;
}
#escribir_mensaje{
    float:right;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#vcmweb{
    display: inline-block;
    width: 100%;
    height: 900px;
    font: 14px Tahoma,sans-serif;
}
.emp-logueado{    
    float: right;
    background: #EAF5FF!important;
}
.emp-logueado .origen-fecha{   
     text-align: right!important;
}
.emp-contacto{    
    float: left;
}
.mensaje{
    border-radius:6px;
    width: 80%;
    margin: 10px 15px;
    padding: 5px;
    color: #4d4d4d;
    background: #CCE7FF;
}
#mensaje .emp-logueado{
    background: #EAF5FF;
}
.mensaje label{
    clear: both;
    width: 100%;
    font-weight: lighter;
    display: inline-block;
}
.texto-mensaje{
    max-width: 100%;    
    overflow-x: hidden;
}
.advertencia{
   color:#666666;
   font-size: 18px;
   text-align:center;
   margin:30px 0;
}
.mensaje-Visto{
   background-image: url("../imagenes/visto.png");
    background-repeat: no-repeat;    
}
.emp-contacto .mensaje-Visto{
    background-position: top right;
    padding-right: 40px;
}
.emp-logueado .mensaje-Visto{
    background-position: top right;
    padding-right: 40px;
}
.mensaje-Leido{
    background-image: url("../imagenes/leido.png");
    background-repeat: no-repeat;
}
.emp-contacto .mensaje-Leido{
    background-position: top right;
    padding-right: 20px;
}
.emp-logueado .mensaje-Leido{
    background-position: top left;
    padding-left: 20px;
}
#envia-mensaje{
    background-image: url("../imagenes/enviar.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #22AAE4;
    padding:5px;
    vertical-align: top;
    margin: 3px 0 2px 2px;
    display: inline-block;
    height: 84px;
    width: 10%;   
     border-radius: 5px;
}
#envia-mensaje:hover{
    background-image: url("../imagenes/enviar.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color:  #458FBF;
     border-radius: 5px;
}
#texto-envio-mensaje{
    border:1px solid #dddddd;
    width: 80%;
}
#mensajes-nuevos{
    position: absolute;
    top: 2%;
    z-index: 1;
    right: 25px;
    width: 150px;
    text-align: center;
    background-color: #309ECF;
    border-radius: 8px;
    color: #FFFFFF;
}
#mensajes-nuevos ul{
    padding: 0;
}
#mensajes-nuevos li{
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
.flotante-mensajes-nuevos{
    padding:8px 8px;
}
#estado-contacto{
    width: 100%;
    height: 30px;
    text-align: left;   
    display:inline-block;
}
#respuesta-mensaje{
    height: 20px;
    color:   #DE8134;
}
#estado-contacto div{
    padding: 8px 23px;
    background: #4D4D4D;
    color:#ffffff;
}
#estado-contacto .conectado{
    background:#7AAF42;
}
#estado-contacto .inactivo{
    background:#A67C52;
}
#estado-contacto .bloqueado{
    background-color:#DB5E00;
}
#estado-contacto .escribiendo{
    font-weight: bold;
}
#estado-contacto .desconectado{
    background: #7E8080;  
}
.nivel{
   color: #4d4d4d;    
   font-weight: bold;
}
.categoria .nivel{   
   font-weight: normal!important;   
}
.origen-fecha{
   color:#003868;
}
.origen-nombre{
   color:#126199;
   font-weight: bold!important;
}
.centrado{
    text-align: center;
}
.lblutilidades  {
  font-size:15px;
  font-family:Tahoma, Arial, sans-serif;
  color:#888888;
  margin-right: 5px;
 }
.formutilidades{
    display: inline-block;
    margin-left: 40px;
 }
.formutilidades h2{
    margin-left: 0px;
 }
.formutilidades .respuesta{
     margin-top: 20px;
 } 
.formutilidades .nombre-servicio{
     color: #555555!important;
     font-weight: bold;
 } 
#tabla-servicios {
    min-width: 300px;
    width: 650px;
}
#tabla-servicios .tabla-intranet-header li{
    width: 13%;
}
#tabla-servicios .tabla-intranet-body li{
    width: 12%;
}
#tabla-servicios .nombre-servicio li{
    color: #FD7600 !important;
    font-weight: bold;
}
.margen-superior{
    margin-top: 40px;    
}
#submenu .activo  {
    background:#777;    
}
#submenu a:hover{
    background:#666666; 
}
/*Herramientas*/

div#volver-herramientas {
  font: 25px 'BebasNeueRegular', Tahoma, sans-serif;
  color: #22AAE4;
  text-align: left;
  line-height: 27px;
  margin: 60px 0 50px 40px;
  margin-top: 40px;
}