﻿@import url("layout.css");
body {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	background-color:#FBBD90;
/*	background-color:#FFECB3; */
	background-image:url('../images/fondo17.png');
}
#container {
    border-top: 2px solid #8c8c8c;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color:#fff;
	color:maroon;
}
#masthead {
	text-align: center;
	background-color:black;
	background-image: url("../images/fondomenu.png");
}
#navigation {
	text-align:center;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color:#fcc;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
/* Cabecera */
#masthead h1 {
	color:#f50;
	margin-top:20px;
	margin-bottom: 10px;
}
#masthead h2 {
	color:#f53;
	margin-top: 10px;
	margin-bottom:20px;
}
/* Exploración */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0 30 0 30;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#B96328;
	border: 1px solid #c77;
	background-color:#EDECEC;
}

/* Tipografía del sitio */
h1 {
	font-size: xx-large;
	color: maroon;
}
h2 {
	font-size: x-large;
	color: maroon;
}
h3 {
	font-size: large;
	color: maroon;
}
h4 {
	font-size: medium;
	color: maroon;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
#resumen p,ol {
	color:maroon;
	font-size:medium;
	text-indent:25px;
	text-align:justify;
}
/* Pie de página */
#footer p {
	font-size: small;
	color: #c77;
}
/* Vínculos */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
/* Vínculos en tablas */
#tabla a {
	text-decoration: none;
	color: maroon;
}
#tabla a:hover {
	color: #9c9;
	text-decoration: underline;
}

/* Otros */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}