﻿
@import url('http://www.pavimentosonline.com/layout.css');

#container {
	height: 100%;
	background-color: #BCE41A;
	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: #BEEB06;
	height: 80px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #000000;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #004200;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #FFFFFF;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
#content td{
	margin: 5px;
	border: 4px solid #CCFF99;
	padding: 10px;
	background-color: #FFFFCC;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#content table{
	border: 4px solid #FFFFFF;
	width: 95%;
}

#content img {
	margin: 9px;
	border: 6px solid #E3FF84;
}
#content a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#content a:hover {
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF99;
	font-size: 11px;
	font-weight: bold;
}



#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #165900;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: normal;
}
#masthead img {
	float: left;
}
#masthead a {
	color: #003300;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
#masthead p {
	font-size: x11px;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #000000;
	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: #002400;
	font-size: small;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #103C00;
	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: 11px;
	color: #CCCCFF;
}
#sidebar li {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #B1E269;
	display: block;
	text-align: center;
	color: #FFFFFF;
}
#sidebar a {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	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: #BCE41A;
	text-align: left;
	border-top-color: #95B026;
	border-bottom-color: #f5f5f5;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #99CC00;
	border-bottom: 1px solid #f5f5f5;
	background-color: #003300;
	font-family: verdana;
	font-size: 11px;
}
/* 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: #CCFF00;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



