/* CSS Document */
@charset "UTF-8";
@charset 'iso-8859-15';

.nav li:hover > ul {
	box-shadow:2px 1px 1px 0px #333;
-webkit-box-shadow: 2px 1px 1px 0px #333;
-moz-box-shadow: 2px 1px 1px 0px #333;
	display:block;
	width:125px;
	margin-left:-20px;
	padding-left:20px;
	background-color:#FEFFEA; /*este es el color de a:hover del desplegable*/
	border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
	filter:alpha(opacity=95);
	opacity: 0.95;
	behavior: url(PIE.htc);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.nav{
cursor:pointer;
list-style:none;
text-decoration:none;
margin:0;
padding:0px 0px;
float:left;
margin-left:220px;
font-size:17px;
font-family: 'Cormorant Garamond', serif;
font-weight:700;
behavior: url(PIE.htc);
}


.letra_menu{
	list-style:none;
	font-size:17px;
	text-align:center;
	font-family: 'Cormorant Garamond', serif;
	font-weight:300;
	color:#000000;
}

#iconos.fondo_menu{
background-color:#F0F0F0;
border-top-width:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
	box-shadow:0px -6px 10px #000;
-webkit-box-shadow: 0px -6px 10px #000;
-moz-box-shadow: 0px -6px 10px #000;
border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
}

.fondo_menu{
clear:both;
	width:888px;
	height:38px;
	padding-right:12px;
	clear:both;
	font-family:sans-serif;
	list-style:none;
	text-decoration:none;
	float:left;
	background-color:#FEFFEA;
	z-index:2;
	behavior: url(PIE.htc);
	margin-bottom:3px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0C0C0C;
}
#menu_landing_page .fondo_menu{
width:10px;
}
.nav > li {
float:left;
behavior: url(PIE.htc);
}

.nav li a {
color:#666666;
display:block;
padding:8px 0px;
text-decoration:none;
width:105px;
text-align:center;
clear:both;
behavior: url(PIE.htc);
font-weight:400;
}


/*aca colores menu a:hover*/
#nav .letra_menu a:hover{
	background-color:#E4E2DC; /*este el a:hover de cada menu de la lista desplegable*/
	color:#000000;
	width:145px;
	margin-left:-20px;
	display:block;
	behavior: url(PIE.htc);
}


.nav li ul {
display:none;
position:absolute;
behavior: url(PIE.htc);
}

.nav li ul li {
z-index:0;
behavior: url(PIE.htc);
}

.columna_izquierda{
background-image:url(../images/Fondo_menu.png);
background-repeat:no-repeat;
	height:148px;
	float:left;
	width:223px;
	z-index:2;
}

.menu{
	width:203px;
	height:33px;
	margin-top:0.5px;
	margin-bottom:0.5px;
	text-align:left;
	float:left;
	line-height:33px;
	color:#666666;
	font-size:17px;
	text-align:left;
	background-color:#FEFFEA;
	font-family: 'Cormorant Garamond', serif;
	display:block;
	padding-left:20px;
	font-weight:300;
	text-decoration:none;
	cursor:pointer;
	z-index:4;
	behavior: url(PIE.htc);
}

.menu_selec a:hover{
	font-family: 'Cormorant Garamond', serif;
	background-color:#E4E2DC;
	color:#000000;
	font-weight:300;
	cursor:pointer;
}
