@charset "utf-8";
/* CSS Document */
.display-pc{ display:none;}
.display-tablet{ display:none;}
.display-celulares{ display:none;}
body{ margin:0px; background:#1b3457;}
#pagina{ position:absolute;  z-index:10;  overflow:hidden; width:100%;}
/*********************************** CABEZERA  ****************************************/
.cabezera{ width:100%; height:auto; float:left;  background:#fff; border-bottom:#eee 1px solid; }
#contenido_cabezera{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1400px; padding: 0% 5%; overflow:hidden;}
/*********************************** CONTENIDOS  ****************************************/
.nos{ width:100%; height:auto; float:left; background:#fff; padding: 5% 0%; }
#nos_Cont{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1400px; padding: 0% 5%;  overflow:hidden;}
/*********************************** PRODUCTOS  ****************************************/
#product{ width:100%; height:auto; float:left; background:#fff; padding: 5% 0%; }
#product_Cont{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1400px; padding: 0% 5%;  overflow:hidden;}
/*********************************** EXPERTOS  ****************************************/
.expertos{ width:100%; height:auto; float:left; padding: 6% 0%; background-image:url(../imagenes/fondo_exp.jpg); background-attachment: fixed;}
#expertos_Cont{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1400px; padding: 0% 5%;  overflow:hidden;}
/*********************************** SERVICIOS  ****************************************/
.servicios{ width:100%; height:auto; float:left; padding: 2% 0%;  background:#fff; }
#servicios_Cont{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1400px; padding: 2% 5%;  overflow:hidden; }
/*********************************** SERVICIOS  ****************************************/
.galer{ width:100%; height:auto; float:left; padding: 6% 0% 2% 0%; background:#f7f7f7;}
#galer_cont{ width:80%; height:auto; margin-left:auto; margin-right:auto; max-width:900px; padding: 0% 10%;  overflow:hidden;}
/*********************************** PIE  ****************************************/
.pie{ width:100%; height:auto; float:left; background:#284c7f;}
/*********************************** DERECHOS  ****************************************/
#derechos{ width:100%; height:auto; float:left;  background:#1b3457;}
/*********************************** 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: 'bold';
    src: url('../tipografias/bold.woff');
}
@font-face {
	    font-family: 'light';
    src: url('../tipografias/light.woff');
}