
/* new menu */

.menu_v2-table {
	/*background-color: #e5ede5; PAGINA */
	/*height: 350px; en html.menu x ie */
	/*padding: 10px; en html x ie */
}

.menu_v2-td-top {
	height: 15px;
}

.menu_v2-td-bottom {
	height: 100%; /*10px;*/
}

.menu_v2-td-link {
	height: 20;
	vertical-align: top;
}

.menu_v2-td {
	text-align: right;
}

.menu_v2-div {
	margin-right: 20px;
}

.menu_v2-td-img {
/*	padding-top: 2px;
	padding-right: 5px;
	padding-left: 8px; html.menu x ie */
	vertical-align: middle;
}

.menu_v2 {
	color: #333333;
}

.menu_v2Click {
	color: #184878;
	background-image: url(../imagenes/menu_v2_boton.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	height: 35;
}

.menu_v2Over {
	text-decoration: underline;
}

.menu_v2Out {
	text-decoration: none;
}

