@font-face {
	font-family: "osw_l";
	src: url("../fonts/oswald-light.eot");
	src: url("../fonts/oswald-light.eot#iefix") format("embedded-opentype"),
	url("../fonts/oswald-light.woff") format("woff"),
	url("../fonts/oswald-light.ttf") format("truetype"),
	url("../fonts/oswald-light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "osw_r";
	src: url("../fonts/oswald-regular.eot");
	src: url("../fonts/oswald-regular.eot#iefix") format("embedded-opentype"),
	url("../fonts/oswald-regular.woff") format("woff"),
	url("../fonts/oswald-regular.ttf") format("truetype"),
	url("../fonts/oswald-regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "osw_b";
	src: url("../fonts/oswald-bold.eot");
	src: url("../fonts/oswald-bold.eot#iefix") format("embedded-opentype"),
	url("../fonts/oswald-bold.woff") format("woff"),
	url("../fonts/oswald-bold.ttf") format("truetype"),
	url("../fonts/oswald-bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "roboto_r";
	src: url("../fonts/roboto-regular.eot");
	src: url("../fonts/roboto-regular.eot#iefix") format("embedded-opentype"),
	url("../fonts/roboto-regular.woff") format("woff"),
	url("../fonts/roboto-regular.ttf") format("truetype"),
	url("../fonts/roboto-regular.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: 'osw_r', sans-serif;
    font-size: 16px;
    color: #3d3d3f;
}
ul{
    overflow: auto; 
}
ul > li{
    float: left;
    list-style-type: none;
}
ul > li > a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
header{
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
#logo{
    width: 120px;
    display: block;
    margin: 20px auto 20px;
    position: absolute;
    z-index: 999999;
    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;
}
.mean-container .mean-bar{
    margin-top: 40px;
}
#menu{
    background-color: rgba(61,61,63,0.9);
    border-radius: 5px;
    width: 740px;
    height: 54px;
    display:block;
    margin: 0 auto;
    text-align: center;
    
    -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: 54px;
    padding: 0 16px;
    display: inline-table;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 54px;
    
    -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:hover > a{
    background-color: #1488b5;   
}
.act{
    background-color: #1488b5!important;
    cursor: default!important;
}
.sub ul {
	display: none;
    background-color: rgba(61,61,63,0.9);
}
.miscelaneas{
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
}
.misc{
    width: calc(100%/4);
    height: 5px;
    display: block;
    float: left;
}
.misc01{
    background-color: #17a64c;   
}
.misc02{
    background-color: #1488b5;   
}
.misc03{
    background-color: #fdca2e;   
}
.misc04{
    background-color: #fb1e2d;   
}
@media screen and (min-width: 480px) {
    .mean-container .mean-nav {
        margin-top: 70px!important;
    }
    #logo{
        width: 160px;
        display: block;
        margin: 25px auto 20px;
        position: absolute;
        left: 0;
        right: 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;
    }
    #menu ul .sub:hover > ul {
        display: block;
        position: absolute;
    }
    .act{
        background-color: #1488b5!important;
        cursor: default!important;
    }
    .act> ul {
        display: block!important;
        position: absolute!important;
    }
    .sub ul {
        display: none;
        background-color: rgba(61,61,63,0.6);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 30px;
    }
    .sub ul{
        padding: 0 8px!important;
        overflow: hidden;
    }
    .sub ul a {
        line-height: 30px!important;
        height: 30px!important;
        font-size: 11px!important;
        padding: 0 3px!important;
    }
}
@media screen and (min-width: 790px) {
    #logo{
        width: 180px;
        display: block;
        margin: 25px auto 20px;
        position: relative;
        left: 0;
        right: 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;
    }
}