﻿body 
{
    padding:0;
    border:0;
    left:0;
    top:0;
    margin: 5% 0px 0px 0px;
    background-image:url("./Images/clouds.jpg");
    background-repeat: repeat;
    background-color:#cfecfe;
    width:100%;
    height:100%;
    /*overflow-x:hidden;*/
}

table#gvTraza {
    display: table !important;
    overflow-x: unset !important;
    font-size: 1em !important;
}

#divAppInstall{
	display:none;
}

#divDiasPrueba {
    position: absolute;
    width: 100%;
    height: 37px;
    top: 20px;
    background: red;
    left: 0px;
    color: white;
    text-align:center;
    line-height:37px;
    font-family:sans-serif;
    display:none;
}

#divDiasPrueba span.material-icons {
    vertical-align: middle;
    margin-top: -5px;
}

#divActivarCta {
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

#LogoLogin{
    vertical-align: middle;
    /*background-color: #ffffffd6;*/
    padding: 1%;
    /*border-radius: 100%;*/
    width: 120px;
    margin-right: 20px;
    /*border: 5px solid #67a2e3 !important;*/
    background-image: url(images/LogoNew.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    /*-webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 75%);*/
    margin-left:-110px;
    filter: drop-shadow(2px 4px 6px white);
}

div#LogoMenu {
    background-image: url(../images/LogoNew.png);
    width: 150px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(2px 4px 6px white);
    /* filter: brightness(0.5); */
    /* filter: url(../images/LogoNew.png); */
    margin-left: 50px;
    margin-top: 2px;
}

#TextLogo {
    color: white;
    margin-left: 30px;
    font-size: 1.2em;
    margin-top: 5px;
    font-family: sans-serif;
    text-shadow: 1px 1px grey;
}

.social{
    display: block;
    position: fixed;
    z-index: 100000000000000;
    top: 4px;
    left: 4px;
    font-size: 20pt;
    color: white;
    opacity: 0.9;
    font-family: sans-serif;
    border: 1px solid #ffffffa8;
    padding: 10px 0px 10px 0px;
    border-radius: 10px;
}

.social a{
    margin-right: 10px;
    cursor: pointer;
}

.social span {
    float: left;
    width: 100%;
    font-size: 10pt;
    text-align: center;
    margin-left: -5px;
    margin-top: -5px;
}

.socialFoot {
    float: left;
    width: 100%;
    margin-top: 10px;
    opacity: 0.9;
}

.socialFoot a {
    font-size: 20pt;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 30px;
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;
}

#imgHomePage {
    width: 100%;
    height: 200px;
    background-image: url(Images/imgHomePage.png);
    position: absolute;
    z-index: 5000;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    bottom: 40px;
}

.btnLoginDiv span#lblMensaje {
    float: left;
    width: 100%;
    margin-top: -15px;
    font-size:0.8em;
}

#mnuMobile, #NavClose {
    display:none;
}

.box-fields-item{
        width:100%; 
        float:left; 
        text-align:center
    }

.divNav{
    position:fixed !important;
    z-index:1000000000 !important;
}

.divNav #NavName{
    display:none;
}

.divNavScroll{
    webkit-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.75);
    background-color: #64a7eb;
}

.divNavScroll #NavName{
    float: left;
    display: block !important;
    width: 280px;
    text-align: left;
    font-family: 'Roboto-Light';
    font-size: 16pt;
    text-transform: uppercase;
    margin-top: 12px;
    margin-left: 180px;
}

#NavName span {
    font-weight: bold;
}

#divVerMas {
    position: absolute;
    left: 0px;
    top: Calc(100vh - 75px);
    z-index: 10000;
    background: none !important;
    color: gray;
    font-size: 40px;
    width: 100%;
    cursor: pointer;
    webkit-animation: animateArrow 1s infinite;
    animation: animateArrow 1s infinite;
}

