.HeaderMenuVert {
	background-image: url(../menuvertical/header.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 216px;
}
.footerproductos {
	background-image: url(../menuvertical/footer.png);
	height: 29px;
	width: 216px;
	background-repeat: no-repeat;
}
.OpMenu {
	background-image: url(../menuvertical/off.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 216px;
}
.OpMenu:hover {
	background-image: url(../menuvertical/on.png);
	height: 30px;
	width: 216px;
	background-repeat: no-repeat;
}
.LinkOpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FF6600;
	text-decoration: none;
	margin-left: 15px;
	line-height: 25px;
	height: 25px;
	width: 186px;
	display: block;
	font-weight: bold;
}
.linkContBco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: underline;
}
.linkContBco:hover {
	color: #003399;
	text-decoration: none;
}
.TituloContBco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
	text-decoration: none;
}

.LinkOpMenu:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
