/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz1 {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz1 {
/* background color for the entire menu row */
	background-color: #59595B;
/* insure full width */
	width: 550px;
/* set height */
	height: 49px;
	margin: 0;
float:left;
}
div#menu_horiz1 ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
/* pushes the menu div up to give room above for background color to show */
	padding-top: 13px;
/* keeps the first menu item off the left side */
	padding-left: 10px;
}
/* menu list items */
div#menu_horiz1 li {
/* makes the list horizontal */
	float: right;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin: 0;
}
/* the links, that is each list item */
div#menu_horiz1 a {
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 6px 12px 6px 12px;
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: #FFF;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
font-weight: bold;
border-right: 1px solid #fff;
font-size: 12px;

}

div#menu_horiz1 li.menuactive a span{

border: 0px solid #000;
color: #F8BA43;
font-weight: bold;
}

div#menu_horiz1 li.menuactive a#Presupuesto{

border: 0px solid #000;
}

div#menu_horiz1 li#Presupuesto a{

border: 0px solid #000;
}


/* hover state for links */
div#menu_horiz1 li a:hover {;
/* set your image here, dark grey image with white text set above*/
	color: #F8BA43;
        font-weight: bold;
div#menu_horiz a span {
/* compensates for no left padding on the "a" */
	padding-left: 15px;
}
div#menu_horiz li.parent a span {
/* no left padding on the "a" we can set it here, it lets us use the span for an image */
	padding-left: 20px;
/* set your image here, down arrow to note it has children, left side of text */
	font-weight: bold;
	color: #F8BA43;
}
div#menu_horiz1 li.parent a:hover span {
	padding-left: 20px;
/* hover replaces default with right arrow image */
	font-weight: bold;
	color: #F8BA43;
}
div#menu_horiz1 li.menuactive a span {
	padding-left: 20px;
/* menuactive replaces default with right arrow image */
	font-weight: bold;
	color: #F8BA43;
}


div#menu_horiz1 li.currentpage h3 span {
	padding-left: 12px;
/* menuactive replaces default with right arrow image */
	font-weight: bold;
	color: #F8BA43;
}
div#menu_horiz1 .sectionheader span {
/* compensates for no left padding on the "sectionheader" */
	padding-left: 15px;
}

/* Stylesheet: Navegacion izquierda Modified On 2012-06-19 15:34:07 */
