﻿@import url('http://www.portaldeobras.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: center;
	background-color: #561A16;
	height: 67px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: xx-small;
	color: #FFFFFF;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: xx-small;
	color: #FFFFFF;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
}
#content img{
	border: 6px solid #F9DBDB;
	margin: 7px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #420000;
	text-align: center;
	font-family: verdana, Arial, serif;
	font-size: x-small;
	color: #FFCC00;
	font-weight: bold;
}
#masthead img {
	float: left;
	margin-bottom: 2px;
}
#masthead p {
	font-size: xx-small;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #CCCCCC;
	font-weight: normal;
	text-align: center;
}
#masthead a {
	font-size: xx-small;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FF9933;
	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: #513C55;
	font-weight: bold;
	font-size: small;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #660033;
	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: xx-small;
	color: #FFFFFF;
}
#sidebar li {
	display: block;
	border: 1px solid #6C1515;
	font-size: x-small;
	color: #FFFF00;
	font-weight: bold;
	font-family: Verdana, Arial;
	text-align: center;
	background-color: #2B000E;
}
#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: xx-small;
	text-align: left;
	background-color: #800000;
	border-bottom-color: #470E0E;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #8F1F18;
	font-family: Verdana, arial, sans-serif, times;
	font-size: xx-small;
	border-bottom-color: #852823;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #333333;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
