﻿@import url('http://www.pavimentosonline.com/layout.css');

#container {
	height: 100%;
	background-color: #014370;
	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: #014370;
	height: 91px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: xx-small;
	color: #FFFFFF;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #821A00;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #FFFFFF;
}
#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #fff;
	font-size: 11px;
	font-family: Verdana, arial;
	color: #333333;
	font-weight: normal;
}
#content p {
	font-size: 11px;
	font-family: Verdana, arial;
	color: #333333;
	font-weight: normal;
}

#content img {
	margin: 9px;
	border: 6px solid #FFFF99;
	float: left;
}
#content a {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #510000;
	text-align: center;
}
#content a:hover {
	font-family: Verdana;
	font-size: x-small;
	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: #6A0000;
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
	font-family: verdana, arial;
	font-weight: normal;
}
#masthead img {
	float: left;
}
#masthead a {
	color: #FFFF00;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	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: x-small;
	font-weight: bold;
}
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: #3D2D40;
	font-size: medium;
	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: x-small;
	color: #CCCCFF;
}
#sidebar li {
	display: block;
	border: 1px solid #1F5E8B;
}
#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: #002640;
	background-color: #014370;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #016BB1;
	font-family: verdana;
	font-size: 11px;
	border-bottom-color: #013558;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #FF6600;
	text-align: center;
}
#footer a {
	color: #FFFF66;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


