﻿@import url('http://www.pavimentosonline.com/layout.css');

#container {
	height: 100%;
	background-color: #AEBECE;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	font-weight: normal;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #C4D1DA;
	height: 85px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #000000;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #CCCCCC;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #FFFFFF;
}
#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #FFFFFF;
	font-family: verdana, Arial, serif;
	font-size: 11px;
	font-weight: normal;
	color: #242424;
}
#content table{
	width: 96%;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: normal;
	color: #1B1B1B;
}
#content img {
	margin: 6px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, arial, sans-serif, times;
	font-size: small;
	color: #000000;
}
#masthead img {
	border: 0px solid #C4D1DA;
	float: left;
	margin-right: 7px;
}
#masthead p {
	font-size: 11px;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #000000;
	font-weight: normal;
	padding-right: 5px;
}
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: #55002B;
	font-size: small;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #000000;
	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: #CCCCFF;
}
#sidebar li {
	display: block;
	border: 1px solid #D9E4F0;
	font-family: verdana, Arial, serif;
	font-size: 11px;
	font-weight: bold;
	color: #001C37;
	text-align: center;
	background-color: #FFFFFF;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	background-color: #C4D1DA;
	border-bottom-color: #537184;
	text-align: left;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #CCFFFF;
	font-size: 11px;
	font-family: Verdana, arial, sans-serif, times;
	border-bottom-color: #CCCCCC;
}
/* Estilos de pie de página */
#footer p {
	font-size: 11px;
	font-family: Verdana, arial, sans-serif, times;
	color: #000000;
	text-align: center;
}
#footer a {
	color: #393939;
	text-decoration: underline;
	font-size: 11px;
}
#footer a:hover {
	color: #CCFF66;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
