body {
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tablaPrincipal {
	border: 10px solid #FFFFFF;
}
.celdaPrincipal {
	background-color: #fffce8;
	padding: 20px;
}
.celdaFooter {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #215c33;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
}
.celdaFooter2 {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #276b3b;
	padding-top: 5px;
}
.menu-a:link{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;	
}
.menu-a:visited{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.menu-a:hover{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	text-decoration:underline;
	color:#8ab828;	
}
.menu-a:active{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:underline;	
}
.titulosGrandes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #73472a;
}
.titulosChicosVerdes {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #215c33;
}
.textos {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #4d4b48;
}
.lista {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #575552;
	list-style-position: inside;
	list-style-image: url(../imgs/bullet.gif);
}
.link-a:link{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	color:#8AB828;
	text-decoration:none;	
}
.link-a:visited{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	color:#8AB828;
	text-decoration:none;
}
.link-a:hover{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	text-decoration:underline;
	color:#8AB828;	
}
.link-a:active{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	color:#8AB828;
	text-decoration:underline;	
}
.list-a:link{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:12px;
	color:#575552;
	text-decoration:none;	
}
.list-a:visited{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:12px;
	color:#575552;
	text-decoration:none;
}
.list-a:hover{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:12px;
	text-decoration:underline;
	color:#575552;	
}
.list-a:active{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:12px;
	color:#575552;
	text-decoration:underline;	
}
.textoPortada{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	color:#8AB828;
	text-decoration:none;
}
/* FORMS */
.FORM{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	color: #5B5A53;
	background-color: #DAD7C6;
	border: 1px solid #848278;
}
input:focus, textarea:focus{
background-color: #DAD7C6;
}