@keyframes animateArrow {
  0%   {top: Calc(100vh - 75px);}
  50%  {top: Calc(100vh - 65px);}
  100% {top: Calc(100vh - 75px);}
}

#divWhatsapp{
    position: fixed;
    width: 50px;
    cursor: pointer;
    height: 50px;
    border-radius: 50px;
    background-image: url(Images/Whatsapp.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    right: 20px;
    bottom: 20px;
    z-index: 1000000;
    background-color: #2fae1f ;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    color: white;
    font-family: sans-serif;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

#divWhatsappContent{
    position:fixed;
    right:20px;
    bottom: 90px;
    width:250px;
    min-height:150px;
    background-color:#2fae1f ;
    border-radius:5px 5px 0px 0px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    display:none;
    z-index: 1000000;
    padding:10px;
}

#divWhatsappContent:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 228px;
    width: 0;
    height: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #2fae1f   transparent transparent;
}

.divWhatsappItem{
    width:100%;
    float:left;
    border-bottom:1px solid white;
    height:70px;
    cursor:pointer;
}

.divWhatsappItem .material-icons {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    background-color: #c3ffbb;
}

.divWhatsappItem p {
    float: left;
    color: white;
    margin: 10px;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 18px;
}

.divWhatsappItem span {
    float: left;
    margin-left: 10px;
    font-family: sans-serif;
    font-size: 12px;
    color: white;
    margin-top: -10px;
}

.divCaracteristicas h2 {
    float: none !important;
}

.divContent h2{
    float:left;
    width:100% !important;
}

.divDestacadas{
    float:left;
    width:100%;
    height:auto;
    border-bottom:1px solid gainsboro;
    margin-bottom:20px;
    padding-bottom:20px;
    opacity:0;
}

.divDestacadasItem{
    float:left;
    width:40%;
    padding-left:5%;
    padding-right:5%;
    min-height:200px;
    text-align:left;
}

.divDestacadasItem span {
    margin-left: 50px;
    display: block;
    line-height: 20px;
}

.divDestacadasItem img{
    width:80%;
}

.divDestacadasItem .material-icons{
    background-color:white !important;
    float:left;
    width:50px;
}


#divDatos{
    float:left;
    width:100%;
    height:auto;
    min-height:125px;
    margin-top:25px;
    margin-bottom:75px;
}

.divDatosItem{
    float:left;
    width:25%;
    height:100px;
    opacity:0;
}


.divDatosItemValor{
    float:left;
    width:100%;
    text-align:center;
    font-size: 40px;
    color: #5494d6;
    font-weight: bold;
}

.divDatosItemDesc{
    float:left;
    text-align:center;
    width:100%;
}

#divRecomendar
{
    position:absolute; 
    top:25px; 
    left:-130px; 
    width:150px; 
    height:15px; 
    line-height:15px;
    vertical-align:middle;
    padding:5px;
    border:1px solid orange; 
    background-color:orange; 
    color:White; 
    font-size:0.8em;
    font-family:Century Gothic, Sans-Serif, Arial; 
    cursor:pointer;
    z-index:-1 !important;
    border-radius:0px 5px 5px 0px;
    font-weight:bold;
    -webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.67);
    box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.67);
    }


#divRecomendar:hover
{
    animation-duration: 0.5s;
    animation-name: Aparecer;
    animation-fill-mode: forwards;
    }    
    
@keyframes Aparecer {
  from {left:-130px}
  to {left: 0px;}
}   

@keyframes AparecerRight {
  from {right:-130px}
  to {right: 0px;}
}   

#divAyuda
{
    position:absolute; 
    top:60px; 
    left:-130px; 
    width:150px; 
    height:15px; 
    line-height:15px;
    vertical-align:middle;
    padding:5px;
    border:1px solid #1494df; 
    background-color:#1494df; 
    color:White; 
    font-size:0.8em;
    font-family:Century Gothic, Sans-Serif, Arial; 
    cursor:pointer;
    z-index:1 !important;
    border-radius:0px 5px 5px 0px;
    font-weight:bold;
    -webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.67);
    box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.67);
    }

