/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 956px;
	margin: 0;
	float: left;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 960px;
}
.bubplastic.horizontal ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #680000;
}

.bubplastic.horizontal ul li a {
	height: 30px;
	font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 135px;
	margin: 0px;
	display: block;
	background-image: url(../images/menuSec/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	background-color: #a20f02;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	padding-top: 7px;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	width: 129px;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: url(../images/menuSec/button-act.gif) no-repeat left top;
	float: left;
	height: 30px;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: url(../images/menuSec/button-act.gif) repeat-x;
	float: left;
}
.twoColFixRtHdr #container #menuprincipal map {
	text-decoration: none;
}

