﻿@import url("../../layout1.css");


#container {
 height: 100%;
 background-color: #383C1E;
 font-family: Verdana, arial, sans-serif, times;
 font-size: 11px;
 font-weight: normal;
 color: #333333;
}
#masthead {
 width: 100%;
 overflow: auto;
 text-align: center;
 background-color: #383C1E;
 height: 120px;
 font-family: Verdana, arial, sans-serif, times;
 font-size: 11px;
 color: #000000;
 font-weight: bold;
}
#page_content {
	position: relative;
	top: 0px;
	left: 0px;
}
#sidebar {
	position: relative;
	float: left;
	width: 180px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #FFFFFF;
}
#content {
	margin-left: 180px;
	padding: 10px;
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#content img{
	margin: 6px;
	border: 6px solid #CCCCCC;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #35381D;
	text-align: center;
	color: #FFFFFF;
}
#masthead img {
	border-width: 0px;
	float: left;
	margin-bottom: 1px;
}
#masthead p {
	font-size: 11px;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#masthead a {
	font-size: 11px;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFF00;
	font-weight: normal;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#masthead h1 {
 font-size: 11px;
 margin-right: 1%;
 font-family: Verdana, arial, sans-serif, times;
 color: #FFF;
 font-weight: bold;
 margin-left: 0;
 margin-top: 0;
 margin-bottom: 0;
 text-align: center;
}

h6 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
	font-size: 11px;
}
h5 {
 font-family: Verdana, arial, sans-serif, times;
 color: #3D2D40;
 font-size: 11px;
}
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: #5F633D;
	font-size: 11px;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #482400;
	font-size: 11px;
	text-align: left;
	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;
	color: #CCCCFF;
	background-color: #2C1D14;
}
#sidebar li {
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #79804D;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
#sidebar a {
 font-weight: normal;
 text-decoration: none;
 color: #FFFFFF;
 padding: 5%;
 display: block;
 border-bottom: 1px solid #f5f5f5;
 font-family: Verdana, arial, sans-serif, times;
 font-size: 11px;
 background-color: #383C1E;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-bottom-color: #5C613A;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #9DBA3D;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	border-bottom-color: #8B9166;
}
/* Estilos de pie de página */
#footer p {
	font-size: 11px;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

