@CHARSET "ISO-8859-1";

.boxPagina2 {
	clear: both;
	width: 900px;
	text-align: center;
	margin: 0 auto;
}

.menu01, .menu02, .menu03, .menu04 {
	color: #58595b;
	text-align: left;
	margin-top: 10px;
	width: 220px;
	height: 200px;
	padding: 0;
	font-size: 13px;
	letter-spacing: 1px;
}

.menu01, .menu02 {
	margin-right: 5px;
	border-right: 1px solid #e2ecf1;
}

.menu01 {
	display: inline;
	float: left;
}

.menu02 {
	float: left;
}

.menu03 {
	margin-right: 6px;
	border-right: 1px solid #e2ecf1;
	float: left;
}

.menu04 {
	margin-right: 4px;
	float: left;
	width: 210px;
}

.itemPrincipal {
	width: 210px;
	padding: 6px 0px 6px 5px;
	background-color: #84a2cf;
	color: white;
	font-weight: bold;
}

.subItem {
	font-size: 11px;
	width: 205px;
	padding: 6px 0px 6px 10px;
	border-bottom: 1px solid #6087bb;
	background-color: white;
}

.subItem a {
	text-decoration: none;
	color: #4a92c5;
}

.subItem a:hover {
	text-decoration: underline;
	color: #9ed1fd;
}

.subItem2 {
	font-size: 11px;
	width: 205px;
	padding: 6px 0px 6px 10px;
	border-bottom: 1px solid #6087bb;
	background-color: white;
}

.subItem2 a {
	text-decoration: none;
	color: red;
}

.subItem2 a:hover {
	text-decoration: underline;
	color: #9ed1fd;
}
