﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 170px;
	background: #232323;
	border: 1px solid #5f5f5f;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}

.input2 {
	width: 45px;
	height: 19px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(imagens/subpage2_03.jpg) no-repeat left top;
	border: none;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.input3 {
	margin-left: 100px;
	margin-right: 0px;
	border: 0px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.input4 {
	width: 170px;
	background: #f8f8f8;
	border: 1px solid #e1e1e1;
	margin-right: 0px;
	margin-left: 0px;
	color: #f26525;
}

.last {
	display: block;
	float: left;
	width: 130px;
	height: 33px;
	padding-top: 13px;
	background: url(imagens/homepage09.gif) no-repeat left top;
}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 15px 0px;
	letter-spacing: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}



/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 16px;
}

.text1 {
	margin: 0px;
	letter-spacing: normal;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.text2 {
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

.text3 {
	color: #000000;
}

.text4 {
	text-align: center;
	color: #797875;
}

/** LINKS */

a {
	color: #f26522;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	font: normal 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #353430 url(imagens/homepage01.jpg) repeat-x left top; }
.bg2 { background: url(imagens/homepage03.jpg) no-repeat left top; }
.bg3 { background: url(imagens/homepage07.jpg) repeat-y left top; }
.bg4 { background: url(imagens/homepage08.gif) repeat-x left top; }
.bg5 { background: url(imagens/subpage2_01.jpg) no-repeat left bottom; }
.bg6 { background: url(imagens/subpage2_02.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img {
	border: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

.img3 {
	margin-left: 5px;
}


hr { display: none; }

.hr1 {
	height: 1px;
}

#menulateral-1{
	font-weight: normal;
	font-size: 13px;
	margin-left: 0px;
	padding-left: 5px;
}

#menulateral-2{
	font-weight: normal;
	font-size: 11px;
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#menulateral-1 a,
#menulateral-2 a{
	color: #f26522;
	text-decoration: none;
	padding: 3px;
}

#menulateral-1 a:hover,
#menulateral-2 a:hover{
	color: #f26522;
	text-decoration: underline;
}


#box6 ul{ 
	list-style: none; 
}

#box6 h3{
	background-color: #464646;
	padding: 5px;
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 14px;
	}
.books{
	display:block;
	width:862px;
	height:192px;
	margin:0 auto;
	background:url(images/bg_02.jpg) no-repeat center top;
}
.books h4{
	padding:14px 0 0 32px;
	
}
.books ul{
	display:block;
	float:left;
	width:799px;
	height:100px;
	list-style:none;
}
.books ul li{
	display:block;
	float:left;
	width:155px;
	height:20px;
	margin-bottom:20px;
}
.books ul li a{
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#464646;
	text-decoration:none;	
}
.books ul li a:hover{
	text-decoration:underline;
}
.books ul li img{
	padding-right:5px;
	display:block;
	float:left;
	
}

dl{
	display:block;
	float:left;
	width:170px;
	padding-bottom:20px;
	list-style:none;
	padding-right:10px;
}
dl dt{
	display:block;
	float:left;
	width:170px;
	height:182px;
	background:url(images/logos/bg_logos.jpg) no-repeat 0 0;
	padding:0 5px 5px 0;
}
dl dt p{
	font-weight:bold;
	text-align:center;
}
p.branco{
	color:#FFFFFF;
}


