﻿@import url('http://www.nodolocal.com/layout.css');

#container {
	height: 100%;
	background-color: #86B7CB;
	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;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	background-image: url('../styles/fondo_piscina.gif');
	background-repeat: repeat-x;
	font-weight: normal;
	color: #000000;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #cb8;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	background-image: url('fondo_piscinas.gif');
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	font-family: verdana, arial;
	font-size: x-small;
	color: #333333;
}
#content img {
	margin: 6px;
	border: 6px solid #DCEBF5;
}
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
	font-family: verdana;
	font-size: x-small;
	color: #000000;
}
#masthead img {
	float: left;
	margin-right: 5px;
}
#masthead p {
	font-size: x-small;
	margin: 0;
	margin-right: 1%;
	padding-right: 8px;
	font-family: verdana;
	color: #000000;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Verdana, arial, sans-serif, times;
	font-size: small;
	color: #24496F;
}
h2 {
	font-family: Verdana, arial, sans-serif, times;
	font-size: small;
	font-weight: bold;
	color: #510051;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	font-size: small;
	color: #002866;
	font-weight: bold;
}
/* Estilos de exploración */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #D4E3ED;
	font-family: verdana, arial, courier;
	font-size: x-small;
	color: #000000;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-family: verdana, arial, courier;
	font-size: x-small;
	border-bottom-color: #65B4D6;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
	background-image: url('fondo_piscina.gif');
	font-family: verdana, arial, courier;
	font-size: x-small;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	text-align: center;
}
#footer a {
	color: #000000;
	text-decoration: underline;
	font-family: verdana;
	font-size: x-small;
}
#footer a:hover {
	color: #000066;
	text-decoration: none;
	font-family: verdana;
	font-size: x-small;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}