﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #fff;
	background-repeat:repeat;background-image:url('images/fondo.png'); 
}
#container {
	padding: 0px;
	border: 0px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, "Times New Roman", Times, Georgia, serif; 
	font-size: 18px;
	font-style:normal;
	color:#800000;
	text-align:justify;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 100%;
	padding: 0;
}
#navigation {
	margin-right: 0px;
	margin-left: 0px;
	color:#006600;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
}
#column_l {
	position: relative;
	width: 610px;
	margin: 0 310px 0 0;
	padding: 0 2%;
	float: left;
	text-align:justify;
}
#column_r {
	float: none;
	width: 300px;
	margin: 0px;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	text-align:right;
}
#footer {
	text-align: center;
	position:static;
	width: 610px;
	width: 950px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Estilos de cabecera */
#masthead img {
	float: left;
}
/*
#masthead h1 {
	color:#024930;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
*/
/* Estilos de exploración */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font-size:20px;
	font-weight:bold;
	color:#006600;
}
#navigation a {
	color:#006600;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #bbb;
}
#navigation a:hover {
	background-color:#FD7D37;
	border: 1px solid #f2f2f2;
}
/* Estilos de contenido */
h1 {
	color:green;
	font-size: 2.0em;
}
h2 {
	color: #006600;
	font-size: 1.75em;
}
h3 {
	color:green;
	font-size: 1.5em;
}
h4 {
	color:maroon;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color:maroon;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
p {
	text-indent:30px;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Estilos de pie de página */
#footer p {
	color:#360;
	font-size: xx-small;
	font-weight:bold;
	margin-top: 2px;
	margin-bottom: 6px;
	color:#006600;

}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Estilos de vínculos */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
