﻿@import url("../../layout1.css");


#container {
 height: 100%;
 background-color: #CCF;
 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: #CCF;
 font-family: Verdana, arial, sans-serif, times;
 font-size: 11px;
 color: #000000;
 height: 100px;
}
#page_content {
 position: relative;
 font-family: Verdana, arial, sans-serif, times;
 font-size: 11px;
 color: #666;
}
#sidebar {
 position: relative;
 float: left;
 width: 160px;
 font-family: Verdana, arial, sans-serif, times;
 color: #FFCC00;
 font-size: 11px;
}
#content {
 border-width: 4px;
 margin-left: 160px;
 padding: 10px;
 background-color: #fff;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 color: #333;
}
#content img{
 margin: 8px;
 border: 5px solid #E2D7BC;
}
#content a {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 color: #600;
 text-decoration: underline;	
}
#content a:hover {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 color: #000;
 text-decoration: none;
}
#footer {
 clear: both;
 width: 99%;
 padding-top: 1%;
 padding-right: 0;
 padding-bottom: 1%;
 padding-left: 1%;
 background-color: #CCF;
 text-align: center;
 font-family: Verdana, arial, sans-serif, times;
 font-size: x-small;
 color: #FFFFFF;
}
#masthead img {
 border: 0px solid #EAE6DB;
 float: left;
 margin-right: 12px;
}
#masthead p {
 font-size: 11px;
 margin: 0;
 margin-right: 1%;
 font-family: Verdana, arial, sans-serif, times;
 color: #000000;
 font-weight: normal;
 text-align: left;
}
#masthead h1 {
	font-family: verdana, arial;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #23170C;
	font-size: medium;
}
h2 {
	font-family: Verdana, arial, sans-serif, times;
	color: #002D59;
	font-size: small;
	font-weight: bold;
}

/* Estilos de exploración */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#IFRAME {}
#sidebar li {
 border-style: solid;
 border-width: 0px 0px 1px 0px;
 border-color: #D7CEB9 #D7CEB9 #EAE6DB #D7CEB9;
 display: block;
 background-color: #E8E2D7;
 color: #002040;
 text-align: center;
 font-family: verdana;
 font-size: 11px;
 font-weight: bold;
}
#sidebar a {
 font-weight: normal;
 text-decoration: none;
 color: #000000;
 padding: 6px;
 display: block;
 border-bottom: 1px solid #f5f5f5;
 font-family: Verdana, arial, sans-serif, times;
 font-size: 11px;
 background-color: #CCF;
 border-bottom-color: #C0B59A;
 text-align: left;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #E3E4BA;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	text-align: left;
	border-bottom-color: #C1B69B;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #333333;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF99;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

