body {
background-color: #EBEBEB;
color: #333;
margin:1em;    /* gives some air for the pagewrapper */
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
min-height: 100%;
height: 100%;
}

h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}

.Box
{
   border: 1px solid #CCCCCC;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 80em;   /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;;
   color: black;
	
}

a.TituloLink:link
{
	color: #89FF2F; 
	font-weight: normal; 
	text-decoration: none;
}
a.TituloLink:visited
{
	color: #89FF2F; 
	font-weight: normal; 
	text-decoration: none;
}
a.TituloLink:hover
{
	color: #FFFFFF; 
	font-weight: normal; 
	text-decoration: none;
}
a.rmadera:active
{
	color: #FFFFFF; 
	font-weight: normal; 
	text-decoration: none;
}

a.rmadera:link
{
	color: #006400; 
	font-weight: normal; 
	text-decoration: none;
}
a.rmadera:visited
{
	color: #006400; 
	font-weight: normal; 
	text-decoration: none;
}
a.rmadera:hover
{
	color: #006400; 
	font-weight: normal; 
	text-decoration: underline;
}
a.rmadera:active
{
	color: #006400; 
	font-weight: normal; 
	text-decoration: none;
}

a.contenido:link
{
	color: #006400; 
	font-weight: bold; 
	text-decoration: none;
}
a.contenido:visited
{
	color: #006400; 
	font-weight: bold; 
	text-decoration: none;
}
a.contenido:hover
{
	color: #006400; 
	font-weight: bold; 
	text-decoration: underline;
}
a.contenido:active
{
	color: #006400; 
	font-weight: bold; 
	text-decoration: none;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #000000;
   background-color: #BFC75A; /* same bg color as in header */
}

div#footer p {
   font-size: 0.9em;
   padding: 0.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #000000; /* needed becouse footer link would be same color as background otherwise */
}

