﻿@import url("layout.css");
body {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color:#99CCFF;
/*	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;
	width:840px;	
}
#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:#fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
/* Cabecera */
#masthead h1 {
	color:#009;
	margin-top:20px;
	margin-bottom: 10px;
}
#masthead h2 {
	color:#06F;
	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:#006;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#E6B10F;
	border: 1px solid #orange;
	background-color:#006;
}

/* Tipografía del sitio */
h1 {
	font-size: xx-large;
	color: navy;
}
h2 {
	font-size: x-large;
	color: navy;
}
h3 {
	font-size: large;
	color: navy;
}
h4 {
	font-size: medium;
	color: navy;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: blue;
}
h6 {
	font-size: xx-small;
	color: blue;
}
#resumen p,ol {
	color:navy;
	font-size:medium;
	text-indent:25px;
	text-align:justify;
}
/* Pie de página */
#footer p {
	font-size: small;
	color:navy;
}
/* Vínculos */
a {
	color:navy;
	text-decoration: underline;
}
a:hover {
	color:orange;
	text-decoration: none;
}
/* Vínculos en tablas */
#tabla a {
	text-decoration: none;
	color: navy;
}
#tabla a:hover {
	color: orange;
	text-decoration: underline;
}

/* Otros */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}