﻿#menuPart {
	padding: 0px;
	margin: 0px;
	width: 140px;
	vertical-align: top;
	top: 0px;
	left: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#menuPart ul, li {
	list-style-type: none;
}
#menuPart ul {
	margin: 0px;
	padding: 0px;
}
#menuPart li {
	list-style-type: none;
}
#menuPart a {
	background-color: #9F9F9E;
	border: 1px solid #898988;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 3px;
	margin-right: 1px;
	text-align: left;
	display: block;
	text-decoration: none;
	width: 97%;
}
#menuPart .botonPRINCIPAL {
	background-color: #003366;
	border: 1px solid #003366;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:left;
	width: 97%;
	margin-top: 3px;
}
#bloque {
	color: #F9FCFF;
	height: 100%;
}