#divAyuda img{
    float: left;
    width: 18px;
    margin-left: 8px;
}


#divAyuda:hover
{
    animation-duration: 0.5s;
    animation-name: Aparecer;
    animation-fill-mode: forwards;
    }    


#divAICloud
{
    display:none;
    position: fixed;
    bottom: 35px;
    left: 0px;
    width: 50px;
    height: 60px;
    line-height: 15px;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    border: 1px solid #0000f8;
    background-color: #0000f8;
    color: White;
    font-size: 0.8em;
    font-family: Century Gothic, Sans-Serif, Arial;
    cursor: pointer;
    z-index: 1 !important;
    border-radius: 0px 5px 5px 0px;
    font-weight: bold;
    -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 4px 5px -1px  rgba(0, 0, 0, 0.67);
    }

#divAICloud img{
    width: 48px;
}

#divAICloudBlackOut {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vw;
    background-color: #00000073;
    z-index: 1000;
    display: none;
}

#divAICloudContent {
    position: absolute;
    height: 100%;
    width: 40%;
    background: white;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
}

#divAICloudHeader {
    float: left;
    width: 96%;
    padding: 2%;
    background-color: #0001f9;
}

div#divAICloudHeaderClose {
    float: right;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}

#frmAICloud {
    border: none;
    width: 100%;
    height: Calc(100% - 65px);
}


div#divAICloudHeaderTitle {
    font-family: Century Gothic, Sans-Serif, Arial;
    color: white;
    font-weight: bold;
    font-size: 1.8em;
    float: left;
    margin-top: 5px;
}

 #divAICloudHeader img{
    width: 48px;
    float:left;
}

#divConfig {
    display:none;
    position: absolute;
    top: 95px;
    left: -130px;
    width: 150px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #b006bf;
    background-color: #b006bf;
    color: White;
    font-size: 0.8em;
    font-family: Century Gothic, Sans-Serif, Arial;
    cursor: pointer;
    z-index: 1 !important;
    border-radius: 0px 5px 5px 0px;
    font-weight: bold;
    -webkit-box-shadow: 0px 4px 5px -1px rgb(0 0 0 / 67%);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.67);
    box-shadow: 0px 4px 5px -1px rgb(0 0 0 / 67%);
}

#divConfig:hover
{
    animation-duration: 0.5s;
    animation-name: Aparecer;
    animation-fill-mode: forwards;
    }    

#divConfig img {
    width: 20px;
    margin-top: -2px;
    float:left;
    margin-left:30px;
}

#divEmpInter {
    display:none;
    position: absolute;
    top: 68px;
    right: -145px;
    color: gray !important;
    width: 200px;
    height: 55px;
    line-height: 15px;
    vertical-align: middle;
    padding: 5px;
    /* border: 1px solid white; */
    background-color: #ffffffb8;
    font-size: 0.8em;
    font-family: Century Gothic, Sans-Serif, Arial;
    cursor: pointer;
    z-index: 1 !important;
    border-radius: 5px 0px 0px 5px;
    font-weight: bold;
    -webkit-box-shadow: 0px 4px 5px -1px rgb(0 0 0 / 67%);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 4px 5px -1px rgb(0 0 0 / 67%);
}

#divEmpInter:hover
{
    animation-duration: 0.5s;
    animation-name: AparecerRight;
    animation-fill-mode: forwards;
    }    

#divEmpInter img {
    width: 55px;
    margin-top: -3px;
    margin-right: 1px;
    float: left;
    animation-name: rotateEmpImp;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

@keyframes rotateEmpImp {
    0% {
        transform: rotate(0deg);
      }

    20% {
        transform: rotate(-360deg);
        }

    100% {
        transform: rotate(-360deg);
        }
}

