/*
	Menu Vertical
*/
#menuv {
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 0 1px;
	width: 160px;
	font: 80% "Verdana", Times New Roman, Times, serif;
	
}

#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv li {
	border-bottom: 1px solid #ACCFE8;
}

#menuv a {
	text-decoration: none;
	color: #3366CC;
	background: #F0F7FC;
	display: block;
	padding: 3px 6px;
	width: 148px;
}

#menuv a:hover {
	background: #f2b014;
}

/*
	Menu Horizontal
*/
#menuh {
	font: 60% "Verdana", Times New Roman, Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	width: 961px;	
	background: #ff5c01;
	height: 12px;	
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #ffffff;
	background: #f25705;	
	padding: 4px 10px 4px 10px;
	text-align: center;	
	border: 0px solid #ff5c01;
	border-width: 1px 3px 1px 1px 0;
	height: 7px;
}

#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background: #f2b014;
}
#menuh a:active {
	background: #69943e;
}


