
/*** ESSENTIAL STYLES ***/

@font-face {
    font-family: 'makoregular';
    src: url('../fonts/mako/mako-regular-webfont.eot');
    src: url('../fonts/mako/mako-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mako/mako-regular-webfont.woff') format('woff'),
    url('../fonts/mako/mako-regular-webfont.ttf') format('truetype'),
    url('../fonts/mako/mako-regular-webfont.svg#makoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
    text-decoration: none;
}

.sf-menu {
	line-height:	1.0;
    width: 980px;
    height: 100px;
    float: left;
    position: absolute;
    top: 120px;

}
.sf-menu ul {
	position: absolute;
    margin-top: 10px;




}

.sf-menu ul li {
    max-width: 200px;
    height: 40px;
    float: left;
    text-align: center;
    margin-right: 8px;





}



.menu_una_lina{
    line-height: 25px;
}

.menu_dos_lineas{
    line-height: 20px;
}

.sf-menu ul li a {
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'verdana';
    font-weight: 700;

}

