﻿/*
	Menu Vertical
*/
#menuv {
	width:162px;
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 511px;
	font-size:13px;
	font-weight: bold;
	position:absolute;
}

#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0px;
	padding: 0px;
}

#menuv li {
	border: 1px solid #333333;
}

#menuv a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 148px;
	background-color: #CA0028;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#menuv a:hover {
	background: #333333;
}

/*
	Menu Horizontal
*/
#menuh {
	margin-top: 45px;
	margin-left: 206px;
	position:absolute;
	height: 35;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 670;
}

#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: #333333;
	display: block;
	padding: 4px 16px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#menuh a#primero {
	border-left: 1px solid #000000;
}

#menuh a:hover {
	background: #CA0028;
}
