/* Division del layout */
body
{
	border: 0;
	background: left top url("fondodarwin.jpg") no-repeat #fff;
	background-color: #F0EADA;
	font: 18px Georgia, "Times New Roman", Trebuchet, Garamond, serif;
	color: #000;
	text-align: left;
}

#contenedor
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	text-align: left;
	background: transparent no-repeat right bottom url("fondoiguana.jpg");
	color: #000;
}

#encabezado
{
	width: 700px;
	height: 275px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline;
}

#cambiaestilos
{
	left: 575px;
	top: 200px;
	width: 130px;
	height: auto;
	position: absolute;
	border: 1px solid #000;
}

fieldset
{
	font-size:16px;
	background-color: #f0eada;
	border: 1px solid #000;
	text-align: center;
}

legend
{
	font-size:16px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #000;
	padding: 0;
}

#fichaytexto
{
	display: block;
	width: auto;
	height: auto;
	margin-top: 270px;
	padding-left: 10px;
	padding-right: 10px
}

.fichapagina
{
	width: auto;
	height: auto;
	border: 7px double #e1c798;
	background: #fff no-repeat right bottom url("fondobrujula.jpg");
	display: block;
	padding-left: 0px;
	padding-right: 0px;

}

.cuerpotexto
{
	width: auto;
	height: auto;
	display: block;
	line-height: 2em;
	margin-right: 25px;
	margin-left: 10px;
	margin-top: 10px;
	font: 18px Georgia, "Times New Roman", Trebuchet, Garamond, serif;
	color: #000;
}

.cuerpotexto  ul li
{
	line-height: 2em;
	list-style-position: outside;
	list-style-type: square;
}

#destacado
{
	font-weight: bold;
	border: 1px solid #000;
	background-color: #9C9;
	display: block;
	padding: 8px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.formularios
{
	margin: 2px auto 2px auto;
	width: 450px;
	background-color: #fea;
	padding: 1px;
	border: 1px solid #000;
}

.enlace
{
	width: 100px;
	background-color: #fea;
	padding: 3px;
	border: 1px solid #000;
	text-indent: 0;
	margin-left: 40px;
}

/* Formateo de enlaces y pseudoclases */
a { font: 18px Georgia, "Times New Roman", Trebuchet, Garamond, serif; }

a:link
{
	font: 18px Georgia, "Times New Roman", Trebuchet, Garamond, serif;
	color: #669933;
}

a:visited
{
	font: 18px Georgia, "Times New Roman", Trebuchet, Garamond, serif;
	color: #339966;
	border-bottom: 1px dashed #396;
	text-decoration: none;
}

a:hover
{
	font: 18px Georgia, "Times New Roman", Trebuchet, Garamond, serif;
	color: #339933;
	border-bottom: 1px solid #393;
	text-decoration: none;
	border-color: #393;
}

a:active
{
	font: 18px Georgia, "Times New Roman", Trebuchet, Garamond, serif;
	color: red;
}

/* Formateo de texto en etiquetas html*/
p
{
	padding: 0px 5px 0px 5px;
	border: 0;
	text-align: left;
	color: #000;
	text-indent: 2em;
	line-height: 1.5em;
}

h1
{
	padding: 0px 10px 0px 10px;
	border: 0;
	text-align: left;
	color: #669966;
	font-style: italic;
	text-indent: 0em;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 26px;
}

h2
{
	padding: 0px 10px 0px 10px;
	border: 0;
	text-align: left;
	color: #669966;
	font-style: italic;
	text-indent: 0em;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 22px;
}

h3
{
	padding: 0px 10px 0px 10px;
	border: 0;
	text-align: left;
	color: #669966;
	font-style: italic;
	text-indent: 0em;
	line-height: 1.5em;
	font-size: 18px;
}

/* Lista de navegacion del encabezado*/
#navcontainer
{
	width: 100px;
	padding: 0 0 0 0;
	background: transparent;
	color: #000;
	margin: 10px 25px 10px 5px;
	position: absolute;
	top: 10px;
	left: 550px;
	display: inline;
	float: right;
	font-size: 14px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
	display: block;
	padding: 10px 10px 10px 48px;
	border: 1px solid #333;
	width: 100px;
	background-color: #fff;
	background-image:  url("downdarwin.jpg");
	font-size: 14px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover
{
	border: 1px solid #333;
	background-color: #ccc;
	background-image:  url("overdarwin.jpg");
	color: #000;
}

#active
{
	display: block;
	padding: 10px 36px 10px 22px;
	border: 1px solid #333;
	width: 100px;
	background-image:  url("activedarwin.jpg");
	color: #006600;
}

/*Lista de navegacion del pie de pagina*/
#piepagina { margin: 20px auto 25px 0px; }

#navpie ul
{
	margin: 20px;
	white-space: nowrap;
	padding: 0;
}

#navpie li
{
	display: inline;
	list-style-type: none;
	width: 100px;
}

#navpie a
{
	width: 100px;
	padding: 3px 8px 3px 36px;
	border: 1px solid #333;
	background-color: #fff;
	background-image:  url("downdarwin.jpg");
}

#navpie a:link, #navpie a:visited
{
	color: #000;
	text-decoration: none;
	width: 120px;
}

#navpie a:hover
{
	border: 1px solid #333;
	background-color: #ccc;
	background-image:  url("overdarwin.jpg");
	color: #333;
	width: 120px;
}

#activepie
{
	border: 1px solid #333;
	padding: 3px 36px 3px 8px;
	color: #333;
	background: #fff url("activedarwin.jpg") -40px;
	width: 120px;
}

#activepie a:link, #activepie a:visited, #activepie a:hover
{
	border: 1px solid #333;
	padding: 3px 36px 3px 8px;
	background-color: #fff;
	background-image:  url("activedarwin.jpg");
	color: #333;
	width: 120px;
}
