@charset "utf-8";
/* CSS Document */
.display-pc{ display:none;}
.display-tablet{ display:none;}
.display-celulares{ display:none;}
body{ margin:0px; background:#fff; }
#pagina{ position:absolute;  z-index:10;  overflow:hidden; width:100%;}
/*********************************** CABEZERA  ****************************************/
#cabezera{ width:100%; height:auto; float:left;  background-image:url(../imagenes/fondo_1.jpg); background-repeat:no-repeat; }
#contenido_cabezera{ width:92%; height:auto;  margin-left:auto; margin-right:auto; max-width:1000px; padding: 0% 5%; }
/*********************************** CONTENIDOS  ****************************************/
#cont{ width:94%; height:auto; float:left; background:#fff; padding: 4% 3%;  overflow:hidden;}
#cont_azul{ width:90%; height:auto; float:left; background:#f6f6fb; padding: 5%;  overflow:hidden;}
#mapa{ width:100%; height:auto; float:left;  overflow:hidden;}
/*********************************** MARCAS  ****************************************/
#marcas{ width:100%; height:auto; float:left; background:#fff; padding: 4% 0%; overflow:hidden;}
/*********************************** MINI GALERIA  ****************************************/
#caja_mini_galeria{ width:100%; height:auto; float:left; background:#fff;}
/*********************************** PIE  ****************************************/
#pie{ width:100%; height:auto; float:left;  background:#fff; padding: 3% 0%; margin-top:4%;}
#contenido_pie{ width:92%; height:auto;  margin-left:auto; margin-right:auto; max-width:1000px; padding: 0% 5%; }
/*********************************** 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: 'cursiva';
    src: url('../tipografias/cursiva.woff');
}