﻿@import url('../layout.css');

#container {
	margin: 0 auto;
	height: 100%;
	background-color: #DDDDDD;
	font-family: Verdana, arial, sans-serif, times;
	font-size: xx-small;
	font-weight: normal;
	color: #333333;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #800000;
	height: 26px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #999999;
}
#masthead a{
	color: #FFFFFF;
	font-size: x-small;
	font-family: verdana;
	font-weight: bold;
}

#navigation_superior {
	background-color: #9C221F;
	height: auto;
	width: auto;
	font-size: 11px;
}

#page_content {
	position: relative;
}
#navigation_superior ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	vertical-align: middle;
	height: 25px;
	display: block;
}

#navigation_superior li {
	border: 0px solid #999999;
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}
#navigation_superior a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #851E1B;
	background-color: #9C221F;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#navigation_superior a:hover {
	border: 1px solid #FFFFCC;
	color: #800000;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	font-family: Verdana, arial, sans-serif, times;
	color: #000000;
	font-size: x-small;
	font-weight: normal;
}
#content {
	margin-left: 1px;
	padding: 5px;
	background-color: #fff;
}
#content img{
	border: 2px solid #E0E0E0;
	margin: 4px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #840000;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, arial;
	font-size: small;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: x-small;
	margin: 0 5% 0 0;
	font-family: Verdana, arial, sans-serif, times;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
#masthead a {
	}

h6 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
}
h5 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
}
h4 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
}
h3 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
}
h2 {
	font-family: Verdana, arial, sans-serif, times;
	color: #003300;
	font-size: x-small;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #CC0000;
	font-size: small;
	font-weight: bold;
}
/* Estilos de exploración */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif, times;
	font-size: xx-small;
	color: #CCCCFF;
}
#sidebar li {
	display: block;
	border: 1px solid #DDDDDD;
	background-color: #C0C0C0;
	text-align: center;
	color: #000000;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 3%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 10px;
	border-bottom-color: #B7B7B7;
	background-color: #DDDDDD;
	text-align: left;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #EAEAEA;
	font-family: verdana, Arial, serif;
	font-size: 10px;
	border-bottom-color: #B6B6B6;
}
/* Estilos de pie de página */
#footer p {
	font-size: small;
	font-family: Verdana, arial, sans-serif, times;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
#footer a {
	color: #FFFF99;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
}
#footer a:hover {
	color: #FFFF99;
	text-decoration: none;
	background-color: #1A000D;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
