﻿*{
margin:0;
padding:0;
}

body{
background:#fff;
}



.contenedor-cabezera{
width:100%;
overflow:hidden;
background:#555;
}

.fono1{
width:80%;
box-sizing:border-box;
float:left;
padding:12px 0px;
}
.fono1 article h3{
font-family:Arial;
font-size:13px;
color:#FFF;
text-align:center;
}

.idiomas{
width:15%;
box-sizing:border-box;
text-align:center;
float:left;
padding:10px 0px 0px 0px;
}
.idiomas article h3{
font-family:Arial;
font-size:13px;
text-align:center;
}
.idtxt{
width:40%;
float:left;
}
.idtxt article h3{
font-family:Arial;
font-size:13px;
color:#FFF;
text-align:center;
}
.idtxt article p{
font-size:18px;
color:#fff;
line-height:18px;
text-align:center;
}
.id1{
width:20%;
float:left;
}
.id1 article p{
font-size:18px;
color:#fff;
line-height:18px;
text-align:center;
}
.id2{
width:20%;
float:left;
}
.id2 article p{
font-size:18px;
color:#fff;
line-height:18px;
text-align:center;
}
.id3{
width:20%;
float:right;
}
.id3 article p{
font-size:18px;
color:#fff;
line-height:18px;
text-align:center;
}



header, nav{
display:block;
}

/* Definimos un ancho 100% y una altura fija para nuestro menú */
header{
background:#FFF;/* ----------------------------------------------------------COLOR  AFRANJA D MENU */
height:175px;/* ALTURA DE CONTENEDOR DE BOTONES */
position:fixed;
width:100%;/* ANCHO DE CONTENEDOR DE BOTONES-------------- */
z-index:2
}





















/* El logo sera flotado a la izquierda */
#logo{
background: url(logo.png) no-repeat  center center;
display: block;
float: left;
margin: 30px 0px 0px 50px;
width: 272px;
height: 62px;
text-indent: -9999px
}

/* Nuestro nav con id #menu lo flotaremos a la derecha*/
#menu{
float: right;
padding: 30px 60px 0px 0px;
}

/* Quitamos estilos por defecto de el tag UL */
#menu ul{
/* font: 11.5px 'Arial'; */

font-family:titulo;
font-size:11.5px;

list-style: none;
font-size: 14px;
}
        
/* Centramos y ponemos los textos en mayuscula */
#menu li{
display: block;
float: left;
text-transform: uppercase;/* CONVIERTE TEXTO EN MAYUSCULA */
text-align: center;
}
            
/* Damos estilo a nuestros enlaces */
#menu li a{
display: block;
color: #555;
text-decoration: none;
height: 8you0px; /* ALTURA DE BOTON */
line-height: 80px; /* ALTURA DE TEXTO BOTON CON PARTE SUPERIOR*/
padding: 0 16px;
}

#menu li a:hover{
background: ; /* MARCO BOTON SIN COLOR */
color: #ccc; /* ----------------------------------------------------------------TEXTO BOTON COLOR AMARILLO */
}
    
/* Estilos #nav-mobile y lo ocultamos */
#nav-mobile{
display: none;
background: url(nav.png) no-repeat center center;
float: right;
width: 60px;
height:160px;
position: absolute;
right: 0;
top:0;
opacity: .6;
}

/* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
#nav-mobile.nav-active{
opacity: 1;
}

/* Content */
#content{
width: 80%;
margin: 60px 10%;
text-align: center;
overflow: hidden;
}

h2{
font-size: 20px;/* FUENTE DE BOTONES--------------------  */
font-weight: 600;
text-transform: uppercase;
color: #624c3f;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 750px) {
header{
height:175px; /* ALTURA DE CONTENEDOR DE BOTONES  */
}

/*.fono1{
width:100%;
}*/
.idiomas{
width:100%;

box-sizing:border-box;
text-align:center;
float:left;
padding:10px 0px;
}
.idtxt{
width:100%;
padding:0px 0px 5px 0px;
}
.id1{
width:33.3%;
}
.id2{
width:33.3%;
}
.id3{
width:33.3%;
}



h2{font-size: 40px;}    
/* mostramos #nav-mobile */
#nav-mobile{ display: block; }
/* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
#menu{
width: 100%;
float: none;

padding-top: 10%;/* ---------------------------------ESPECIO ENTRE CONTENENOR MENU Y BOTONES  */
}

/* Convertimos nuestra lista de enlaces en un menú horizontal */
#menu ul{
width: 100%;
max-height: 0;
overflow: hidden;
}

/* estilos para los LI del menu */
#menu li{
background: #fff;
border-bottom: 0px solid #282b30;
float: none;
}

/* Quitamos el borde del ultimo item del menú */
#menu li:last-child{ border-bottom: 0;}
#menu li a{
padding: 15px 0;
height: auto;
line-height: normal;
}

#menu li a:hover{background:#2A569F}

/* Agregamos una animación al despligue del menú */
#menu ul.open-menu{
max-height: 400px;
-webkit-transition: max-height .4s;
-moz-transition: max-height .4s;
-ms-transition: max-height .4s;
-o-transition: max-height .4s;
transition: max-height .4s;
}

#logo{
background: url(logo2.png) no-repeat center center;
margin: 30px 0px 0px 50px;
width: 200px;
height: 93px;
}

.fono1{
display:none;
}

}