*{
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font: normal normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333;
	text-align: justify;
}
p{
	font: normal normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333;
	text-align: justify;
}

a{
	color: #96AB32;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	background-color:#96AB32;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
hr{ 1px;
color:#96AB32;
}
/**************************************************************
                     ESTRUCTURA PRINCIPAL 
**************************************************************/
#principal {
	width: 1000px;
/*	margin: 0 auto 0 auto;*//* para centrar*/
/*	text-align: center;*/
	background: #FFF;
	background: url(../img/borde_principal.png);
}
#header {
	width: 900px;
	height: 250px;
	margin: 0 auto 0 auto;
	background: #FFF url(../img/linea_header_bottom.png) repeat-x bottom;
}
#main {
	text-align: justify;
	width: 900px;
}
#footer {
	clear: both;
	border-bottom: 20px #B2C945 solid;
	height: 25px;
	
}
/**************************************************************
                     ESTRUCTURA MAIN 
**************************************************************/
#menu {
	width: 270px;
	float: left;
}

.content {
	width: 530px;
	float: left;
	margin-left: 30px;
}
.content h2 {
	font-size: 1.8em;
	color: #006600;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: normal;
}
.content h3 {
	font-size: 1.4em;
	color: 
	margin-top: 16px;
	margin-bottom: 10px;
	color: #96AB32;
}
.content h4 {
	font-size: 12px;
	color: 
	margin-top: 16px;
	margin-bottom: 10px;
	color: #96AB32;
}
.content a{
	color: #96AB32;
	text-decoration:none;
	font-size: 14px;
}
.content a:hover{
	color: #ffffff;
	background-color:#96AB32;
	text-decoration:none;
}


/*************************************************************
                    ESTRUCTURA FOOTER
*************************************************************/
#menutop {
	width: 480px;
	font-size: 11px;
}
#menutop a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	color: #96AB32;
	text-decoration: none;
}
