#nav {


margin:50; 
vertical-align:text-bottom; 
top:10; 
bottom:20; 
background-color: #000;
display:block;
list-style:none;
text-align: center;
z-index: 30000;
visibility: visible;

}


#nav a, #nav ul, #nav li, #nav ul li, #nav ul ul, #nav ul ul li{
z-index: 30000;
}

#header_aptos a, #header_aptos td, #header_aptos tr, #header_aptos img {
z-index: 30000;

}


#prices_value_div_main_4{

height: 0px;
}


#prices_value_div_4 a{
color: #E04319;
text-decoration: underline;
}

#prices_value_div_4 a:hover{
color: #ffffff;
text-decoration: underline;
}



#lista_aptos_aviso{

position:relative;
top:160px;

}

.firefox #lista_aptos_aviso{

position:relative;
top:140px !important;

}

.fix_friend{
height:30px;
position:absolute;
top:0px;
width:190px;
z-index:1000;
}


#form_apts_list{
	
	z-index: 10; 
	position:relative; 
	padding: 20px; 
	height: auto; 
	width: 515px; 
	left:50px;  
	font-family:Verdana,Geneva,sans-serif; 
	font-size:12px;
	color:#FFF;
	
	
	
	border-color:#fff;
	border:#fff;
	border:1px;
	border-style: solid;

	}

#form_lemonk #comentarios1{
	width: 250px;
	height: 120px;
	margin-left:20px;
			
	}
		
	
#nav a
{
	overflow:hidden;
	display: block;
}

#nav ul a {  height:45px; background-color: #000000; opacity: 0.8; filter: alpha(opacity=80); width:115px;}

#patito {  height:45px; background-color: #000000; opacity: 0.8; filter: alpha(opacity=80); width:10px;}

#nav a { 
text-decoration:none; 
color: white; 
font-size: 11px;  
}


#nav ul a {
border-bottom: none; 
width:115px;

} 


.ie8 #nav ul a {
border-bottom: none; 
width:115px;
left:-100px;
} 

 
.chrome #nav ul a {
border-bottom: none !important; 
width:115px !important;
left:-100px !important;
} 
 
 
 
 
 
 
#nav *:hover {
	background-color: none;
	overflow: hidden;
}

#nav li {
	/*great place to use a background image as a divider*/

	display:block;
	list-style:none;
	position:static;
	float:left;
	overflow: auto;
}





#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol 
{	
	padding: 0;
	margin: 0;
	list-style: none;
}


/* main menu ul or ol elment */




/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/


/* all menu links */
#subMenusContainer a {
	
	overflow:hidden;
	text-decoration:none;
	display:block;
	background-color:#000;
	text-align: center;
	
}

#subMenusContainer a:onclick {
	overflow:hidden;
	text-decoration:none;
	display:block;
	background-color:#000;
	text-align: center;

}


/* Just sub menu links */


/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	
	background-color:#272622;
	color:#FFF;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	background-color:#5C010B;
	color:#FFF;
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/

	float:none;
}

#nav li ul { /* second-level lists */
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding:0px;
	position: absolute;	
	
}


.ie8 #nav li ul { /* second-level lists */

	position: absolute;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

.chrome #nav li ul { /* second-level lists */

	position: absolute !important;
	margin-left: -1000em !important; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}







/* third-and-above-level lists */

#nav li:hover ul ul{	margin-left: -1000em; }


/* FIX FOR INTERNET EXPLORER 7 AND LOWER */
#nav li.sfhover  ul ul{ 	margin-left: -1000em;}

 /* lists nested under hovered list items */
#nav li:hover ul{
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: fixed;
	padding:0px;
}


.chrome #nav li:hover ul{
	margin-left: auto !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	position: absolute !important;
}






/* FIX FOR INTERNET EXPLORER 7 AND LOWER */
#nav li.sfhover ul{
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

/* extra positioning rules for limited noscript keyboard accessibility */


#subMenusContainer{
	
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:visible;
	z-index:1000000000;
}

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
