﻿@import url('http://www.nodolocal.com/layout.css');

#container {
	height: 100%;
	background-color: #1B55A7;
	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: #1B55A7;
	height: 90px;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFF00;
}
#masthead p{
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFF00;
	margin-right: 9px;
}
#masthead a{
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 9px;
}



#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #000000;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	font-family: verdana, aria;
	font-size: x-small;
	color: #333333;
	height: auto;
}
#content img{
	border: 8px solid #EAEAEA;
	margin: 7px;
}
#content a{
	font-family: verdana;
	font-size: x-small;
	font-weight: normal;
	text-decoration: underline;
	color: #003366;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #F3BB03;
	text-align: center;
	color: #000000;
}

#masthead img {
	float: left;
	margin-right: 8px;
}
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: #162D43;
	font-size: x-small;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #000066;
	font-size: small;
	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: x-small;
	color: #000000;
}
#sidebar li {
	display: block;
	border: 1px solid #1B62AF;
	text-align: center;
	background-color: #0F3662;
	color: #FFFFFF;
}
#sidebar a {
	border-style: none none solid none;
	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: x-small;
	background-color: #17569B;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #154F8E;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #1E71CC;
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	border-bottom-color: #17569B;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #000000;
	text-align: center;
}
#footer a {
	color: #000066;
	text-decoration: none;
	font-size: x-small;
	font-family: verdana;
	font-weight: normal;
}
#footer a:hover {
	color: #660033;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}