﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #E9E9E9;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding: 5px;
	border-right: 1px solid #000000;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
}
#masthead {
	text-align: center;
	width: 760px;
	padding: 10px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	height: 95px;
	border-bottom-color: #99CCFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navigation {
	position: relative;
	float: left;
	width: 110px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-right: 1px #FFFFFF solid;
}
#content {
	float: left;
	width: 667px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#footer {
	border-top: 1px #99CCFF solid;
	text-align: center;
	clear: both;
	width: 760px;
	padding: 5px;
}
/* Masthead Styles */
#masthead h1 {
	color: #FF0000;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #FFFFFF inset;
	background-color: #3366FF;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #fff inset;
	background-color: #3366FF;
	font-weight: bold;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #C0C0C0;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #0033cc;
	text-decoration: none;
}
#footer a:hover {
	color: #0033cc;
	text-decoration: underline;
}
a {
	color: #0033cc;
	text-decoration: none;
}
a:hover {
	color: #0033cc;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.logo {
	right: 1;
	z-index: auto;
	position: fixed;
}
#CPR {
margin-top:10px;
margin-left:400px;
}
.titulo {
	font-weight: bold;
	margin-left: 40px;
}

