@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background:url(../images/bg2.jpg) no-repeat center top #FFF;
	
}

#wrap {
	width:950px;
	height:auto;
	background:#ebe9e1;
	margin:0px auto;
}

#wrap #topo {
	width:950px;
	height:193px;
	background:url(../images/topo.jpg) no-repeat;
}

#wrap #topo .map1 a {
	
	float:left;
	padding:80px 100px;
	text-indent:-9999px;
	overflow:hidden;
}

#wrap #topo .map2 a {

	float:right;
	padding:80px 100px;
	text-indent:-9999px;
	overflow:hidden;
}

#wrap #menu {
	width:950px;
	height:59px;
	clear:both;
}

#wrap #menu ul li {
	list-style:none;
	display:inline;
	float:left;
}

#wrap #menu ul li img {
	border:0px;
}

#wrap #chamada {
	width:950px;
	height:325px;
	clear:both;
}

#wrap #chamada .banner-chamada {
	width:905px;
	height:313px;
	border:1px solid #CCC;
	background:url(../images/bg-box.jpg) repeat-x #FFF;
	background-position:top;
	margin:0px auto;
}

#wrap #chamada .banner-chamada ul li {
	margin:7px 7px;
	border:0px;
	
}

#wrap #eixos {
	width:930px;
	height:264px;
	padding-left:20px;
	clear:both;
	text-align:center;
}

#wrap #eixos h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#006600;
	margin:0px;
}

#wrap #eixos .box-eixos {
	width:260px;
	height:201px;
	padding: 10px 15px;
	background:url(../images/bg-box.jpg) repeat-x #FFF;
	border:1px solid #CCC;
	list-style:none;
	margin-right:15px;
	float:left;
	text-align:left;
}

.titulo-eixos {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#006600;
	font-weight:bold;
	
}

#wrap #eixos .box-eixos p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	margin-top:5px;
}

#wrap #eixos .box-eixos a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	margin-top:5px;
	text-decoration:none;
}

#wrap #eixos .box-eixos a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	margin-top:5px;
	text-decoration:none;
}

#wrap #eixos .box-eixos a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	margin-top:5px;
	text-decoration:underline;
}

#wrap #content {
	width:910px;
	min-height:100%;
	overflow:hidden;
	padding:10px 20px;
	clear:both;
	
}

#wrap #content .box-noticias {
	width:566px;
	min-height:917px;
	padding:10px 15px;
	background:url(../images/bg-box.jpg) repeat-x #FFF;
	background-position:top;
	border:1px solid #CCC;
	float:left;
	text-align:justify;
}

#wrap #content .box-noticias h1.titulo-texto {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#006600;
	margin-bottom:10px;
}

#wrap #content .box-noticias p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	
}

#wrap #content .box-noticias .noticia {
	width:566px;
	min-height:190px;
	margin-bottom:10px;
	
	
}

#wrap #content .box-noticias .noticia a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#006600;
	text-decoration:none;
}

#wrap #content .box-noticias .noticia a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#006600;
	text-decoration:underline;
	
}

#wrap #content .box-noticias .noticia h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#006600;
	margin-bottom:4px;
}

#wrap #content .box-noticias .noticia p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:normal;
}

#wrap #content .box-noticias .noticia .foto-noticia {
	width:173px;
	height:128px;
	margin-left:15px;
	float:right;
	background:url(../images/foto-noticia-teste.jpg) no-repeat;
	border:1px solid #CCC;
	padding:8px 8px;
}

#wrap #content .box-noticias .ver-noticia h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#006600;
	margin-bottom:10px;
}

#wrap #content .box-noticias .ver-noticia img {
	border:3px solid #006600;
	align:center;
	margin-bottom:10px;
	margin-left:28px;
}

#wrap #content .box-noticias .ver-noticia p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	text-align:justify;
}

#wrap #content .box-noticias .button-noticia {
	width:566px;
	height:33px;
	padding-top:7px;
	margin-top:40px;
	background:url(../images/button-noticia.jpg) no-repeat;
	background-position:top;
	text-align:center;
}

#wrap #content .box-noticias .button-noticia:hover {
	background:url(../images/button-noticia.jpg) no-repeat;
	background-position:bottom;
}

#wrap #content .box-noticias .button-noticia a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#wrap #content .box-noticias .button-noticia a:hover {
	text-decoration:underline;
	color:#006600;
}

#wrap #content .box-noticias form#form-contato {
	width:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006600;
}

