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

*{
	margin:auto;
	padding:0;
	}

body{
	background: url(images/bgnucleo.jpg); #ffffff;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000;
	}

p,h1,h2,h3,h4,h5,h6,a,span,input,textarea,form,ul,li,img,fieldset,legend{
	margin:0;
	padding:0;
	border:none;
	}
	
h1{
	font-weight:normal;
	margin-bottom:20px;
	font-size:24px;
	}
	
#site{
	width:900px;
	overflow:hidden;
	}
	
/* Topo */
	
#logo{
	width:100%;
	height:105px;
	}
	
#logo img{
	margin:1px;
	}
	
#menu{
	width:100%;
	height:60px;
	background:#67bc01;
	border-bottom:solid 10px #29166f;
	}
	
#menu ul{
	list-style-type:none;
	}
	
#menu li{
	float:left;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#menu a{
	height:40px;
	display:block;
	padding:20px 43px 0;
	color:#FFF;
	text-decoration:none;
	}
	
#menu a:hover{
	height:40px;
	background:#4e8f01;
	display:block;
	padding:20px 43px 0;
	}
	
#banner{
	width:100%;
	height:355px;
	background:#dbf9f3;
	}
	
#banner img{
	width:880px;
	height:335px;
	margin-top:10px;
	}
	
/* Conteudo */

#conteudo{
	width:840px;
	overflow:hidden;
	background:#ccdcb9;
	padding:30px;
	}
	
#cont_home{
	width:560px;
	float:left;
	}
	
#cont_home2{
	width:860px;
	float:left;
	}
	
.img_home{
	float:right;
	}
	
/* Destaques */

#destaques{
	width:860px;
	overflow:hidden;
	background:#FFF;
	padding:20px;
	}
	
.destaque{
	width:187px;
	overflow:hidden;
	margin-right:15px;
	float:left;
	}
	
.destaque_2{
	width:187px;
	overflow:hidden;
	float:left;
	}
	
.veja_mais{
	border:none;
	}
	
/* Rodapé */
	
#rodape{
	width:800px;
	height:50px;
	background:#78ba28;
	padding:0 50px;
	}
	
#rodape ul{
	list-style-type:none;
	float:left;
	margin-top:18px;
	}
	
#rodape li{
	float:left;
	margin-right:40px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	}
	
#rodape a{
	color:#FFF;
	text-decoration:none;
	}
	
#rodape a:hover{
	text-decoration:underline;
	}

.logo_datto{
	border:none;
	float:right;
	margin:7px 0;
	}
	
	/* imagens */
	
#imagens{
	float:left;
	margin-left:5px;
	margin-right:5px;
	display:block;
	height:250px;
	width:250px;
}