.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 275px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
	background: transparent url(images/boton_azul.jpg) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	line-height:15px;
	width: 275px;
	font-family: "Tahoma",arial,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/boton_azul.jpg) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 275px;
	height: 25px;
	padding-top: 5px;
	background: transparent url(images/boton_azul.jpg) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	color: #ffb813;

	background: transparent url(images/boton_negro.jpg) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
		color: #ffb813;

	background: transparent url(images/boton_negro.jpg) top right no-repeat;
}

