a {
	color: #4e54a8;
	text-decoration: none;
}

a:hover{
	color: #8ebdc3;
	text-decoration: underline;	
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	list-style:none;
	margin:0px;
	padding:0px;
}

#menuservicios{
	clear:both;
	float:left;
	position:relative;
	width:170px;
	padding:0px 0px 0px 0px;
	font-size: 11px;
	font-weight:bold;
	color:#4e54a8;
	border-left: 5px solid #8ebdc3;
	background-color:#e9ebf5;
	border-right: 1px solid #8ebdc3;
}

#foldheader{
	cursor:hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #4e54a8;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	padding:0px;

}


/* ---------------------listas-------------------*/


#menuservicios ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#menuservicios li {
	width: 170px;
}
#menuservicios li a{
	text-decoration:none;
}	
#menuservicios li a:hover {
	color:#999999;
	background-color:#E9EBF5;
}
#nav li {
background-color:#ffffff; 
text-align:left;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9EBF5;
	font-size: 10px;
	font-weight:normal;
}
#sub li{
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#ffffff;
	font-size: 11px;
	line-height: 28px;
	color: #4e54a8;
	font-weight:normal;	
	list-style:none;
	margin:0px;
	padding:0px;
	
}