#divEmpInterNoti {
    display:none;
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 10px;
    background-color: #f57206;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
}

#Dialog-Config iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#loader{
    position:absolute;/*agregamos una posición absoluta para que nos permita mover la capa en el espacio del navegador*/
    top:0;/*posicionamiento en Y */
    left:0;/*pocisionamiento en X*/
    z-index:9999; /* Le asignamos la pocisión más alta en el DOM */
    background-color:#cfecfe; /* le asignamos un color de fondo */
    width:100%; /* maximo ancho de la pantalla */
    height:58.7%; /* maxima altura de la pantalla */
    display:block; /* mostramos el layer */
    text-align:center;
    padding-top: 30%;
    background-image:url("./Images/clouds.jpg");
    overflow:hidden;
}


.Tabla
{
    width:100%;    
    table-layout: fixed;
}

.Col1
{
    width:93px;
    height:142px;
}

.Col2
{
    width: 250px;
    height: 128px;
    /* background-image: url(./Images/EncCentro.jpg); */
    border: 7px solid white;
    background-color: #7db9fea8;
    border-right: none;
}

.Col2Academy
{
    /*width:458px;
    height:142px;
    background-image:url("./Images/Encabezado00Academy.jpg");*/
    width: 250px;
    height: 128px;
    /* background-image: url(./Images/EncCentro.jpg); */
    border: 7px solid white;
    background-color: #7db9fea8;
    border-right: none;
}

.ColCenter
{
    width: auto;
    overflow: hidden;
    height: 128px;
    /* background-image: url(./Images/EncCentro.jpg); */
    background-repeat: repeat-x;
    background-color: #7db9fea8;
    border: 7px solid white;
    border-left: none;
    border-right: none;
}

.Col3
{
    width: 354px;
    height: 128px;
    /* background-image: url(./Images/EncabezadoDer.jpg); */
    background-position: right;
    background-repeat: no-repeat;
    background-color: #7db9fea8;
    border: 7px solid white;
    border-left: none;
}

.Col4
{
    width:88px;
    height:142px;
}

.Header
{
    /*background-color:Black;  
    height:70px;
    overflow:hidden;*/
    }


.ColMenuContenedor
{
    height:69px;
    background-image:url('Images/Menu.jpg');
    background-repeat:repeat-x;
    font-size:14px;
    text-align:left;    
    font-family:Arial;
    color:Gray;
    line-height:60px;
    vertical-align:top;
    width:auto;
}


.ColContenedor
{
    width:auto;
    height:auto;
    background-color:white;
    border-radius:5px;
}

.ColPie
{
    text-align:center;
    font-family:Verdana;
    font-size:10px;
}

.TablaDefault
{
    width:100%;    
    padding-left:50px;
    padding-right:50px;
}

.TresCol
{
    width:33%;
    height: 25px;
    padding-left:20px;    
    background-color:#cfecfe;
    border-collapse: collapse; 
    border: thin outset #CFECFE;
    font-size:small;
}

.TresColDet
{
    width:33%;
    padding:100px ,10px,10px,10px;    
    font-size:100%;
    text-align:justify;
    vertical-align:top;
    padding:20px;
    line-height: 20px;
    border-collapse: collapse; 
    border: thin outset #CFECFE;
    color: #666666;
}

.item
{
    border-bottom: 1px solid white;
    font-weight:bold;
    width:83%;  
    background-color:transparent;
    padding: 10px 10px 10px 20px;
    text-align:left;
    color:white;
}
.item:hover
{
    background-color:#913c48;
    cursor:pointer;
    color:white;
}

.Imagen
{
    width:64px;
    height:64px;
}

.LogIn
{
    height: 25px;
    padding-left:20px;    
    background-color:#cfecfe;
    border-collapse: collapse; 
    border: thin outset #CFECFE;
    font-size:small;
    text-align:center ;
}

