.uno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #283775;
	text-decoration: none;
}
.dos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #151515;
	text-decoration: none;
}
.tres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #AEAEAE;
	text-decoration: none;
}
.cuatro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #959595;
	text-decoration: none;
}

.cinco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #151515;
}
a:visited {
	color: #151515;
}
a:hover {
	color: #283775;
}
a:active {
	color: #151515;
}


h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: Gray;
}


#menu{
		width:224px;
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		margin-left: -40px;
		margin-top: -16px;
		margin-bottom: -16px;
		
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				background:url(images/menu_024_bg.jpg) no-repeat;
				text-indent:40px;
			}
				#menu li a{
					list-style:none;
					display:block;
					color:#283775;
					text-transform:uppercase;
					font-size:9px;
					text-decoration:none;
					height:23px;
					line-height:23px;
				}
					#menu li a:hover{
						background:url(images/menu_024_h.jpg) no-repeat;
						height:23px;
						line-height:23px;
						color:#283775;
						text-decoration:none;
					}
					#menu li a.current, #menu li a:hover.current{
						list-style:none;
						display:block;
						background:url(images/menu_024_h.jpg) no-repeat;
						color:#283775;
						text-transform:uppercase;
						font-size:9px;
						text-decoration:none;
						height:23px;
						line-height:23px;			
					}



