﻿@import url('http://www.pavimentosonline.com/layout.css');

#container {
	height: 100%;
	background-color: #5E2819;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #581401;
	height: 80px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
#masthead h1{
	margin: 6px;
	color: #FFFFFF;
}

#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 150px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
#content {
	margin-left: 150px;
	padding: 10px;
	background-color: #fff;
	font-family: Verdana, arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
#content td{
	padding: 1px;
	margin: 2px;
	text-align: center;
}

#content img {
	margin: 9px;
	border: 6px solid #FFFF99;
}
#content a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #510000;
	text-align: center;
}
#content a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000037;
	text-decoration: underline;
}



#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #521301;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: normal;
}
#masthead img {
	border-width: 0px;
	float: left;
	margin-right: 8px;
}
#masthead a {
	color: #FFFFFF;
	font-family: verdana;
	font-size: small;
	font-weight: bold;
}
#masthead p {
	font-size: x11px;
	margin: 6px;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFFF;
	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;
	font-size: 11px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, arial, sans-serif, times;
	color: #003300;
	font-size: small;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #620000;
	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: 11px;
	color: #FEBF01;
}
#sidebar li {
	display: block;
	border: 1px solid #6B1A01;
}
#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: 11px;
	border-bottom-color: #451001;
	background-color: #581401;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #7A3521;
	font-family: verdana;
	font-size: 11px;
	border-bottom-color: #5E2819;
}
/* Estilos de pie de página */
#footer p {
	font-size: 11px;
	font-family: Verdana, arial, sans-serif, times;
	color: #FF6600;
	text-align: center;
}
#footer a {
	color: #FFFF66;
	text-decoration: none;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