.ColLogIn
{
    height:50px;
    padding-left:20px;
    padding-right:20px;
    border-collapse: collapse; 
    border: thin outset #CFECFE;
    color: #666666;
    font-size:100%;
    text-align:center;
}

.ImagenMenu
{
    /*width:64px;
    height:64px;*/
    width:23%;
    width:23%;
    color:inherit;
}

.ImagenAccesosDirectos
{
    width:20%;
    height:20%;
    color:inherit;
    margin:5% 0px 5% 0px;
}

.TablaMenuContainer
{
    width:100%; 
}

.TablaMenu
{
    width:80%; 
}

.ColTablaMenu
{
    Width:30%;
    height:100%;
    /*line-height: 10px;*/
    line-height:100%;
    /*border-collapse: collapse; 
    border: thin outset gray;*/
    color: #7cb9fe;
    background-color:#7cb9fe;
    padding-bottom:0px;
    padding-top:15px;
    font-size:100%;
    font-family:Arial;
    text-align:center;
}


.ColTablaMenu a
{
     text-decoration:none;
     font-size:0.7em;
     color:White;
     margin-left: 10px;
     font-family:Arial;
    }
  
.PieMenu
{
    background-color:#8bc1fe;
    padding: 7px  7px 7px 7px;
    text-align:left;
    vertical-align:middle;
    height:12px;
    overflow:hidden;
     }
    
.DataSession 
{
    text-align:right;
    color:white;
    font-size:0.8em;
    padding: 10px 25px 0px 10px;
    line-height:22px;
    font-family:sans-serif;
    }
    
.DataSession a
{
    text-decoration:none;
    color:White;
    }
    
.DataSession Img
{
    vertical-align:middle;
    }

.DataSession a
{
    text-decoration:none;
    color:White;
    }
    
.DataSession Img
{
    vertical-align:middle;
    }

.ColTitulo
{
    width:25%;
    line-height: 20px;
    padding-bottom:15px;
    padding-top:15px;
    font-size:14px;
    font-family:Arial;
    text-align:center;
}

.TextoBox
{
    background-color:#DFFFFF;
}


.CR-Accesos
{
    height:20%;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #7cb9fe; 
    margin-bottom:5px;
    /*padding-bottom:5px;
    /*vertical-align:middle;*/
    text-align:center;
    overflow:hidden;
    }
    
.CR-Flows
{
    height:88%;
    width:97%;
    border-style: solid;
    border-width: 1px;
    border-color: #7cb9fe; 
    margin-bottom:0.5%;
    }
    
.CR-Gadgets
{
    height: 88%;
    width:97%;
    border-style: solid;
    border-width: 1px;
    border-color: #7cb9fe; 
}

.DivGadgets
{
    height:100%;
    width:80%;
    float:left;
    }
   
   
.CR-Info
{
    height: 5%;
    border-style: solid;
    border-width: 1px;
    border-color: #7cb9fe; 
    margin-bottom:10px;
    }
    
.CR-Titulos
{
    height:15%;
    background-color:#7cb9fe;
    color: White;
    text-align:center;
    /*padding:  1px 1px 1px 1px;*/
    /*vertical-align:middle;*/
    font-size:0.8em;
    }
    
.Accesos
{
    text-align: left;
    
    }

.Grid-Header
{
    background-color:#7db9fe;
}

.CentroDeRoles
{
    width:20px; 
    height:200px;
}   

.PiePagina
{
    text-align:center;
    position:  fixed;
    bottom: 0 !important;
    bottom: -1px;
    height: 20px;
    width:100%;
    font-family:Verdana;
    font-size:10px;
    vertical-align:middle;
    line-height:20px;
    background-color:#7cb9fe;
    color:White;
    }
    
.PiePagina a
{
    text-decoration:none;
    color:White;
    }
    
.TituloSmartPhone
{
    display:none;
    }
    
