﻿

@import url('http://www.nodolocal.com/layout.css');

#container {
	height: 100%;
	background-color: #3E0000;
	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: #022C59;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #FFFFFF;
	height: 83px;
}
#page_content {
	position: relative;
	font-family: verdana, arial, courier;
	font-size: x-small;
	color: #333333;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #011318;
	color: #FFFF99;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
}
#content {
	border: 1px solid #999999;
	margin-left: 140px;
	padding: 6px;
	background-color: #FFFFCC;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #333333;
}
#content img{
	border: 8px solid #CCCCCC;
	margin: 9px;
}
#content td{
	border: 4px solid #E2E2E2;
}


#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #023240;
	color: #C0C0C0;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	text-decoration: none;
}
#masthead img {
	float: left;
	width: 700px;
	margin-right: 2px;
}
#masthead a {
	color: #FF9933;
}

#masthead p {
	font-size: x-small;
	margin: 0;
	margin-right: 1%;
	font-family: verdana, Arial, serif;
	color: #FFFF00;
}
h6 {
	font-family: verdana, arial, courier;
	color: #012834;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	font-family: verdana, arial, courier;
	color: #012834;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	font-family: verdana, arial, courier;
	color: #012834;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-family: verdana, arial, courier;
	color: #012834;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-family: verdana, arial, courier;
	color: #011A21;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-family: verdana, arial, courier;
	color: #012834;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
/* 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: x-small;
	color: #FFFF99;
	background-repeat: no-repeat;
	background-color: #023240;
}
#sidebar li {
	display: block;
	border: 1px solid #012549;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
	background-color: #011B36;
	border-bottom-color: #0B1522;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #D1E0E0;
	border-bottom: 1px solid #f5f5f5;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	background-color: #022E59;
	border-bottom-color: #01203F;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	text-align: center;
}
#footer a {
	color: #FFCD82;
	text-decoration: none;
}
#footer a:hover {
	color: #CCFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}