﻿@import url('http://www.pavimentosonline.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: right;
	background-color: #370A09;
	height: 60px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #EBEBEB;
}
#page_content {
	position: relative;
}
#sidebar {
	float: left;
	width: 140px;
	background-color: #620000;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;

	color: #CCCCCC;
	background-image: url('fondo.gif');
	background-repeat: no-repeat;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
}
#content img {
	border: 4px solid #CCCCCC;
	margin: 9px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #2F0017;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;

}
#masthead img {
	border-style: none;
	border-width: 0px;
	float: left;
	margin-right: 7px;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFFF;
	font-weight: normal;
}
#masthead a {
	font-size: x-small;

	color: #FFFF00;
	font-weight: bold;
	font-family: verdana;
}
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: #002D00;
	font-size: x-small;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #6A0000;
	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: x-small;

	color: #CCCCFF;
}
#sidebar li {
	display: block;
	border: 1px solid #800000;
}
#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: x-small;

	background-color: #620000;
	border-bottom-color: #460000;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #274F00;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	border-bottom-color: #1B3500;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFCC66;
	text-decoration: none;
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
}
#footer a:hover {
	color: #FF99CC;
	text-decoration: none;
	font-family: Verdana, arial, sans-serif, times;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}