@import url('http://www.nodolocal.com/layout.css');

#container {
	height: 100%;
	background-color: #7E9FE4;
	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: #c5d5e5;
	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;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}
#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: #000080;
	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: 1px solid #ACBCDD;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	border-bottom-color: #718CC6;
	font-family: verdana;
	font-size: 11px;
	background-color: #9CB6EB;
}
#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: x-small;
}
#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;
}

