﻿@import url(layout.css);
body {
				color: #000;
				font-size: small;
				font-family: Arial, Helvetica, sans-serif;
				font-style: normal;
				background-color: #abc;
}
#container {
				background-position: center center;
				width: 800px;
				margin: 0 auto;
				background: #fff url('../images/fondo.jpg') top;
}
#masthead {
				text-align: justify;
				width: 800px;
				height: 300px;
				background-image: url('../images/encabezadoe.png');
}
#navigation {
				background-position: right center;
				background-color: #B0C773;
				overflow: hidden;
				background-image: url('../images/navigation.gif');
				background-repeat: no-repeat;
}
#column_l {
				padding: 0px;
				margin: 20px 40px 40px 0px;
				text-align: justify;
				position: static;
				float: right;
				height: auto;
				width: 560px;
}
#column_r {
				padding: 10px;
				text-align: center;
				margin: 30px;
				position: static;
				float: left;
				font-size: x-small;
				height: auto;
				width: 120px;
}
#footer {
				text-align: center;
				background-color: #A1BC2E;
				padding: 20px 40px 20px 40px;
				font-size: x-small;
}
/* Estilos de cabecera */
#masthead img {
	float: left;
}
#masthead p {
				color: #FFFFFF;
				font-size: x-small;
				text-align: justify;
				margin: 10px 15px 0 15px;
				text-decoration: none;
}
/* Estilos de exploración */
#navigation ul {
				list-style-type: none;
				width: 100%;
				margin: 0px;
				padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
				color: #000;
				text-decoration: none;
				padding: 5px 20px 5px 20px;
				display: block;
				border: 1px solid #d3d3d3;
				text-transform: uppercase;
				font-size: x-small;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Estilos de contenido */
h1 {
	color: #965;
	font-size: xx-small;
}
h2 {
	color: #965;
	font-size: x-small;
}
h3 {
	color: #965;
	font-size: small;
}
h4 {
	color: #965;
	font-size: medium;
}
h5 {
	color: #965;
	font-size: large;
}
h6 {
	color: #965;
	font-size: x-large;
}
big {
	color: #965;
	font-size: xx-large;
}
#column_r p {
				color: #FFFFFF;
				font-size: xx-small;
				text-align: center;
				margin: 0;
				padding: 5px;
				font-weight: bold;
				text-decoration: blink;
}
#column_r h4 {
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
				font-size: x-small;
}
/* Estilos de pie de página */
#footer a {
	color: #000000;
	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;
}

