body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
}



.FondoMenuVertical {
	background-image: url(images/base-portafolio2.png); background-repeat: no-repeat;
	width: 477px;
	height: 527px;
	display: block;
	position: relative;
}
.FondoListaMenuVertical {
	height: 90px;
	width: 195px;
	position: relative;
	float:left;
	padding-bottom:7px;
}

.FondoListaMenuVertical a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 100%;
	width: 100%;
	
}
.FondoListaMenuVertical a:hover {
	font-size: 12px;
	color: #79d300;
}

#ContenidoMenuVertical {
	position: absolute;
	width: 450px;
	height: 393px;
	overflow:hidden;
	left: 30px;
	top: 90px;
}
.TextoMenuVertical {
	position: absolute;
	height: 90px;
	width: 190px;
	left: 22px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.TextoMenuVertical a {
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 20px;
	width: 190px;
	padding-top: 67px;
	padding-bottom: 7px;
	line-height: 9px;
}
.TextoMenuVertical a:hover {
	color: #79d300;
	font-size: 11px;
}
