@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  ****************************************/
#logo_datos{ width:100%; height:auto; float:left;  background:#fff; border-bottom:#e8eff1 1px solid; }
#contenido_logo_datos{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 2%; overflow:hidden;}
/*********************************** CABEZERA  ****************************************/
#cabezera{ width:100%; height:auto; float:left;  background:#272727;}
#contenido_cabezera{ width:90%; 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;}
/*********************************** MARCAS  ****************************************/
#caja_eslogan{ width:100%; height:auto; float:left; background:#0088ae; padding: 3% 0%; }
#eslogan{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; }
/*********************************** CONTENIDOS  ****************************************/
#cont{ width:100%; height:auto; float:left; background:#fff; padding: 4% 0%;
-webkit-box-shadow: inset 0px 16px 32px -12px rgba(0,38,48,0.1);
-moz-box-shadow: inset 0px 16px 32px -12px rgba(0,38,48,0.1);
box-shadow: inset 0px 16px 32px -12px rgba(0,38,48,0.1);
}
#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; }
/*********************************** PIE  ****************************************/
#pie{ width:100%; height:auto; float:left;  background:#313132; padding: 4% 0%;}
#pie_info{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
.iconos_impulsoweb{ width:auto; height:auto; float:left; margin:27px 10px 0px 0px; }
#impulsoweb {width:160px; height:85px; float:left; background:url('../imagenes/link.png') no-repeat;}
#impulsoweb:hover {background:url('../imagenes/link_precionado.png') no-repeat;}
/*********************************** DERECHOS  ****************************************/
#derechos{ width:100%; height:auto; float:left;  background:#212122; }
#derechos_info{ width:90%; height:auto; margin:0% auto 0% auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
/*********************************** 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');
}