#menu-contenedor
{
	position: relative;
	height: 0px;
	margin-right: 49%;
	margin-left: 49%;
	clear: both;
}
#menu1Container
	{
	visibility:hidden;
	left:-79px;
	top:0px;
	overflow:hidden;
	position: absolute;
	}
#menu1Container, #menu1Content
	{
	position:absolute;
	width:242px;
	height:81px;
	clip:rect(0 242 81 0);
	}
.menu-despegable
{
	background-color: #B1856D;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CDB58F;
	font-weight: bold;
	color: #FAF4D2;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 230px;
}
.menu-despegable:hover
{
	background-color: #CDB58F;
}
