/*

	terrafirma1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
padding: 0px;
margin: 0px;
}

body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	background-color: silver;
	background-repeat: repeat-x;
}

a
{
color: #FF7800;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

sup
{
font-size: 0.5em;
}

p
{
margin-bottom: 14px;
text-align: justify;
}

#outer
{
  width: 1000px;
  margin: 0 auto;
  background-color: #6f9c6f;;
}

#banner_izq {
  width: 150px;
  float:left;
}

#banner_der {
  width: 150px;
  float:left;
}

#banner_izq img, #banner_der img {
  border: none;
  max-width: 148px; /* Limita la anchura de las imágenes */
}

#inner
{
  float:left;
  position: relative;
  padding: 0px;
  background-color: #6f9c6f;
}

#header
{
	position: absolute;
	width: 203px;
	height: 98px;
	color: #fff;
	padding-left: 20px;
	background-color: #6f9c6f;
	background-repeat: repeat-x;
	background-image: url(../Imagenes/Logonuevo.jpg);
}

#header span
{
font-weight: normal;
}

#header h1
{
position: absolute;
font-size: 23px;
letter-spacing: -1px;
top: 30px;
height: 92px;
}

#header h2
{
position: absolute;
font-size: 10px;
font-weight: normal;
color: #FCE2CA;
top: 51px;
}

#header sup
{
color: #FCE2CA;
}

#splash
{
	position: absolute;
	right: 30px;
	width: 700px;
	height: 92px;
	background-color: #EAEAE2;
	background-image: url(Imagenes/TOP.jpg);
	background-repeat: no-repeat;
}

.contenido, #contenido
{
  display:block;
  background-color: #6f9c6f;
}

.logo_cabecera
{
  width: 320px;
  height: 100px;
}

.imagen_cabecera
{
  width: 680px;
  height: 100px;
}

.cuerpo
{
  width: 680px;
  float:left;
  background-color:#e0fee1;
  min-height: 600px;
  padding:10px;
}

.pie
{
  width: 1000px;
  float:left;
  color:#FFFFFF;
  background-color:#758279;
  margin-bottom:10px;
}

.cuerpo img {
  border: none;
  max-width:680px;
}

a:visited, a:link {
	color: #FF6600;
}

/* Para colorear las noticias: */
.noticia5 {
	font-size: 10;
	color: #009900;
}
.noticia6 {
	font-size: 9px;
	color: #0000FF;
}

.Estilo5 {
	font-size: 10px;
  font-weight: bold;
  text-align: left;
	color: #003366;
}
.Estilo6 {
	font-size: 9px;
	color: #0000FF;
}

.Estilo5 a, .Estilo6 a {
	color: #FF6600;
}

.tit_tabla, td.datos span, td.datos {
  color: white;
  background-color: #003300;
}

div.datos table tr td {
  /* border: 1px solid black; */
}

