body {
margin: 0;
padding: 0;
background: white;
font-family: verdana, arial, sans-serif;
font-size:11px;
background: #fcfcfc url('background.gif') repeat-x;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 0;
text-align: right;
font-family: verdana, arial, sans-serif;
font-size:12px;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0px;
line-height: 20px;
text-align: right;
border: 0px;
background: #fff;
padding-right:12px;
padding-top:2px;
padding-bottom:4px;
background-image: url(fondo_menu.gif);
}
#titulo {
text-align: right;
margin-top:5px;
border: 0px;
padding-right:60px;
padding-top:5px;
padding-bottom:20px;
background-image: url(fondo_titulo.gif);
background-repeat: no-repeat;
font-family: verdana;
font-size: 12px;
font-weight:bold;
color:#ffffff;
}
#menu dd {
padding-top:10px;
padding-bottom:10px;


}
#menu li {
text-align: right;
background: #fff;
padding-right: 5px;

}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;

}

#menu li a:hover, #menu dd a:hover, #menu dt a:hover {
color:#8FB51F;
}
#menu li a:active, #menu dd a:active, #menu dt a:active {
font-weight: bold;
color:#8FB51F;
}

#texto
{
font-family:  Verdana,Arial, Helvetica;
font-size: 11px;
}
	
a:link {
  font-family:  Verdana,Arial, Helvetica;
	font-size: 11px;
	color: #a71a3a;
	font-weight: normal;
	text-decoration: none;
	}
	
a:visited {
font-family:  Verdana,Arial, Helvetica;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	}
	
a:hover, a:active {
 font-family:  Verdana,Arial, Helvetica;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	}
	
	


	
/* 6)-=-=-=- Forms -=-=-=- */
	
input {
font-family: Verdana, Helvetica;
	border: 1px solid #99cc00;
	color: #444444;
  background: #f7f7f7;
	padding: 2px 5px 1px 5px;
	font-size: 11px;
	}
	
input:hover {
		border: 1px solid #105996;
	background: #f7f7f7;
	color: #444444;
	font-size: 10px;
	}
	
textarea {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	border: 1px solid #99cc00;
	background: #f7f7f7;
	color: #444444;
	padding: 2px 5px 1px 5px;
	width: 350px;
	}
	
textarea:hover {
	background: #f7f7f7;
	border: 1px solid #99cc00;
	color: #444444;
	}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}

	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	