﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 970px;
	height: 100%;
	background-color: #330049;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #2E005B;
	height: 67px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #FFCC66;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 20px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #CCCCCC;
}
#content {
	margin-left: 20px;
	padding: 10px;
	background-color: #FFFF99;
}
#content img {
	margin: 4px;
	border: 6px solid #FFFF99;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #40174F;
	text-align: center;
	color: #FF9933;
}
#masthead img {
	float: left;
}
#masthead a {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #FFFF00;
}

#masthead p {
	font-size: xx-small;
	margin: 0 2% 0 0;
	font-family: Verdana, arial, sans-serif, times;
	color: #CCCCCC;
	font-weight: normal;
}
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: #6A2B00;
	font-size: small;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
	font-size: medium;
	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 #511D65;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #DFDFDF;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	border-bottom-color: #361344;
	background-color: #40174F;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #5F346B;
	font-family: verdana, arial;
	font-size: x-small;
	border-bottom-color: #4A1B5C;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFF00;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
	font-family: Verdana, arial;
	font-size: x-small;
	font-weight: bold;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}