@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;   width:100%; }
/*********************************** CABEZERA  ****************************************/
#menu{ width:100%; height:auto; float:left;  background:#fff; border-bottom:#d0d0d0 1px solid; border-top:#d0d0d0 1px solid; position: sticky; top: 0; z-index:1000000;}
#menu_cont{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;  }
/*********************************** BANNER  ****************************************/
#banner{ width:100%; height:auto; float:left;}
#banner_int{ width:100%; height:auto; float:left; background:#293a8f; padding:1% 0%;}
/*********************************** CONTENIDOS  ****************************************/
#cont{ width:100%; height:auto; float:left; background:#fff; padding: 4% 0%; border-top:#ececec 1px solid;}
#info{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%;  overflow:hidden;}
/*********************************** COLOR  ****************************************/
#contColor{ width:100%; height:auto; float:left; background:#0082be; padding: 4% 0%; border-top:#ececec 1px solid;}
#infoColor{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%;  overflow:hidden;}
/***************************************************************************/
#contCertificado{ width:100%; height:auto; float:left; background:#0082be;}
/*********************************** IMPULSO WEB  ****************************************/
#pie{ width:100%; height:auto; float:left;  background:#fff; padding:2% 0%; border-top:#d0d0d0 1px solid;}
#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;}
/*********************************** TIPOGRAFIAS  ****************************************/
@font-face {
	    font-family: 'titulo';
    src: url('../tipografias/titulo.woff');
}
@font-face {
	    font-family: 'normal';
    src: url('../tipografias/normal.woff');
}