@charset "utf-8";


html {
	background: url(../img/bg-interno.jpg) no-repeat center top;
}


body {
	min-height:600px;
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 12px;
	line-height: 1.75em;
	color:#6e6e6e;
	text-align:left;
}

img {outline:none; border:none;}


a {
	color:#3b70a7;
}



/* Conteúdos
----------------------------------------------------------------------------------------------------*/
.conteudo {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}



a { text-decoration:none; outline:none;}

a:hover { text-decoration:underline; outline:none;}



.logo {
	width:350px;
	float:left;
	margin-top:10px;
	margin-left:63px;
}
	
.btn-home {
	width:33px;
	height:33px;
	margin:0 auto 0;
	margin-top:-14px;
}
	
.menu {
	width:170px;
	float:left;
	font-size:12px;
	margin-left:70px;
	margin-top:50px;
}

.menu a {
	color:#3b70a7;
}

.menu a:hover {
	color:#5cbbe9;
	text-decoration:none;
}

.menu ul {
	list-style-type:none;
	text-align:center;
}

.menu ul li {
	border-bottom:#FFF dotted 1px;
}

.menu2 {
	width:170px;
	float:left;
	font-size:12px;
	margin-left:28px;
	margin-top:50px;
}

.menu2 a {
	color:#3b70a7;
}

.menu2 a:hover {
	color:#5cbbe9;
	text-decoration:none;
}


.menu2 ul {
	list-style-type:none;
	text-align:center;
}

.menu2 ul li {
	border-bottom:#FFF dotted 1px;
}











.barra-lateral {
	width:210px;
	min-height:500px;
	float:left;
	height:180px;
	margin-right:32px;
	margin-top:30px;
}


.barra-lateral a {
	color:#3b71a8;
	padding-left:20px;
}

.barra-lateral h2 {
	background:url(../img/bg-titulos.jpg) no-repeat left top;
	width:212px;
	height:26px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	padding:3px 10px 0 10px;
	margin-bottom:2px;
}

.barra-lateral li {
	list-style-type:none;
}

.conteudo-interno {
	width:690px;
	float:left;
	margin-top:25px;
}

.conteudo-interno h2 {
	color:#498fc3;
	font-weight:normal;
	font-size:22px;
	border-bottom:#5cbdeb dotted 1px;
	padding:0 0 10px 0;
}

.conteudo-interno h3 {
	color:#498fc3;
	font-weight:normal;
	font-size:18px;
	padding:0 0 10px 0;
}



#enviar-btn {
	background:#4b92c6;
	padding:3px 5px;
	border:#3c6fa6 solid 1px;
	cursor:pointer;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}





.rodape {
	background:url(../img/rodape.jpg) no-repeat center top;
	height:160px;
	text-align:center;
}

.rodape a {
	color:#4c97c9;
}


#rodape-a {
	color:#FFF;
}


.rodape p {
	padding-top:60px;
	margin-bottom:40px;
}

.rodape strong {
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}









/* Limpando elementos flutuantes

/* Kit baixado de http://sonspring.com/journal/clearing-floats */ 
/* Kit baixado de http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
----------------------------------------------------------------------------------------------------*/



.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}



.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
