* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 30px;
	background: #EEEEEE url(../images/banner.png) no-repeat; /* #37665d */
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*color: #add52a;*/
	color: #fad119;
}

h2 {
	margin-bottom: .8em;
	font-size: 22pt;
	font-weight: normal;
}

h3 {
	margin-bottom: .5em;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #0d4882;
}

a:hover {
	text-decoration: underline;
	color: #888888; /*#FFFFFF;*/
}

img {
}

/* Estilos das caixas */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 23px;
	padding: 20px 0 0 10px;
	font-size: 1.4em;
	font-style: italic;
}

.boxed .content {
	padding: 10px;
}

/* Espelho: divisão do cabeçalho */
#espelho{
	background: url(../images/espelho.png) repeat-x;
	background-position: top;
	height: 200px;
}


/* Logo */

#logo {
	width: 950px;
	height: 150px;/*260px;*/
	padding: 0 50px 0 0;
	text-align: right;
}

#logo h1 {
	font-size: 3.6em;
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	color: #B43939;
}

#logo a {
	color: #B43939;
}

#logo_brasil{
	/*background: url(../images/banner-brasil.png) no-repeat;
	height: 150px;*/
}



/* Background */
#Plano_fundo{
	background: #000000;
}


/* Content */

#content 
{
	width: 1000px;
}

/* Content > Main */

#main {
	background: url(../images/main_transparente.png) repeat-y;
	float: left;
	margin: 0 5px 0 10px;	
	padding: 5px 10px 0 10px;
	width: 600px;
	height: auto;
}


/* Content > Main > Welcome */

#welcome {
	margin-bottom: 2em;
	padding-bottom: .7em;
	text-align:justify;
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

/* Content > Sidebar > Login */

#login {
	margin-top:20px;
	
}

#login form {
	background:#EEE;
	border:1px solid #999;
	padding:20px 10px 10px 35px;
}

#login fieldset {
	border: none;
}

#login legend {
	color:#777;
	font-size: 14pt;
	font-weight:bold;
	margin-bottom: 10px
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #777;
}

#inputsubmit1 {
	background: #777;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	/*display: inline;*/
	float:left;
}

#menu a {
	display: block;
	padding: 10px 10px 10px 20px;
	/*border-top: 1px solid #bca492; /*#D1BC5C;*/
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
	background: #EEEEEE;
	-moz-border-radius: 1em;
	/*opacity:0.8;*/
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 8px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	color: #777; /* 0d4882;*/
	padding: 20px 50px;
	background: url(../images/espelho.png) repeat-x;
	background-position: top;
}

#footer p {
	font-size: 9pt;
	margin: 0;
}

#footer p small {
	font-weight: bold;
}





