#menucontenedor
{
	width: 660px;
	position: relative;
	margin-top: 10px;
}
.texmenu {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
	padding-top: 7px;
	padding-bottom: 6px;
}
.texmenu:hover {
	background-color: #EAEAEA;
}
.imagen-menu {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
/* menu despegable */
#menu-contenedor
{
	position: relative;
	height: 0px;
	margin-right: 49%;
	margin-left: 49%;
	clear: both;
}
#menu1Container
	{
	visibility:hidden;
	left:-210px;
	top:0px;
	overflow:hidden;
	position: absolute;
	}
#menu1Container, #menu1Content
	{
	position:absolute;
	width:272px;
	height:154px;
	clip:rect(0 272 154 0);
	}
.menu-despegable
{
	background-color: #E1E1E1;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	font-weight: bold;
	color: #666666;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	width: 200px;
}
.menu-despegable:hover
{
	background-color: #EAEAEA;
}

