@media screen and (min-width: 1024px){

<title>Menu Desplegable</title>
@font-face {
	font-family:fuente_media_global;
	font-style:normal;
	font-weight:normal;
	src: url(../fuentes/Sanchezregular.otf);
}

@font-face {
	font-family:fuente_negrita_global;
	font-style:normal;
	font-weight:normal;
	src: url(../fuentes/Sanchezregular.otf);
}

* {
	margin:0px;
	padding:0px;
}
			
			
.menu1024 {
	width:1024px; 
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-bottom-style: solid;
}	
			
			
.dev > li {
	float: left;
	font-size: 20px;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
			
.dev li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 35px;
			}
			
.dev li a:hover {
	color: #fff;
	font-style: italic;
}
			
			
.dev li ul {
	display: none;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	border: 10px inset #000;
	z-index: 1;	
}
			
			
.dev li:hover > ul {
	display: block;
	background-color: #EFEFEF;
	color: #fff;	
}
			
.dev li ul li {
	position: relative;
	top: auto;
}

.dev li ul li a {
	color: #000;
}

.dev li ul li a:hover {
	color: #39183A;
}
			
.dev li ul li ul {
	right: -190px;
	top: 0px;
}

.dev .otracasa {
	color: #C58B02 !important;
	font-style: italic;
}

.otracasa:hover {
	color: #FFF !important;
	}
}