@font-face {font-family: "Broadway";
    src: url("http://db.onlinewebfonts.com/t/ed2cc5f838ef29a273edd918aa162c5f.eot"); /* EI9 */
    src: url("http://db.onlinewebfonts.com/t/ed2cc5f838ef29a273edd918aa162c5f.eot?#iefix") format("embedded-opentype"),/* EI6 -IE8 */
    url("http://db.onlinewebfonts.com/t/ed2cc5f838ef29a273edd918aa162c5f.woff") format("woff"),/* chrome firefox*/
    url("http://db.onlinewebfonts.com/t/ed2cc5f838ef29a273edd918aa162c5f.ttf") format("truetype"),/* chrome firefox opera safari android, ios 4.2+*/
    url("http://db.onlinewebfonts.com/t/ed2cc5f838ef29a273edd918aa162c5f.svg#Broadway") format("svg");/* ios 4.1- */
}

html, body {
    height: 100%;
    width: auto;
}

html {
    display: inline;
    margin: 0;
    font-family: Tahoma, sans-serif;
}

body {
    display: inline;
    vertical-align: super;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* MAPA */
#map { height: 100%; }

/*-----------------ENCABEZADO-----------------*/

/* Encabezado con fondo graduado */
.banner-menu {
    border-style: solid;
    border-radius: 6px;    
    border-color: transparent;
    background: -webkit-repeating-linear-gradient(#A2BFD2 , #3B627B); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(#A2BFD2, #3B627B); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(#A2BFD2, #3B627B); /* For Firefox 3.6 to 15 */
    background: repeating-linear-gradient(#A2BFD2, #3B627B); /* Standard syntax (must be last) */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#A2BFD2', endColorstr='#3B627B');/*For IE7-8-9*/ 
}
.banner-header{
    border-style: solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 900;
    border-color: transparent;
    background: -webkit-repeating-linear-gradient(#A2BFD2 , #3B627B); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(#A2BFD2, #3B627B); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(#A2BFD2, #3B627B); /* For Firefox 3.6 to 15 */
    background: repeating-linear-gradient(#A2BFD2, #3B627B); /* Standard syntax (must be last) */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#A2BFD2', endColorstr='#3B627B');/*For IE7-8-9*/ 
}

/* Botón flotante en móviles graduado*/
.top-bot-color{
    background: -webkit-repeating-linear-gradient(#A2BFD2 , #3B627B); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(#A2BFD2, #3B627B); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(#A2BFD2, #3B627B); /* For Firefox 3.6 to 15 */
    background: repeating-linear-gradient(#A2BFD2, #3B627B); /* Standard syntax (must be last) */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#A2BFD2', endColorstr='#3B627B');/*For IE7-8-9*/ 
}

/* Centro de encabezado*/
.center-banner {
    text-align: center;
}

/* Margen ícono item menú de navegación*/
.pulse-ico {
    margin-right: 1rem;
}

/* Inicialización de toggle botón menú */
.toggle-nav {
    display:none;
}
 
/* Menú de navegación */
.menus ul {
    display: block;
    position: relative;
    width:80%;
    -moz-transition: width 2s ease-in;
    -o-transition: width 2s ease-in;
    -webkit-transition: width 2s ease-in;
    -ms-transition: width 2s ease-in;
    transition: width 2s ease-in;    
}   
.menus-news {
    margin: auto;
}
.menus li {
    float:left;
    padding: 1% 0% 1% 40%;
    list-style:none;
    font-size:15px;
} 
.menus li a {
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color: #fff;
    text-decoration: none;
    padding: 5px;    
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
 
.menus li a:hover, .menus .current-item a {
    text-decoration:none;
    color: white;
    padding: 5px;
    background-color: #2a4759;
    border-radius: 3px;
    width: 100%;
}

.menus li:last-child{
    margin-bottom: 5px;
}

/* Imágenes tamaño dimánico*/
.resize {
    min-width: 100%;
    max-width: 100%;
    width: inherit;
}

.resize-min {
    min-width: 50%;
    max-width: 50%;
    width: inherit;
}


.resize-header {
    min-width: 80%;
    max-width: 100%;
}


/* Letra fuente Broadway */
.broadway {
    font-family: "Broadway", sans-serif; 
}


/* Columnas por defecto del header*/
#col1, #col2, #col3 {
    display: table-cell;
    height: 500px;
}


/* Images mas pequenias */

.img-er {
    width: 80%;
    max-width: 80%;
    height: auto;
}
/*Bordes y margenes verticales*/
.border-and-margin {
    border-radius: 15px;
    margin: 15px 0 !important;
}
/*Color de algunas partes de titulos*/
.text-color {
    color: #1DB6DB;
}
/*Centrado de items*/
.center2 {
    margin: auto !important;
    float: none !important;
}
.vertical {
    vertical-align: top !important;
}
/* Tabla sin tabla */
.table, .table2{
    width: 100%;
    height: 100%;
    display: table;
}
.table {    
    margin: 10px;
}
/*Tablas*/
.table-row{
    display: table-row;
}
.table-cell1, .table-cell2, .table-cell3, .table-cell4, .table-cell5{  
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 15px;
}
.table-cell1 {
    width: 75%;
}
.table-cell2 {
    width: 25%;
}
.table-cell3{
    width: 33.3333333333%;     
}
.table-cell4 {
    width: 66.6666666667%;
}
.table-cell5 {
    width: 50%;
}
/* Plugin Traductor de google  */

.navigation_trans {
   margin:auto;    
   width:160px; 
   height:auto;    
   position:fixed;
   bottom:5px; 
   right:5px;
   opacity: 0.5;
}

.navigation_trans:hover{
    opacity: 1;
}

/* efecto imagenes */
.blur{
    -webkit-transition: -webkit-filter 2s ease;
    -moz-transition: -moz-filter all 2s ease;
    -o-transition: -o-filter all 2s ease;
    -ms-transition: -ms-filter all 2s ease;
    transition: filter all 2s ease;
}

.blur:hover{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
     filter: blur(2px);
     -ms-filter: blur(5px);
}

/* scrollbars persinalizado */

/*::-webkit-scrollbar {
    width: 12px;
}*/
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

 
::-webkit-scrollbar-thumb {    
    background: -webkit-repeating-linear-gradient(#A2BFD2 , #3B627B); 
    background: -o-repeating-linear-gradient(#A2BFD2, #3B627B); 
    background: -moz-repeating-linear-gradient(#A2BFD2, #3B627B);
    background: -ms-repeating-linear-gradient(#A2BFD2, #3B627B); 
    background: repeating-linear-gradient(#A2BFD2, #3B627B); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}   

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.4); 
}

/* Animacion con scroll */
.animateScroll {
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

.animateScroll.animated {
  opacity: 1;
}

/* Color de letra con los hiperlinks */

.color-text {
    color: black;
}
/*----- Media Queries -----*/


/* Dispositivos de menos de 900 píxeles de ancho */

@media screen and (max-width: 900px) {
    /* Scroll desactivado en ancho de pantallas menores a 900px  */
    body {
        overflow: hidden;
        -ms-overflow: none;
    }
}
.move {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);    
    -webkit-animation: mymove 40s linear infinite;
    -moz-animation: mymove 40s linear infinite;
    -ms-animation: mymove 40s linear infinite;
    -o-animation:mymove 40s linear infinite;
    animation: mymove 40s linear infinite;
}
@keyframes mymove {
    100% {transform: translateX(-72.50169185653057%);}
}
@-webkit-keyframes mymove {
    100% {-webkit-transform: translateX(-72.50169185653057%);}
}
@-moz-keyframes mymove {
    100% {-moz-transform: translateX(-72.50169185653057%);}
}
@-o-keyframes mymove {
    100% {-o-transform: translateX(-72.50169185653057%);}
}
@-ms-keyframes mymove {
    100% {-ms-transform: translateX(-72.50169185653057%);}
}
/* Dispositivos de menos de 600 píxeles de ancho*/
@media screen and (max-width: 600px) {
    /* Menú responsivo*/
    .menus {
        position: static;
        display:inline-block;
    }
 
    .menus ul.active {
        display: none;
    }
 
    .menus ul {
        width:100%;
        position: relative;
        padding:5px 18px;
    }
 
    .menus li img {
        display: none;
    }

    .menus ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;   
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }
 
    .menus li {
        margin:5px 3px 5px 0px;
        float:none;
        padding: 0% 0% 0% 0%;
        display:block;
    }
 
    .toggle-nav {
        padding:2%;
        float:left;
        width: 10%;
        height: 10%;
        display:inline-block;
        border-radius:3px;
        background:transparent;
        color: white;
        text-align: center;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        background-color: transparent;
        text-decoration:none;
    }

    /* Imágenes tamaño dinámico*/

    .resize {
        min-width: 90%;
        max-width: 90%;
        width: inherit;
    }

    .resize-min {
        min-width: 70%;
        max-width: 70%;
        width: inherit;
    }
    /* Columnas encabezado altura automática */

    #col1, #col3 {
        display: table-cell;
        height: 300px;
    }
    #col2 {
        display: table-cell;
        height: 500px
    }
}

/* Dispositivos ancho menores a 360px */
@media screen and (max-width: 360px){
    #col1 {
        display: table-cell;
        height: 200px;
    }
    #col2{
        display: table-cell;
        height: 163px;
    }
}
/* Dispositivos ancho menores a 480px */
@media screen and (min-width: 361px)and (max-width: 479px)  {
    #col1 {
        display: table-cell;
        height: 179px;
    }
    #col2{
        display: table-cell;
        height: 221px;
    } 
}
/* Dispositivos ancho menores a 600px */
@media screen and (min-width: 480px) and (max-width: 599px) {
    #col1 {
        display: table-cell;
        height: 180px;
    }
    #col2{
        display: table-cell;
        height: 279px;
    } 
}

/* Dispositivos ancho mayores a 600px */

@media screen and (min-width: 600px){
    /* Columnas encabezado  */
    #col1, #col2, #col3 {
        display: table-cell;
        height: 190px;
    }  
    .look {
        display: inline-table !important;
    }
    .menus {
        width:100%;
    }

    .menus ul{
        width: 100%
    }
}

/* Dispositovos ancho mayor a 900px */

@media screen and (min-width: 900px){
    
    /* columnas encabezado */
    #col1, #col2, #col3 {
        display: table-cell;
        height: 200px;
    }

    /* Scrollbar activo con personalización*/
    body{
        scrollbar-face-color: #F5F5DC;
        scrollbar-shadow-color: rbga(0,0,0,0.4);
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-track-color: #FFE4C4;
        scrollbar-arrow-color: #F5F5DC;
        overflow: auto;  
    }
    section {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    aside {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

/* Dispositivos ancho mayor a 1600px */
@media screen and (min-width: 1600px){
    /* Imagenes resposivas */
    .resize-min {
        min-width: 40%;
        max-width: 40%;
        width: inherit;
    }

    /* Columnas de encabezado automaticas */
    #col1, #col2, #col3 {
        display: table-cell;
        height: 260px;
    }

}

/* Dispositivos ancho mayor a 19000px */
@media screen and (min-width: 1900px){
    /* Imagenes resposivas */
    .resize-min {
        min-width: 40%;
        max-width: 40%;
        width: inherit;
    }

    .img-er {
        width: 40%;
        max-width: 40%;
        height: auto;
    }

    /* Columnas de encabezado automaticas*/
    #col1, #col2, #col3 {
        display: table-cell;
        height: 280px;
    }

}

/* Dispositivos ancho mayor a 2500px */
@media screen and (min-width: 2500px){

    /* Imagenes dinamicas */
    .resize-header {
        min-width: 50%;
        max-width: 50%;
    }

    .img-er {
        width: 40%;
        max-width: 40%;
        height: auto;
    }

    .resize-min {
        min-width: 30%;
        max-width: 30%;
        width: inherit;
    }

    /* Columnas de encabezado automaticas */ 
    #col1, #col2, #col3 {
        display: table-cell;
        height: 370px;
    }
}

/* Dispositivos ancho mayor a 2700px */
@media screen and (min-width: 2700px){
    /* Columnas de encabezado automaticas */
    #col1, #col2, #col3 {
        display: table-cell;
        height: 420px;
    }
}

/* Dispositivos ancho mayor a 3000px */
@media screen and (min-width: 3000px){
    /* Columnas de encabezado automaticas */
    #col1, #col2, #col3 {
        display: table-cell;
        height: 450px;
    }
}