@charset "utf-8";
/* CSS Document */
.display-pc{ display:none;}
.display-tablet{ display:none;}
.display-celulares{ display:none;}
body{ margin:0px; }
#pagina{ position:absolute;  z-index:10;  overflow:hidden; width:100%;}
/*********************************** CABEZERA  ****************************************/
#top_linea{ width:100%; height:auto; float:left;  background:#f2f2f5; }
#contenido_top_linea{ width:92%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0.5% 5%; overflow:hidden;}
/*********************************** CABEZERA  ****************************************/
#cabezera{ width:100%; height:auto; float:left;  background:#fff; }
#contenido_cabezera{ width:92%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
/*********************************** MENU  ****************************************/
#menu{ width:100%; height:auto; float:left; background-image:url(../imagenes/fondo_menu.png); position:absolute; z-index:10000;}
#contenido_menu{ width:92%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
/*********************************** BANNER INDEX  ****************************************/
#banner{ width:100%; height:auto; float:left; position:relative;}
#banner_int{ width:100%; height:auto; float:left; position:relative; background-image:url(../imagenes/int.jpg); background-attachment:fixed; }
/*********************************** MARCAS  ****************************************/
#caja_eslogan{ width:100%; height:auto; float:left; background:#fff; padding: 3% 0%; }
#eslogan{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%;  overflow:hidden;}
/*********************************** CONTENIDOS  ****************************************/
#cont{ width:100%; height:auto; float:left; background:#fff; padding: 4% 0%; }
#info{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%;  overflow:hidden;}
/*********************************** MINI GALERIA  ****************************************/
#caja_mini_galeria{ width:100%; height:auto; float:left; padding: 2% 0% 2% 0%;  background-image:url(../imagenes/mini.jpg); background-attachment:fixed;}
#mini_galeria{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%;  overflow:hidden;}
/*********************************** MAPA  ****************************************/
#mapa{ width:100%; height:auto; float:left; }
/*********************************** PIE  ****************************************/
#pie{ width:100%; height:auto; float:left;  background:#323946; padding: 4% 0%;}
#pie_info{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
/*********************************** DERECHOS  ****************************************/
#derechos{ width:100%; height:auto; float:left;  background:#282e3a; padding: 0.5% 0%;}
/*********************************** TIPOGRAFIAS  ****************************************/
@font-face {
	    font-family: 'titulo';
    src: url('../tipografias/titulo.woff');
}
@font-face {
	    font-family: 'normal';
    src: url('../tipografias/normal.woff');
}
@font-face {
	    font-family: 'futura';
    src: url('../tipografias/futura.woff');
}