@font-face {
	font-family: "tw-cen";
	src: url("../fonts/tw-cen-mt.eot");
	src: url("../fonts/tw-cen-mt.eot#iefix") format("embedded-opentype"),
	url("../fonts/tw-cen-mt.woff") format("woff"),
	url("../fonts/tw-cen-mt.ttf") format("truetype"),
	url("../fonts/tw-cen-mt.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "tw-cen-bold";
	src: url("../fonts/tw-cen-mt-bold.eot");
	src: url("../fonts/tw-cen-mt-bold.eot#iefix") format("embedded-opentype"),
	url("../fonts/tw-cen-mt-bold.woff") format("woff"),
	url("../fonts/tw-cen-mt-bold.ttf") format("truetype"),
	url("../fonts/tw-cen-mt-bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    background-color: #fff;
}
h1{
    font-size: 42px;
    font-family: 'tw-cen', sans-serif;
    font-weight: 100;
    text-align: left;
    width: 100%;
    line-height: 48px;
    margin-bottom: 46px;
    display: block;
}
h2{
    font-size: 24px;
    font-family: 'tw-cen-bold', sans-serif;
    font-weight: 100;
    text-align: left;
    line-height: 24px; 
    margin: 0;
    padding: 0;
}
p{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 24px;  
    margin: 0;
    padding: 0;
}
p > span{
    font-weight: 600;
}
ul{
    overflow: auto; 
}
ul > li{
    float: left;
    list-style-type: none;
}
ul > li > a{
    text-decoration: none;
    text-transform: uppercase;
    color: #444444;
}
.contenedor_header{
    width: 100%;
    height: 50px;
    top: 0;
    background-color: #fff;
    z-index: 100;
    position: fixed;
    overflow: visible;
    box-shadow: 0px 7px 30px -6px rgba(0,0,0,0.5);
}
header{
    top: 0;
    width: 100%;
    max-width: 1140px;
    height: 50px;
    margin: 0 auto;
    padding: 0 20px;
}
#logo{
    width: 53px;
    height: auto;
    display: inline-block;
    margin: 12px auto 13px;
    right: 0;
    left: 0;
    
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#logo a img{
    width: 100%;
    height: auto;
    display: block;
}
#menu{
    width: 610px;
    height: 50px;
    display:inline-block;
    float: right;
    
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#menu ul li{
    float:none;
    display: inline-block;
}
#menu ul li a{
    height: 50px;
    padding: 0 14px;
    display: inline-table;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#redes{
    display: inline-block;
    width: auto;
    text-align: right;
    float: right;
}
#redes > ul > li > a{
    width: 25px;
    height: auto;
    display: inline-block;
    margin: 12px 5px 10px;
    
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#redes > ul > li > a:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#redes ul li a img{
    width: 100%;
    height: auto;
    display: block;
}
#red_movil{
    width: 125px;
    margin: 0 auto;
    display: block;
}
#red_movil > li {
    float: left;
    padding: 6px;
}
#red_movil > li > a{
    width: 40px!important;
    height: auto!important;
    display: inline-block!important;
    margin: 12px 5px 10px!important;
    
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#red_movil > li > a:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#red_movil > li > a > img{
    width: 100%;
    height: auto;
    display: block;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #444444;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #444444;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #444444;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #444444;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #444444;
}