/* Just a few basic page styles */
body {
	font-size: 10px;
	font-family: Trebuchet MS;
}
#mainnav {
	width: 765px;
	height: 35px;
	color: #999;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: right;
	list-style: none;
	line-height: 1em;
	color: #999;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 2px 4px;
	color: #242424;	
	background-color: transparent;
	text-decoration: none;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three {
		color: #fff2c9;
	text-align: left;
	font-size: 1em;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #cc0100;
	background-color: #e24100;
	margin: 0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#nav li li {
	padding: 0;
	width: 140px; 
}
#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: transparent;
	color:#fff2c9;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #fff2c9;
	background-image: none;
}
#nav li ul.under a:hover {
	background: #cc0100;
	color: #fff2c9;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff2c9;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff2c9;
	background-color: #ffae00;
}
/* -------------------------- */

/* -------------------------- */
/* If you need to have a second set of drop menus on the same page (No!!!),
   they need to have a set of styles as well. If they need to look
   the same, you could fold these references to #secnav into the
   styles above. Otherwise - a separate CSS file would be the way
   to go. I've included them here for this example...
 */
/* -------------------------- */
/* Begin our secondary navigation styles */
#header {
	width: 100%;
	height: 23px;
	color: #999;
	background-color: #ccc;
}
#secnav, #secnav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* Here are the top secondary navigation links */
#secnav a {
	display: block;
	padding: 5px 20px;
	color: #000;	
	background-color: #ccc;
	text-decoration: none;
}
#secnav a.one, #secnav a.two, #secnav a.three {
	text-align: left;
	font-size: 1em;
}
#secnav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#secnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #ccc;
	margin: 0;
}
#secnav li li {
	padding: 0;
	width: 140px; 
}
#secnav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
#secnav li:hover ul ul, #secnav li:hover ul ul ul, #secnav li.sfhover1 ul ul, #secnav li.sfhover1 ul ul ul {
	left: -999em;
}
#secnav li:hover ul, #secnav li li:hover ul, #secnav li li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul, #secnav li li li.sfhover1 ul {
	left: auto;
}
/* -------------------------- */
/* The background and color of the main nav link while looking at the dropdown
   (a little different than the method used on the main nav...) */
#secnav li:hover a.one, #secnav li.sfhover1 a.one,
#secnav li:hover a.two, #secnav li.sfhover1 a.two,
#secnav li:hover a.three, #secnav li.sfhover1 a.three {
	color: #fff2c9;
	background-color: #663;
}
/* -------------------------- */
/* The dropdown links list colors */
#secnav li ul.under a {
	color: #000;
}
#secnav li ul.under a:hover {
	background: #999;
	color: #fff2c9;
}
/* -------------------------- */
#content {
	clear: left;
}
.Estilo3 {
	font-size: 10px;
	font-family: "Trebuchet MS";
	color: #fff2c9;
}