﻿@import url('http://www.pavimentosonline.com/layout.css');

#container {
	height: 100%;
	background-color: #003300;
	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: #6C5200;
	height: 69px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #CCCCCC;
}
#page_content {
	position: relative;
	background-color: #6C5200;
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #6C5200;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #fff;
}
#content img {
	border: 8px solid #DDE8E7;
	margin: 9px;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #5E4600;
	text-align: center;
}
#masthead img {
	border-style: none;
	float: left;
}
#masthead p {
	font-size: 11px;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFCC;
	font-weight: normal;
}
#masthead a {
	font-size: x-small;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FF9900;
	font-weight: normal;
}

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: #003366;
	font-size: 11px;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #1A001A;
	font-size: 11px;
	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;
	color: #FFFFFF;
}
#sidebar li {
	display: block;
	color: #000000;
	text-align: center;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #826200;
	background-color: #DFA800;
}
#sidebar a {
	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: 10px;
	text-align: left;
	background-color: #6C5200;
	border-bottom-width: 1px;
	border-bottom-color: #5B4500;
	border-bottom-style: solid;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFF00;
	border-bottom: 1px solid #f5f5f5;
	background-color: #4F3C00;
	border-bottom-color: #660066;
	font-family: Verdana, arial;
	font-size: 10px;
}
/* Estilos de pie de página */
#footer p {
	margin: 1%;
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
#footer a {
	color: #FF9900;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