.Titulo
{
    width:80%; 
    text-align:left; 
    color:#8bc1fe; 
    font-size:28px; 
    padding-left:5px; 
    margin-bottom:1%; 
    margin-top:1%;
    }
    
.SiteMapNode
{
    text-decoration: none;
    color:#6287b0;
    font-weight:bold;
    font-family:Sans-Serif;
    }
    
.SiteMapNode2
{
    text-decoration: none;
    color:#729fd2;
    font-weight:bold;
    font-family:Sans-Serif;
    }
    
.SiteMapNode4
{
    text-decoration: none;
    color:#7fb1ea;
    font-weight:bold;
    font-family:Sans-Serif;
    }
    
 .SiteMapNode6
{
    text-decoration: none;
    color:#86befc;
    font-weight:bold;
    font-family:Sans-Serif;
    }
    
 .SiteMapNode8
{
    text-decoration: none;
    color:#8bc1fe;
    font-weight:bold;
    font-family:Sans-Serif;
    }


.DivADFlechas
{
    height:80%;
    width:5%;
    float:left;
    /*line-height:100%;
    vertical-align:middle;*/
    color: #7cb9fe;
    background-color:#7cb9fe;
    font-size:100%;
    font-family:Arial;
    text-align:center;
    /*margin: 1px 1px 1px 1px; */
	margin-top:0.25%;
	margin-left:0.25%;
	margin-bottom:0.25%;
    }
    
.DivGGFlechas
{
    height:50%;
    float:left;
    color: #7cb9fe;
    /*background-color:#7cb9fe;*/
    text-align:center;
    padding-top:23%;
    /*vertical-align:middle;*/
    float:left;
    overflow:hidden;
    }

.DivADImg
{
    width:50%;
    height:33%;
    margin-top:70%;
	margin-bottom:0.25%;
	/*padding-top:50%;*/
}
    
.DivAD
{
    height:60%;
    width:24.75%;
    float:left;
    color: white;
    background-color:#7cb9fe;
    font-size:90%;
    font-family:Arial;
    text-align:center;
    overflow:hidden;
	/*margin:1px 1px 0px 0px;*/
	/*margin-top:-15px;*/
	margin-top:0.25%;
	/*margin-bottom:0.25%;*/
	margin-left:0.25%;
    }
    
 .ContentAD
{
     float:left; 
     width:89%; 
     background-color:white;
     height:100%;
     }
    
.ImagenAccesosDirectos
{
    width:15%;
    height:33%;
    margin:10% 0px 0px 0px;
}

.PieMenuAD
{
    float:left;
    background-color:#8bc1fe;
    text-align:left;
    height:14%;
    width:22.75%;
    overflow:hidden;
	margin-bottom:0.25%;
	margin-left:0.25%;
	padding-left:2%;
	padding-top:1%;
}
    
.PieMenuAD a
{
    text-decoration:none;
    color:White;
    font-size:80%;
    }

.Contactenos
{
    padding-top: 5%; 
    text-align:left; 
    padding-left:5%; 
    font: bold 3.5vh Calibri, Arial;
    }
    
.ContactenosMsn
{
    text-align:left; 
    padding-left:5%; 
    padding-right:5px;
    font-weight:normal;
    font-size: 1.8vh;
    }
    
.ContactenosTXT
{
    margin-top:1%; 
    text-align:left; 
    padding-left:60px;
    }
    
.ContactenosBTN
{
    width:110px; 
    height:30px; 
    border:1px solid white;
    line-height:30px; 
    float:left; 
    margin-left: Calc(50% - 110px);
    text-decoration:none;
    margin-top:2%;
    border-radius:16px;
    text-align: center;
    }
    
.ContactenosLateral
{
    position:absolute; 
    left:0px; 
    top:42%; 
    width:30px;
    /*
    -webkit-opacity:0;
    -webkit-animation: AnimaLateral 1s;
    -webkit-animation-delay:2s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-opacity:0;
    -moz-animation: AnimaLateral 1s;
    -moz-animation-delay:2s;
    -moz-animation-fill-mode: forwards;
    */
    }

