﻿@import url('http://www.pavimentosdeportivos.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: center;
	background-color: #671D12;
	color: #FFFFFF;
	font-family: verdana, arial, courier;
	font-size: x-small;
	height: 90px;
}
#page_content {
	position: relative;
	font-family: verdana, arial, courier;
	font-size: x-small;
	color: #333333;
	font-weight: normal;
}
#sidebar {
	position: relative;
	float: left;
	width: 180px;
	color: #FFFFFF;
	font-family: verdana, arial, courier;
	font-size: x-small;
}
#content {
	margin-left: 180px;
	padding: 10px;
	background-color: #fff;
}
#content img{
	border: 5px solid #FFFF99;
	margin: 7px;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #650E01;
	color: #C0C0C0;
}
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
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, courier;
	font-size: small;
	font-weight: bold;
	color: #006464;
}
h1 {
	font-family: verdana, arial, courier;
	font-size: medium;
	font-weight: bold;
	color: #8A5300;
	text-decoration: none;
	text-align: left;
}
/* Estilos de exploración */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, courier;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
}
#sidebar li {
	display: block;
	border: 0px solid #882517;
	text-align: center;
	background-color: #812416;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFF00;
	padding: 2%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-family: verdana, arial, courier;
	font-size: x-small;
	border-bottom-color: #4E0B01;
	text-align: left;
	background-color: #671D12;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #0269B7;
	font-family: verdana, arial, courier;
	font-size: x-small;
	background-image: url('backgrd.gif');
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	text-align: center;
	font-family: verdana, arial, courier;
	color: #FFCC99;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: verdana, arial, courier;
	font-size: x-small;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFF99;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}