﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
}

a:active     { color: #FF0000 }
a            { color: #996633 }
a:link       { color: #996633 }
a:visited    { color: #996633 }
a:hover      { color: #CC9900 }
.parrafo     { padding-left: 5px; padding-right: 5px;  }
.titulo      { font-size: 14pt; color: #800000; text-align: center; font-weight: bold }
img {
	border: 0px;
}

/* LINKS */

#exploracion a
{
	padding: 5px 0px 0px 5px;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
#exploracion a:hover
{
	color: #666666;
	text-decoration: none;
}


#titular     {  width: 760px; height: 140px; position: relative; float: left}

#pie         { position: relative; width: 760px; height: 140px; float: left }

#exploracion {
	margin: 0px;
	width: 160px;
	position: relative;
	float: left;
	height: 365px;
	background-image: url('imagenes/exploracion.jpg');
}

#contenido {
	background-position: center top;
	width: 600px;
	position:relative;
	float: right;
	background-image:url('imagenes/contenido.jpg');
	background-repeat:no-repeat;
	background-attachment:scroll
}