.header {
	height: 80px;
	background: #BC0203 url(../images/logo_cabecera.jpg) no-repeat bottom;
	border-bottom: 1px solid #fff;
}
.logo {
	height: 49px;
	width: 940px;
	margin: 0 auto;
}
.submenu_wrapper{
	width: 100%;
	min-height: 45px;
	border-top: 1px solid #ABABAB;
}
.sub_header {
	width: 940px;
	margin: 0 auto;
}
.sub_header .idiomas{
	float:right;
	width:60px;
}
.sub_header .idiomas img{
	border:none;
	margin:	15px 6px;
	float:right;
}
.sub_header .clientes {
-x-system-font:none;
background-color:#BAC14F;
color:#FFFFFF;
float:right;
font-family:"Myriad Pro, Arial";
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:7px 10px;
padding:5px;
width:115px;
}
.sub_header .clientes a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.menu {
	width: 900px;
	height: 29px;
	margin: 0 auto;
}
.menu .menu_item {
	color: #fff;
	font: 14px Arial;
	font-weight: bold;
	cursor: pointer;
	float: left;
	height: 31px;
	text-align: center;
	padding: 0 16px;
	background: url(../images/separa_menu.jpg) no-repeat left;  
}
.sub_menu {
	position: absolute;
	text-align:center;
        background-color: #e8e8e8;
        padding: 2px;
        width: 155px;
        display: none;
        z-index: 99999;
}
.sub_menu_container{
    border-width: 0 1px;
    border-style: solid;
    border-color: #ababab;
    padding: 0 4px;
    float: left;
}
.sub_menu .sub_menu_item {
	color:#ABABAB;
	font: 11px Arial;
	font-weight: bold;
	cursor: pointer;
	float: left;
	padding: 8px 0;
        width: 145px;
        border-bottom: 1px solid #ababab;
        z-index: 999999;
}
.sub_menu_item a {
	color:inherit;
	text-decoration: none;
}
.sub_menu_item:hover{
    background-color: #bac14f;
    color: #fff;
}
.menu .menu_item_select {
	font: 14px Arial;
	font-weight: bold;
	cursor: pointer;
	float: left;
	height: 33px;
	text-align: center;
	padding: 0 16px;
	background: #fff; 
	margin-bottom: -4px;
	position: relative;
	top: 2px;
	
}

.menu .menu_item_select a {
	position: relative;
	top: 10px;
	text-decoration: none;
	color: #BC0203;
}
.menu .menu_item a {
	position: relative;
	top: 10px;
	text-decoration: none;
	color: #fff;
}
.menu .menu_wrapper {
	margin-right: -32px;
	float: right;
}