/*  Generated by www.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
#ddmenu
{
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
	letter-spacing: normal;
}

#ddmenu ul
{ 
    margin:0 auto; 
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:940px;
    font-size:0;
    background:#FFFFFF;
    display:inline-block;
    list-style:none;
    position:relative;
    /* [disabled]z-index:999999990; */

border-radius:3px;
font-family: "RobotoCondensed Bold";
color: #FFFFFF;
}

#ddmenu li
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	display: inline-block;

    *display:inline;
	zoom: 1; /*for IE6-7*/
	position: relative;
	color: #777;
	line-height: 44px; /*This determines the height of the menu*/
	transition: background-color 0.2s;
	outline: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	text-decoration: none;
}

#ddmenu li.full-width {
    position: static;
    background-color: #FFFFFF;
}

#ddmenu li.over
{
    color:#FFF;
	/*background-color:#0EC3F7;*/
	background-color: #c5282e;
}

#ddmenu li.over:first-child
{
    color:#FFF;
	background-color:#FFFFFF;
}
#ddmenu li.over.no-sub {
    
}

#ddmenu .top-heading
{
    font-weight:normal;
    white-space:nowrap;
    margin-top: 0;
    margin-right: 13px;
    margin-left: 13px;
    margin-bottom: 0;
    color:inherit;
    text-decoration:none;
    display:inline-block; 
    outline:0;
    cursor:pointer;
}

/* links of top-heading */
#ddmenu li a, #ddmenu li a:link, #ddmenu li a:hover
{
    color:inherit;
}
#ddmenu li a:hover
{
    text-decoration:none;
}

#ddmenu a:focus
{
    outline:1px dotted #09F;
}
    
/* caret(arrow icon) */
#ddmenu .caret
{  
    color:inherit;
    left:-18px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
    margin-left: 4px;
}  
        
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown
{
    width:auto;    
    left:0px;    
    color:#000000;   
    padding:0;margin:0;display:none;position:absolute;
    top:100%;
    border:1px solid #ddd;border-top:none;
    border-radius:0 0 2px 2px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);

}

#ddmenu li.full-width .dropdown {
    width:100%;
    padding:0;
    margin:0;
    margin-left:-1px; /*Set to 0 if UL has no border*/
    background-color: #000000;
    color: #FFFFFF;
}

#ddmenu .offset300 {
    left:-300px;right:auto;
}

#ddmenu .right-aligned {
    left:auto;
    right:0px;
}

#ddmenu .over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
    text-align:left;
    padding:20px;
    margin:0px;
    background-color:#000000;
    font-size:13px;
    line-height:1.35;
    z-index: 999999;
}
  
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a
{
	display: table-row;
    *display:block;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
	padding: 0;
}

#ddmenu .dropdown a:hover:before {

    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration:none;
    color:#09F;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu div.column
{
    text-align:left;
    vertical-align:top;/*or middle*/
    display:inline-block;
    *display:inline;*zoom:1;
    white-space:normal;
    width: 150px;
    padding-top: 0;
    padding-right: 2px;
    padding-bottom: 0;
    border-right: 1px solid #999;
    padding-left: 6px;
}

#ddmenu div.dd-inner div:last-child
{
    border-right:none;
}

#ddmenu div.column h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}

#ddmenu .top-heading {
	text-transform: uppercase;
}


#ddmenu div.column260 {width:260px;}
#ddmenu div.column340 {width:340px;}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}

/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon   
{
    display:none; /* hide menu icon initially */
}


/*styles for mobile, antes pone 480*/
@media only screen and (max-width: 767px) 
{
	
	#ddmenu .dd-inner {
    text-align:left;
    padding:0px;
    margin:0px;
    background-color:#000000;
    font-size:13px;
    line-height:1.35;
    z-index: 999999;
}
	
	#ddmenu li.full-width {
    position: static;
    background-color: #c5282e;
}
	
    #ddmenu .column.mayHide {
        display:none;
    }

    /*override the original settings*/
    #ddmenu ul {
	width: 100%;
	display: none;
	border-radius: 0;
	background: #c5282e;
	text-align: center;
    }
	
    #ddmenu li {
	position: relative;
	display: block;
	font-size: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.59);
    }
	
	#ddmenu li.over
{
    color:#FFF;
	background-color:#c5282e;
	text-align: center!important;
}

    #ddmenu .full-width {
        position: relative;
    }
    
    #ddmenu .dropdown {
	position: relative;
        *top:auto;/*for IE7*/
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	background-color: #AD0002;
    }
    
    #ddmenu .offset300 {
        left:0;
    }

    #ddmenu .full-width .dropdown {
        width: auto;
    }
        
    #ddmenu .dd-inner
    {
        margin:0;
        background:none;
        text-align:left;
    }
    
    /*turn each column to list vertically instead of horizontally */
    #ddmenu .column {
        width:auto;
        padding:0;
        border:none;
        display:block;
    }

    /*move the arrow icon to right*/
    #ddmenu .caret {
	position: static;
	left: auto;
	right: 14px;
	top: 20px;
	border-width: 5px;
    }


    /* All the following are for the .menu-icon (pure CSS) */
    #ddmenu .menu-icon {
	font-size: 32px;/*icon size*/
	display: block;
	position: relative;
	width: 40px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	background-color: #eee;
	border-radius: 3px;
	margin-bottom: 10px;
	/*align the icon to the right*/
	margin-left: auto;
	margin-right: 11px;
	margin-top: -46px;
    }

    #ddmenu .menu-icon::before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 4px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #333;
        border-bottom: 0.125em solid #333;
        box-sizing: content-box;
    }

    #ddmenu .menu-icon-active {
        background-color: #333;
    }

    #ddmenu .menu-icon-active::before {
        border-color: #eee;
    }
	
	#ddmenu li
{
    margin:0;
    padding:0;
    font-size:17px;
    display:block;
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#FFFFFF;
    line-height:44px; /*This determines the height of the menu*/
    transition:background-color 0.2s;
    outline:none;
	-moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
    text-decoration: none;
}
}




@media (min-width: 768px) {


#ddmenu ul
{ 
    margin:0 auto; 
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:768px;
    font-size:0;
    background:#FFFFFF;
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:9999990;

border-radius:3px;
font-family: "RobotoCondensed Bold";
color: #FFFFFF;
}	

#ddmenu .top-heading
{
	font-weight: normal;
	white-space: nowrap;
	margin-top: 0;
	margin-right: 13px;
	margin-left: 13px;
	margin-bottom: 0;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	outline: 0;
	cursor: pointer;
}
	
	
}
