/*menu - login/contáctenos*/
#header {
	background-image: url(../assets/bg-header.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	width:940px;
}

/*menu nav-top*/
#header #nav-top {
	margin-left: 780px;
	position: relative;
	top: 8px;
	font-size:11px;
}

#header #nav-top li:first-child {
	padding: 0 3px 0 0;
}

#header #nav-top li:first-child:after {
	color: white;
	content: " | ";
}

#header #nav-top li a:hover {
	text-decoration: underline;
}

#header #nav-top li {
	display: inline;
}

#header #nav-top li a {
	background-image: url(../assets/up-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: white;
	padding: 9px 2px 9px 6px;
	text-decoration: none;	
}

/**********************************************/

/*menu - horizontal*/

.menu {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none; 
	height:35px;
	position:relative;
	_float:right;
	width:900px;
	background-color: #525252;
	margin:140px 0 0 0;
	border-bottom:1px solid #8c0a22;
	color:white;
	padding:0 0 0 40px;
}

.menu li {
	float:left;
	position:relative;
}

.menu ul li.estilo_dos{
	width:95px;
}
.menu ul li.estilo_tres{
	width:123px;
}

.menu ul li.estilo , 
.menu ul li.estilo_dos ,
.menu ul li.estilo_tres{	
	text-decoration:none; 
	color:#FFF;
	padding:6px 16px 0 20px;
	line-height:25px; 
	font-weight:normal;
	font-size:14px;
	height:30px;
	background-image:url(../assets/menu-arrow-up.gif);
	background-repeat:no-repeat;
	background-position: 6px center;
}

.menu ul li.estilo:hover ,
.menu ul li.estilo_dos:hover ,
.menu ul li.estilo_tres:hover{
	color:#FFF; 
	line-height:25px; 
	font-weight:normal;
	background-color:#8c0a22;
	background-image:url(../assets/icono_subul.gif);
	background-repeat:no-repeat;
	background-position: 4px center;
}

	.first {
	}
	
	.last {
	}

.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	color:#FFF;
	padding:6px 15px 5px 15px; 
	line-height:25px; 
	font-weight:normal;
	font-size:14px;
	height:auto;
	background-repeat:no-repeat;
	background-position: 2px center;
	background-image:url(../assets/menu-arrow-up.gif);
}

.menu a:hover {
	display:block;
	color:#FFF; 
	line-height:25px; 
	font-weight:normal;
	background-color:#8c0a22;
	background-image:none;
	background-image:url(../assets/menu-arrow-over.gif);
	background-repeat:no-repeat;
	background-position: 2px center;
	text-decoration:none;
}


.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:auto;
	top:26px;
	left:0;
	width:100%;
	margin:10px 0 0 0;
	background-color:#a30d29;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	padding-bottom:10px;
}

.menu ul li.estilo_tres ul{
	width:160px;
}

.menu ul li.estilo_tres ul li{
	display:block;
	clear:both;
	width:140px;
}

.menu ul li.estilo_tres ul li:first-child{
	width:70px;
}

.menu ul li.estilo_tres ul li:last-child{
	width:150px;
}

.menu ul li.estilo ul{
	width:99px;
}

.menu ul li.estilo_dos ul{
	width:132px;
}

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

.menu ul ul a, .menu ul ul a:visited , .title {
	font-size:12px;
	color:#FFF;
	line-height:15px;
	background-image:none;
	padding:7px 0 0 19px;
	text-decoration:none;
	background-image:url(../assets/icono_submenu.gif);
	background-repeat:no-repeat;
	background-position:7px 13px;
	clear:both;
}

.menu ul ul li a:hover{
	line-height:15px;
	background-color:#a30d29;
	background-image:none;
	background-image:url(../assets/icono_submenu.gif);
	background-repeat:no-repeat;
	background-position:7px 13px;
	text-decoration:underline;
}

.menu ul ul li.sub-menu a{
	margin:0 0 0 20px;
	background-image:url(../assets/icono_submenu-sub-menu.gif);
	background-repeat:no-repeat;
	background-position:7px 13px;
	font-size:12px;
}

.menu ul ul li.sub-menu a:hover{
	line-height:15px;
	background-color:#a30d29;
	background-image:url(../assets/icono_submenu-sub-menu.gif);
	background-repeat:no-repeat;
	background-position:7px 13px;
	text-decoration:underline;
}


.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

.menu ul :hover ul ul{
	visibility:hidden;
}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
}