@import url("../../layout1.css");


#container {
 height: 100%;
 background-color: #C93;
 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: #C93;
 height: 76px;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
}
#content img{
	margin: 9px;
	border: 5px solid #CCCCCC;
}


#page_content {
	position: relative;
	font-family: verdana, arial, courier;
	font-size: x-small;
	color: #333333;
}

#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #80A9FF;
	font-family: Verdana, arial, sans-serif, times;
	color: #000000;
}
#content {
 margin-left: 160px;
 padding: 10px;
 background-color: #fff;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 color: #333;
}
#footer {
 clear: both;
 width: 99%;
 overflow: hidden;
 padding-top: 1%;
 padding-right: 0;
 padding-bottom: 1%;
 padding-left: 1%;
 background-color: #D2A84F;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Verdana, arial, sans-serif, times;
	font-size: small;
	color: #420042;
}
h1 {
 font-family: Verdana, arial, sans-serif, times;
 font-size: 12px;
 color: #300;
 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;
}
#sidebar li {
 display: block;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #DAB66B;
}
#sidebar a {
 font-weight: normal;
 text-decoration: none;
 color: #000000;
 padding: 5%;
 display: block;
 border-bottom: 1px solid #f5f5f5;
 border-bottom-color: #AA812B;
 font-family: verdana;
 font-size: 11px;
 background-color: #C93;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #D7E1F7;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
}
/* Estilos de pie de página */
#footer p {
 margin: 5px;
 font-size: 11px;
 text-align: center;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