#wrap #content .box-noticias form#form-contato fieldset {
	padding:10px;
	border:1px solid #006600;
}

#wrap #content .box-noticias form#form-contato legend {
	font-size:18px;
	color:#060;
}

#wrap #content .box-noticias form#form-contato label,
#wrap #content .box-noticias form#form-contato label span {
	display:block;
}

#wrap #content .box-noticias form#form-contato label input {
	padding:5px;
	border:1px solid #006600;
	font-style:italic;
}

#wrap #content .box-noticias form#form-contato label textarea {
	padding:5px;
	border:1px solid #006600;
	font-style:italic;
}

#wrap #content .box-noticias form#form-contato .btn-contato {
	margin:10px 0px;
	padding:5px 10px;
}

#wrap #content .box-interaja {
	width:260px;
	height:203px;
	padding:10px 15px;
	border:1px solid #CCC;
	background:url(../images/bg-box.jpg) repeat-x #FFF;
	background-position:top;
	margin-right:4px;
	float:right;
}

#wrap #content .btn-interaja {
	border:0px;
	margin-top:10px;
	
}

#wrap #content .box-vc-sabia {
	width:260px;
	height:130px;
	padding:10px 15px;
	border:1px solid #CCC;
	background:url(../images/bg-box.jpg) repeat-x #FFF;
	background-position:top;
	margin-top:08px;
	margin-right:4px;
	float:right;
}

#wrap #content .box-vc-sabia li {
	width:260px;
	height:80px;
}

#wrap #content .box-vc-sabia .mask {
	width:15px;
	height:80px;
	background:#FFF;
	position:absolute;
	top:55px;
	left:275px;
	z-index:999;
}

#wrap #content .box-vc-sabia .mask2 {
	width:15px;
	height:80px;
	background:#FFF;
	position:absolute;
	top:55px;
	left:0px;
	z-index:999;
}

#wrap #content .box-midia {
	width:260px;
	height:256px;
	padding:10px 15px;
	border:1px solid #CCC;
	background:url(../images/bg-box.jpg) repeat-x #FFF;
	background-position:top;
	margin-top:08px;
	margin-right:4px;
	float:right;
}

#wrap #content .box-midia a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:5px;
	text-decoration:none;
}

#wrap #content .box-midia a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:5px;
	text-decoration:none;
}

#wrap #content .box-midia a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:5px;
	text-decoration:underline;
}


#wrap #content .box-videos {
	width:260px;
	height:237px;
	padding:10px 15px;
	border:1px solid #CCC;
	background:url(../images/bg-box.jpg) repeat-x #FFF;
	background-position:top;
	margin-top:07px;
	margin-right:4px;
	float:right;
}

#wrap #content .banner-inf {
	width:596px;
	height:223px;
	float:left;
	clear:both;
	margin-top:10px;
}

#wrap #content .banner-inf img {
	border:none;
}

#wrap #content .box-newsletter {
	width:260px;
	height:203px;
	padding:10px 15px;
	border:1px solid #CCC;
	background:url(../images/bg-box.jpg) repeat-x #FFF;
	background-position:top;
	margin-top:10px;
	margin-right:4px;
	float:right;
}

#wrap #content .box-newsletter #form-news input {
	padding:8px;
	margin:5px 0px;
	border:0px;
	background:#ebe9e1;
	
}

#wrap #content .box-newsletter #form-news .btn-news {
	background:#006600;
	color:#FFF;
	cursor:pointer;
}

#wrap #parceiros {
	width:950px;
	height:115px;
	clear:both;
}

#wrap #parceiros .titulo-parceiros {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006600;
}

#wrap #parceiros .carrossel {
	width:906px;
	height:102px;
	background:#FFF;
}

#wrap #parceiros .realizacao {
	width:auto;
	height:141px;
	margin-left:45px;
	
}

#wrap #parceiros .carrossel-gd {
	width:342px;
	height:102px;
	background:#FFF;
}

#wrap #parceiros .carrossel-gd ul li {
	display:inline;
	float:left;
}


#rodape {
	width:910px;
	height:54px;
	background:#006600;
	clear:both;
	margin:0px auto;
	padding:10px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
}

#rodape p {
	margin-top:3px;
}

#wrap .textocorrido {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-bottom:10px;
}

#wrap .thumb-videos {
	border:2px solid #006600;
	margin-top:10px;
	margin-left:7px;
}

