

/* CSS Document */

body{ background:#333333 ;
 padding:0px;
  margin:0px;
  font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   text-align:center;
  }


-----------------

/*
  project: CSS - table design
  type: stylesheet
  description: foggycountry
*/
.tabla {
  border-collapse: collapse;
  border: 2px solid #C5BA85;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #000000;
  background: #BFE756;
  }
.tabla caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  background: transparent;
  }
.tabla td, th {
  color: #636363;
  border: 1px solid #cc9;
  padding: .3em;
  }
.tabla thead th, tfoot th {
  font: normal 11px georgia, verdana, arial, helvetica, sans-serif;
  border: transparent;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #000000;
  background: #C5BA85;
  }
.tabla tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  }
.tabla tbody td a:hover {
  background: transparent;
  color: #636363;
  }
.tabla tbody th a {
  font: normal 11px georgia, verdana, arial, helvetica, sans-serif;
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-weight:normal;
  }
.tabla tbody th a:hover {
  background: transparent;
  color: #000000;
  }
.tabla tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.tabla tfoot td {
  border: 1px solid #C5BA85;
  background: #C5BA85;
  }
.odd {
  background: #91AB59;
  }
.tabla tbody tr:hover {
  color: #000000;
  background: #DDCFAE;
  }
.tabla tbody tr:hover th,
.tabla tbody tr.odd:hover th {
  background: #C5BA85;
  }
------
















p{

font:12px arial, Verdana, Tahoma, sans-serif;
color: #000000;

}


h1 {
font-family:		"Trebuchet MS",Arial, Helvetica, sans-serif;
height:				24px;
color: #ffffff;

}

h2 {
font-family:		"Trebuchet MS",Arial, Helvetica, sans-serif;
height:				20px;
color: #ffffff;

}

h3 {
font-family:		"Trebuchet MS",Arial, Helvetica, sans-serif;
height:				18px;
color: #ffffff;

}

h4 {
font-family:		"Trebuchet MS",Arial, Helvetica, sans-serif;
height:				16px;
color: #ffffff;

}






#menu {

	background: #5F5800;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 230px;
}
#menu li {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	
}
#menu a {
	background: #000000 ;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	
	text-decoration: none;
}
#menu a:hover {
	background: #5F5800 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}









.textofooter {
	color: #000000;
	
	font-family: verdana;
	font-size: 10px;
}

.textofooter a:link{
	color: #000000;
	
}

.textofooter a:hover{
	color: #666666;
	
}

.cajatexto {
    background-color:#817D36;
	color:#333333;
	padding: 10px;
	width: 550px;
text-align: justify; 



}