@charset "utf-8";

*{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body{
	background:#CCC;	
}

img{
	border:none;	
}
/*BOX*/
.box {
	width:980px;
	margin: 10px auto 20px;
	background:#FFF;
}

/*HEADER*/
.header-index{
	width:980px;
	height:566px;
	background:url(../imagens/bg-header3.jpg) repeat-x;
	border-bottom: 2px solid #ccc;
}

.logo{
	float:left;
	margin:0px 10px 0px 35px;	
}
.logo img{
	width:360px;
	height:150px;	
}
.nav{
	float:right;
	margin:70px 20px 10px 10px;
}

.nav ul{
	list-style:none;	
}
.nav ul li{
	display:inline-block;
	width:70px;
	text-align:center;
	padding:5px 30px 5px 10px;	
}

.nav ul li a{
	display:block;
	font-size:12pt;
	color:#333;
	text-decoration:none;	
}

.nav ul li a:hover{
	display:block;
	color:#333;
	background:#FFF;	
}
.banner{
	float:left;
	margin: 0px 50px;
}

/*CONTENT*/
.content{
	width:980px;
	height:300px;
	margin:35px 0;
}

.content .quadro1{
	width: 190px;
	height:300px;
	border-right:1px solid #F2F2F2;
	float:left;
	margin: 0 10px 0 16px;	
}

.content .quadro1 p{
	margin: 7px 7px	10px 0;
	font-size:15px;	
	color:#333;
}

.content .quadro1 a{
		display:block;
		height:25px;
		width: 165px;
		background:#ccc;
		border-bottom: 1px solid #999;
		border-right: 2px solid #999;
		text-align:center;
		font-size:13px;
		padding-top:3px;
		margin-left:2px;
		color:#333;
		text-decoration:none;
		
}
.content .quadro1 a:hover{
		background:#00009d;
		border-bottom: 1px solid #333;
		border-right: 2px solid #333;
		color:#FFF;
		text-decoration:none;
		
}

.content .quadro2{
	width: 230px;
	height:300px;
	border:1px solid #E4E4E4;
	float:left;
	margin: 0 10px 0 10px;
	background:#F5F5F5;
}
.content .quadro2 img{
	width: 200px;
	height:120px;
	margin: 10px 15px;
}

.content .quadro2 h3 a{
	text-decoration:none;
	margin: 3px 15px;
	color:#333;
}

.content .quadro2 h3 a:hover{
	color:#00009d;
	text-decoration:underline;
}
.content .quadro2 p{
	margin: 8px 15px;
	font-weight:normal;
	font-size:15px;	
	color:#555;
}



/*FOOTER*/
.footer{
	clear:both;
	width:980px;
	height:150px;
	background:#999;
	border-top: 2px solid #666;
}


.footer .nav-footer{
	float:left;
	width:230px;
	height:130px;
	margin:10px 15px;
}

.footer .title-nav{
	font-size:14px;
	border-bottom:1px solid #666;
	color:#333;
	width: 200px;
	margin: 10px 15px;
}
.footer .footer-text{
	font-size:12px;
	color:#FFF;
	margin: 5px 5px 3px 15px;	
}

.footer .footer-text a{
	text-decoration:none;
	color:#fff;	
}

.footer .footer-text a:hover{
	text-decoration:underline;
}
.footer .informacoes{
	float:left;
	width:380px;
	height:130px;
	margin:10px 15px 0px 40px;;
}



.footer .creditos{
	font-size:10px;
	color:#FFF;
	width:80px;
	height:35px;
	float:right;
	margin:105px 15px 10px 10px;	
}

.creditos a{
	text-decoration:none;
	color:#FFF;	
}
.creditos a:hover{
	text-decoration:underline;	
}