﻿@import url('http://www.pavimentosonline.com/layout.css');

#container {
	height: 100%;
	background-color: #C1B393;
	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: #B89D6E;
	background-image: url('../images/fondo.gif');
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #000000;
	height: 93px;
}
#page_content {
	position: relative;
	font-family: Verdana, arial, sans-serif, times;
	font-size:11px;
	color: #1E1E1E;
}
#sidebar {
	position: relative;
	float: left;
	width: 170px;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFCC00;
	font-size: 11px;
}
#content {
	border-width: 4px;
	margin-left: 170px;
	padding: 10px;
	background-color: #fff;
}
#content img{
	margin: 8px;
	border: 5px solid #FFFFFF;
}

#footer {
	clear: both;
	width: 99%;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #CBB58F;
	text-align: center;
	font-family: Verdana, arial, sans-serif, times;
	font-size:11px;
	color: #FFFFFF;
}
#masthead img {
	border: 0px solid #EAE6DB;
	float: left;
	height: 86px;
}
#masthead p {
	font-size: 12px;
	margin: 0 0px 0 0px;
	font-family: Verdana, arial, sans-serif, times;
	color: #000000;
	font-weight: normal;
	text-align: center;
	padding-left: 8px;
}
#masthead h1 {
	font-family: verdana, arial;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #660000;
	font-size: 12px;
}
h2 {
	font-family: Verdana, arial, sans-serif, times;
	color: #002D59;
	font-size: small;
	font-weight: bold;
}

/* Estilos de exploración */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D7CEB9 #D7CEB9 #F4F2EC #D7CEB9;
	display: block;
	background-color: #E8E2D7;
	color: #002040;
	text-align: center;
	font-family: verdana;
	font-size:11px;
	font-weight: bold;
}
#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: #E2D7BC;
	border-bottom-color: #C0B59A;
	text-align: left;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #E3E4BA;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	text-align: left;
	border-bottom-color: #C1B69B;
}
/* Estilos de pie de página */
#footer p {
	font-size:11px;
	font-family: Verdana, arial, sans-serif, times;
	color: #333333;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF99;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


