/* this is the main UL element*/


div#header {
background:#FFFFFF;
	min-height:70px;
	z-index:10;
	position:fixed;
	margin:0;
	overflow:hidden;
	width:100%;
	left:0;
	top:0;
}


#newLogo {
	left:5px;
	top:0px;
	position:fixed;
	padding-left:5px;
	padding-top:5px;	
}

#idiomas{

display:block;
position:fixed;
right:0;
top:0;
color:#5F5F5F;
font-size:1.3em;
font-weight:bold;
padding-right:15px;
padding-top:5px;

}

#idiomas a{
	color:#5F5F5F;
}
#idiomas a:hover{
	text-decoration:underline;
	color:#E67716;
}

#direcciones {
	float:left;
	position:relative;
	padding-left:15px;
	padding-top:5px;
	font-weight:bold;
	font-size:1.3em;
	color:#5F5F5F;
}
#direcciones a{
	color:#5F5F5F;
}
#direcciones a:hover{
	text-decoration:underline;
	color:#E67716;
}


#copyright {
	float:right;
	position:relative;
	padding-right:15px;
	padding-top:5px;
	font-weight:bold;
	font-size:1.3em;
	color:#5F5F5F;
	
}
#copyright a{
	color:#5F5F5F;
}
#copyright a:hover{
	text-decoration:underline;
	color:#E67716;
}


#newMenu {
/*color:#5F5F5F;
float:left;
font-size:1.2em;
font-weight:bold;
left:-23.7em;
margin-top:2em;
position:relative;
z-index:999999999;*/

color:#5F5F5F;
float:left;
font-size:1.2em;
font-weight:bold;
left:149px;
top:32px;
position:fixed;
z-index:999999999;

}


.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;

}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:8px;
	padding-top:5px;
	/*width:120px;*/
/*	background-color:#000;*/
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#5F5F5F;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
	color:#E67716;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
/*	border:1px solid #444;*/
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down a{
/*	background:#000 url('expand_down.gif') center left no-repeat;
	padding-left:20px;*/
	/*width:135px;*/
	color:#5F5F5F;
}
.dropdown li.submenu-down a:hover{
	text-decoration:underline;
	color:#E67716;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
/*	background:#000 url('expand_right.gif') center right no-repeat;
	padding-right:20px;*/
	width:auto;
}

ul.subsub{
width:200px;
background-color:#DEDEDE;
color:#5F5F5F;
font-size:12px;
font-size:1em;
}

ul.subsub li{
width:auto;
margin-right:10px;
}

ul.subsub li a{
color:#5F5F5F;
}