/*
@-webkit-keyframes AnimaLateral
{
    0% {opacity:0.1}
    50% {opacity:0.5}
    100% {opacity:1}
    }
    
@-moz-keyframes AnimaLateral
{
    0% {opacity:0.1}
    50% {opacity:0.5}
    100% {opacity:1}
    }
  */
  
 .ImagenSSL
 {
    position:fixed; 
    bottom:0px !important; 
    width:100%; 
    text-align:right;
    z-index:-1000;
    /*
    -webkit-opacity:0;
    -webkit-animation: AnimaSSL 1s;
    -webkit-animation-delay:2s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-opacity:0;
    -moz-animation: AnimaSSL 1s;
    -moz-animation-delay:2s;
    -moz-animation-fill-mode: forwards;
    */
 }
 /*
 @-webkit-keyframes AnimaSSL
 {
     from {opacity:1;width:120%;}
     to {opacity:1;width:100%;}
     }
     
 @-moz-keyframes AnimaSSL
 {
     from {opacity:1;width:120%;}
     to {opacity:1;width:100%;}
     }
*/
    
.AcercaDe
{
    width:80%; 
    margin-left:10%; 
    margin-right:10%; 
    margin-bottom:5%; 
    height:14vh; 
    border:1px solid white;
    text-align:left;
    line-height:14vh;
    vertical-align:middle;
    }
    

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
   #imgHomePage {
        display:none;
    }
}
   


