/* Body and structure
-------------------------------------------------- */



  
@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* Menu area
-------------------------------------------------- */

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 15px;
    top: 40px; /* IE6 only */
    width: 10px;
    height: 20px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../img/menu_arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top: 10px;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu ul .sf-sub-indicator { background-position:  -10px 0; }
#menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu ul a:focus > .sf-sub-indicator,
#menu ul a:hover > .sf-sub-indicator,
#menu ul a:active > .sf-sub-indicator,
#menu ul li:hover > a > .sf-sub-indicator,
#menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}
#menu, #menu ul {
    float:right;
    margin: 0;
    padding: 0;
    list-style: none ;
}
#menu {
/*    width:100%;*/
    height:50px;
    padding-top:3px;
/*    border: 1px solid navy;*/
    
}
#menu:before,
#menu:after {
    content: "";
    display: table;
}
#menu:after {
    clear: both;
}
#menu {
    zoom:1;

}
#menu li {
    float: left;
    position: relative;
}
#menu li:last-child {
    border-right: none !important;
    -moz-box-shadow: 0px 0 0 #444;
    -webkit-box-shadow: 0px 0 0 #444;
    box-shadow: 0px 0 0 #444;
}
#menu a {
   padding: 8px 20px !important;
    color: #fff;
    text-transform:uppercase;
    font-weight:normal;
    font-family:'nexa_boldregular';
    font-size:14px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
    text-align:center;
    height:30px;
    line-height:30px;
}
#menu a:hover {
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}



/*-- MENU PRIMER NIVEL --*/
#menu li:hover > a{
    color:#ff4229;
    text-decoration:none;
    
}



#menu li a:after { 
    color:#BEBEBE;
    font-size: 16px;
    content: attr(data-description);
    font-family: 'nexa_boldregular', cursive;
    font-style:italic;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-transform: lowercase;
    text-shadow:none;
    display: block;
    margin-top:3px;
}
*html #menu li a:hover { /* IE6 only */
    color:#b94a48;
    text-decoration:none;
}
#menu .active a {
    color: #b94a48;
}
#menu ul {
    font-size:12px;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 46px;
    left: 0px;
    z-index: 9999;
/*    background-color:#1a1a1a;*/
    background-color:#ff4229;
    width: 200px;
/*
    background-image:url(../../images/menu_3.png);
    background-repeat:repeat;    
*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
/*    box-shadow: #F8F8EF 1px 1px 0px, #CDCDCD 2px 3px 0px;*/
/*    border:1px solid #444;*/
    
    
}
#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
#menu ul ul {
    top: 10px;
    left: 142px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: #F8F8EF 1px 1px 0px, #CDCDCD 2px 3px 0px;
/*    border:1px solid #CDCDCD;        */
}
#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
/*    border-bottom:1px solid #CDCDCD;*/
}
#menu ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom:none;
    
    
}
#menu ul a {    
    padding: 8px;
    font-size:16px;
    width: 115px;
    _height: 8px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-align:left;
    text-transform: none;
    text-shadow:none;
}
#menu ul a:hover {

}
#menu ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 12px;
    
}
#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -11px;
    background-image:url(../../images/menu_arrow_up.png);
    background-repeat:no-repeat;
    width:12px;
    height:8px;
    
}
#menu ul ul li:first-child a:after {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;    
    background-image:url(../../images/menu_arrow_left.png);
    background-repeat:no-repeat;
    width:8px;
    height:12px;
    
}
#menu ul li:first-child a:hover:after {
    border-bottom-color: #f3f3f3; 
    
}
#menu ul ul li:first-child a:hover:after {
    border-right-color: #f3f3f3; 
    border-bottom-color: transparent;     
    
}
#menu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-bottom: none !important;
    font-size: 12px;
    
    
}


/*-- HOVER MENU HIJOS --*/

#menu ul li:last-child > a:hover {
    color: #1a1a1a;
}

#menu ul li:first-child > a:hover {
    color: #1a1a1a;
}


.primary-nav { display: none;}


@media screen and (max-width: 1280px) {
    
    #menu a { font-size:12px; padding: 8px 10px !important; }
    
    #menu li > a { font-size:12px; }
    
    #menu ul li:first-child > a { font-size:12px; }
    
    #menu ul li:last-child > a  { font-size:12px; }
    
}

@media screen and (max-width: 1024px) {

    #menu {margin-right: 5px;}
}



.nav-button { display: none; } /* hide the navigation button by default */

@media only screen and (min-width: 0px) and (max-width: 640px) {

	/* Navigation Button
	-------------------------------------------------------- */
    


	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	

	.primary-nav {
		width: 100%;
		float: none;
		background-color: #f23b19; /* fondo del menu */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1);
        text-align: left;
	}
	.primary-nav li a:hover {
        
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
	.primary-nav.open li { 
		display: block; 
        
	}

	/* Submenus – optional .parent class indicates dropdowns */
    
    

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
        
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 10px;
		padding: 10px 5%;
		font-weight: normal;
        padding-left: 50px;

		font-weight: bold;
		text-decoration: none;
        text-align: left;
        
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

} /* End Mobile Styles */
 
    



