﻿@import url('http://www.pavimentosonline.com/layout.css');

#container {
	height: 100%;
	background-color: #18416A;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	background-color: #003366;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	
	background-repeat: repeat-x;
	height: 74px;
}
#page_content {
	position: relative;
	font-size: xx-small;
}
#sidebar {
	position: relative;
	float: left;
	width: 180px;
	background-color: #FF6600;
	font-size: xx-small;
	color: #FFFFFF;
}
#content {
	margin-left: 180px;
	padding: 10px;
	background-color: #fff;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	color: #1F1F1F;
	font-weight: normal;
	font-style: normal;
}
#content img {
	margin: 9px;
	border: 6px solid #FFFF99;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #003366;
}
#masthead img {
	border-width: 0px;
	float: left;
}
#masthead p {
	font-size: 11px;
	margin: 0;
	margin-right: 1%;
	font-family: verdana, arial, courier;
	color: #FFFFFF;
	font-weight: normal;
}
#masthead a {
	font-size: x-small;
	margin: 0;
	margin-right: 1%;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	font-size: small;
	font-weight: bold;
	color: #420042;
}

h2 {
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	font-weight: bold;
	color: #00254A;
	background-color: #FFFFFF;
}
/* 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;
	font-weight: bold;
	color: #FF9900;
}
#sidebar li {
	display: block;
	border: 1px solid #00458A;
	background-color: #080E13;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #FFFFFF;
}
#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;
	background-color: #003366;
	border-bottom-color: #102B45;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #0664A2;
	font-family: Verdana, arial, sans-serif, times;
	font-size: 11px;
	border-bottom-color: #004284;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	color: #FFFFFF;
	font-family: verdana, arial, courier;
}
#footer a {
	color: #FFFFCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
.style_italic {
	font-style: italic;
}
