﻿@import url("layout.css");

/* Contenedor */
#container {
	font-family: Times, serif;
	font-size: 1em;
	width: 526px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 0px solid gray;
	background-color: #fff;
}
/* Cabecera */
#masthead {
	width: 526px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
}
/* Contenido */
#content {
	position: center;
	width: 526px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 12px;
}
/* Navegación */
#navigation {
	width: 526px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	
}

/* Pie de página */
#footer {
	clear: both;
	width: 526px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 24px;
	text-align: center;
	padding-top: 6px;
}
/* Estilos de cabecera */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Estilos de exploración */



/* Estilos de contenido */
#content caption {
	font-size: 50%;
	color: black;
}
#content h6 {
	font-size: 80%;
	color: darkred;
}
#content h5 {
	font-size: 90%;
	color: darkred;
}
#content h4 {
	font-size: 100%;
	color: darkred;
}
#content h3 {
	font-size: 100%;
	color: darkred;
}
#content h2 {
	font-size: 100%;
	color: darkred;
}
#content h1 {
	font-size: 110%;
	color: darkred;
}
p {
	font-size: 1em;
	color: black;
	margin-top: 0;
	margin-bottom: 1em;
}
#content img {
	padding: 0px;
}
/* Estilos de pie de página */
#footer
p {
	font-size: 0.8em;
	color: gray;
}

/* Estilos de vínculo */
a {
	color: #008080;
	text-decoration: underline;
}
a:visited {
	color: #808080;
	text-decoration: underline;
}
a:hover {
	color: #C87100;
	text-decoration: underline;
}
a:active {
	color: #EC992E;
	text-decoration: underline;
}
/* Estilos de negrita y cursiva */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Estilo de marcador */
a:name {
	text-decoration: none;
}

/* Estilos de vínculo menu*/

#menu a {
	color: #006060;
	text-decoration: none;
}
#menu a:visited {
	color: #606060;
	text-decoration: none;
}
#menu a:hover {
	color: #C87100;
	text-decoration: underline;
}
#menu a:active {
	color: #EC992E;
	text-decoration: underline;
}

#menu0 a {
	color: #006060;
	text-decoration: none;
}
#menu0 a:visited {
	color: #606060;
	text-decoration: none;
}
#menu0 a:hover {
	color: #C87100;
	text-decoration: underline;
}
#menu0 a:active {
	color: #EC992E;
	text-decoration: underline;
}


/* Estilos de lista menu*/

#navi0	{
	list-style-type: none;
	padding-left: 22px;
	margin: 0;
}

#navi0 li	{
	background-image: url(images/arrowheadyellow2.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 10px;
}

.redtext {
	color: #800000;
}

