/* 08/29/25 13:51  afects: admin_login.php, apt000.php, availables.html, contacto.html, documents.html, gallery.html, index.php, interested.html, location.html, login_Admin.html, , */
nav{
	background:#333;
	width:100%;
	font:normal 1.2em 'comic sans ms';
	display:block;
	position:relative;
}
nav a{
	color:#aaa;
  text-decoration:none;
}
nav ul{
	position:relative;
	text-align:center;	
	font-size:1em;
	width:100%;
}
nav ul li{
	/* border:1px solid lightgreen; */
	background:#333;
	border-radius:8px;
	cursor:pointer;
	display:inline-block;
	margin:auto;
	padding: 5px 0px;
	width:100%;
}
nav ul li:hover{
	background:#777;
		color:black;
}
nav ul li:hover a{
	color:black;
}
nav ul li ul li{
	display:none;
}
.show0{
	display:none;
}
.show0:hover ul li.show1{
	display:block;
	background:red;
}
.show1{
	display:block;
}

/*********** Tablet Rules ***************/
@media only screen and (min-width:801px) and (max-width: 1199px){
	body{
		background:#fdd;
	}
	nav ul li{
		font-size:.9em;
		padding:10px 0px;
		width:24%;
	} 
	.show0{
	   display:none;
	}
	.show1{
		display:inline-block;
	 }
}

/*********** Desktop Rules ***************/

@media only screen and (min-width:1200px){
	
	body{
		background:#dfd;
	}
	nav ul li{
		font-size:1em;
		padding:10px 0px;
		width:22%;
	}
	.newss{
		position:relative;
		top:10px;
	}
	.show0{
		display:none;
	}
	.show1{
		display:inline-block;
	}

}