@charset "utf-8";
ul.menu
{
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}
ul.menu li
{
	position:relative;
	float: left;
}
ul.menu ul
{
	position:absolute;
	display:none;
	list-style:none;
	top: -1px;
	left: 90px;
}
ul.menu li:hover > ul
{
	display:block;
}

ul.menu> li > ul /* Solo para los ul debajo de los li de primer nivel. */
{
	position:absolute;
	left:-41px;
	top:40px;
	display:none;
	list-style:none;
	text-indent: 0px;
}
ul.menu > li /* Sólo para li de primer nivel */
{
	display:inline;
}

.boton_barra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	color: #333333;
	float: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.boton_barra:hover {
	background-image: url(../img/boton_barra_activo.png);
	cursor: pointer;
}

.fodo_submenu {
	width: 110px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.fodo_submenu:hover {
	background-image: url(../img/boton_barra_activo.png);
}
.caja_submenu {
	float: left;
	border: 1px solid #FFA70E;
	background-image: url(../img/fondo_submenu.png);
}