@media only screen 
and (min-width : 240px) 
and (max-width : 685px) 
{

    #divAICloud{
        display:none;
    }

    #divAppInstall{
	display:none;
	width:100%;
	height:70px;
	border-bottom:1px solid gainsboro;
    z-index:10000000;
    background-color:white;
    font-family: 'Roboto-Light';
	}
	
	  
  #closeApp {
    font-size: 25pt;
    color: gray;
    font-weight: normal;
    margin-top: 20px;
    position: absolute;
    margin-left: 10px;
    background: none;
    height: auto;
    width: auto;
    left: 0px;
    top: -20px;
}
  
  #divAppInstall img{
	  width: 50px;
    /* height: 50px; */
    margin-top: 20px;
    margin-left: 50px;
    float:left;
  }
  
  #App {
    /* float: left; */
    position: absolute;
    top: 5px;
    left: 115px;
    color: #186593;
    font-weight: bold;
    font-size: 12pt;
    text-align:left;
	}
	
   #App .material-icons{
	   color:#ffbe58;
	   font-size:10pt;
	   width: 10px;
	   font-weight: bold;
       width:auto;
       height:auto;
       background:none;
   }
   
   #App p {
		margin-top:5px;
		margin-bottom: -5px;
	}
	
	#AppInstGratis {
    font-weight: normal;
    font-size: 8pt;
    margin-top: -5px !important;
	}

	#AppInstall {
		position: absolute;
		top: 20px;
		right: 20px;
		color: #186593;
		border: 1px solid #186593;
		border-radius: 5px;
		padding: 5px;
		cursor: pointer;
		font-size: 10pt;
	}

    .Grid1 table, #tabAsist-1 table {
        display: block;
        overflow-x: auto;
        font-size: 0.6em;
    }

    .Grid1{
        height:auto !important;
        margin: 0px !important;
        width: 100% !important;
    }

    .Grid2{
        width:100% !important;
    }

    .Grid4, .Grid4d{
        height:17px !important;
    }

    .Grid4{
        font-size:0.8em !important;
    }

    .Grid4dWide{
        width:100% !important;
        text-align:center !important;
    }

    .GridHide{
        display:none;
    }

    #LogoLogin {
        width: 100% !important;
    margin-left: 0px;
    vertical-align: bottom;
    height: 50px;
    background-size: 100px;
    margin-bottom: 10px;
    }

    .social{
        left: unset;
        top: unset;
        margin-top:4px;
        right: 5px;
        position: absolute;
        z-index: 10000;
        border:none;
        width:110px;
    }
    
    .Col1,.Col2Academy,.CentroDeRoles,.DataSession,.Col4, .ColCenter,.Col3, .ContactenosLateral, #LogoMenu, #TextLogo
    {
        display:none;
        height:20px;
        width:0px;
        border:none;
    }

    #loader{
        position:absolute;/*agregamos una posición absoluta para que nos permita mover la capa en el espacio del navegador*/
        top:0;/*posicionamiento en Y */
        left:0;/*pocisionamiento en X*/
        z-index:9999; /* Le asignamos la pocisión más alta en el DOM */
        background-color:#cfecfe; /* le asignamos un color de fondo */
        width:100%; /* maximo ancho de la pantalla */
        height:100%; /* maxima altura de la pantalla */
        display:block; /* mostramos el layer */
        text-align:center;
        padding-top: 30%;
        background-image:url("./Images/clouds.jpg");
        overflow:hidden;
    }
    
    .Col2
    {
        height:auto;
        width:100%;
        background-color:#7cb9fe;
        background-image:none;
        overflow:hidden;
        border:none;
        }
     
     .Titulo
     {
         font-size:16px;
         }
     
     .TituloSmartPhone
    {
        display:inline;
        color:White;
        font-family:Verdana;
        font-size:10px;
        margin-left:10px;
    }
    
    .SectionTituloSmartPhone
    {
        width:100%;
        padding:10px;
        float:left;
        overflow:hidden;
        text-decoration:none;
        color:White;
        font-size: 1.5em;
        line-height: 25px;
        }
        
    .SectionTituloSmartPhone a
    {
        text-decoration:none;
        color:White;
        }
        
    .PiePagina
    {
        font-size:6px;
    }

    .divDatosItem{
        width:50%;
        height:200px;
    }

    .divDestacadasItem{
        width:90%;
    }

    #mnuMobile{
        display: block;
        position: absolute;
        /* top: 20px; */
        left: 20px;
        color: white;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 10000;
        background: none;
    }

    .divNav {
        width: 100%;
        height: 100%;
        float: left;
        background-color: #000000b8;
        z-index: 1000000 !important;
        display:none;
    }

    .divNav li {
        width: Calc(100% - 40px);
        float: left;
        text-align: left;
        height: 20px;
        border-bottom: 1px solid white;
        margin-bottom: 10px;
        font-size: 12pt !important;
    }

    #NavClose{
        position: absolute;
        top: -10px;
        right: 10px;
        color: white;
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: block;
        background: none;
    }

    .box-fields {
        width: 90% !important;
        margin-left: 5% !important;
         }

    .box-fields-item{
        width:50%; 
        
    }

    #login-box-field input {
        width: 125px;
    }

    #login-box-name, #login-box-namePassword {
        padding: 0px !important;
        margin: 0px !important;
    }

    #imgHomePage {
        height: 150px;
        top: 480px;
    }

    #divConfig, #divAyuda, #divDiasPrueba, #divEmpInter{
        display:none !important;
    }
    
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
        width: 90% !important;
        margin-left: 5% !important;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
        width: 90% !important;
        margin-left: 5% !important;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons .Grid2 {
        width: 50% !important;
    }

    div#tabAsist-1 {
       padding: 0px !important;
    }

    #tabAsist-1 #txtBusqueda{
        width:80% !important;
    }

    #tabAsist-1 #btnInfoCli, #tabAsist-1 #divNuevo, #tabAsist-1 #btnExport{
        display:none !important;
    }

    div#dialog-consulta {
        padding: 0px !important;
        width: 100% !important;
    }

    iframe#frmConsulta {
        width: 100%;
    }
}