﻿@import url('http://www.portaldeobras.com/layout1.css');

#container {
	height: 100%;
	background-color: #001E3C;
	font-family: Verdana, arial, sans-serif, times;
	color: #333333;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	background-color: #185977;
	height: 80px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #005177;
	font-family: Verdana, arial, sans-serif, times;
	font-size: xx-small;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#content img{
	border: 5px solid #FFFFFF;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #CC0000;
	text-align: center;
	font-family: Verdana, arial, sans-serif, times;
	font-size: small;
	color: #FFFFFF;
}
#masthead img {
	float: left;
	margin-left: 0px;
	height: 46px;
	width: 123px;
	margin-right: 0px;
}
#masthead p {
	font-size: xx-small;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFFF;
	font-weight: normal;
}
#masthead a {
	font-size: 11px;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFCC66;
	font-weight: bold;
}

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: #3D2D40;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #840000;
	font-size: 12px;
	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: #CCCCFF;
}
#sidebar li {
	display: block;
	border: 1px solid #005F8C;
}
#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;
	border-bottom-color: #003D59;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #A80000;
	font-size: 11px;
	font-family: Verdana, arial, sans-serif, times;
	border-bottom-color: #185977;
}
/* 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: #FFFFCC;
	text-decoration: underline;
	font-size: x-small;
}
#footer a:hover {
	color: #CCFF66;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

