﻿#menuppal {
	padding: 0px;
	margin: 0px;
	width: 140px;
	font-family:Arial, Helvetica, sans-serif;
}
#menuppal ul, li {
	list-style-type: none;
}
#menuppal ul {
	margin: 0;
	padding: 0;
}
#menuppal li {
	list-style-type: none;
}
#menuppal a {
	background-color: #003366;
	border: 1px solid #18528E;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 3px;
	margin-right: 1px;
	text-align: left;
	display: block;
	text-decoration: none;
	width: 97%;
}
#menuppal .botonTITULO {
	background-color: #18528E;
	border: 1px solid #18528E;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:left;
	width: 97%;
}
#manuppal .blanco {
	background-color: white;
	height: 30px;
	width: 97%;
}
#bloque {
	color: #F9FCFF;
	height: 100%;
}

#menuCITY {
	padding: 0px;
	margin: 0px;
	width: 140px;
	vertical-align: top;
	top: 0px;
	left: 0px;
}
#menuCITY ul, li {
	list-style-type: none;
}
#menuCITY ul {
	margin: 0px;
	padding: 0px;
}
#menuCITY li {
	list-style-type: none;
	margin: 1px;
	border-bottom: 0px solid #286586;

}
#menuCITY a {
	font-family: Tahoma, Times New Roman, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #003366;
	border: thin solid #003366;
	margin: 0;
	padding: 3px;
	text-align: left;
	display: block;
	text-decoration: none;
}
#menuCITY a:hover {
	font-family: Tahoma, Times New Roman, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: WHITE;
	background-color: #66CC00;
	border: thin solid #66CC00;
	margin: 0;
	padding: 3px;
	display: block;
	text-decoration: none;
	text-align: left;
}
#menuH {
	padding:0px;
	list-style-type: none;
	text-align: center;
	float: left;
	clear:both;
	width:99%
}
#menuH li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
#menuH a  {
	padding: 3px 10px 3px 10px;
	border: 1px solid #CCCCFF;
	background-color: #E6F2FF;
	margin-right: 2px;
	margin-bottom: 2px;
}
#menuH a:hover {
	background-color:#99CCFF;
	cursor:pointer
}
#menuH .PRINCIPAL {
	padding: 3px 10px 3px 10px;
	background-color: #005BB7;
	color: #F9F9F9;
	font-weight: bold;
	border: 1px solid #003366;	
}