body{
	/*background:url(fundo.png) repeat-y #DDD;**/
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#EFEFEF;
	
}

h2{
	color:#069;
	font-size:18px;
	text-decoration:underline;
	
	
}


.links{
	color:#069;
	text-decoration:underline;
	font-size:16px;
}
	

h3{
	color:#069;
	font-size:16px;
	text-decoration:underline;
}

.span{
	color:#666;
	font-size:12px;
}


.textocor{
	font-size:14px;
	color:#666;
	line-height:18px;
}

#container{
	width:900px;
	height:auto;
	margin:auto;
	display:table;
}


#topo{
	width:900px;
	height:100px;
	float:left;
	margin-bottom:5px;
	background-color:#fff;
	border-radius:15px;
	box-shadow:1px 1px 10px#666;
}


#logo{
	width:126px;
	height:100px;
	float:left;
	
	
}

#menu{
	float:right;
	margin-top:30px;
}

#menu a{
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	padding: 10px 30px;
	display:inline block; /* parece como um caixa sublina tudo quando passar o mouse */
	background-color:#DBDBDB;
	border-radius:15px;
	
}

.destaque{
	color:#069;
	font-family:"Trebuchet MS";
	font-size:30px;
	font-style:italic;
	margin:0px;
	line-height:100%;
		
}

#menu a:hover{
	color:#fff;
	background-color:#069;
	transition:1s;/* efeito  */
		
}

#banner{
	width:860px;
	height:180px;
	/*background-color:#9C0;*/
	float:left;
	margin-top:5px;
	border-radius:15px;
	background-color:#EFEFEF;
	
}
	
#conteudo{
	width:860px;
	min-height:400px;
	background-color:#fff;
	float:left;
	padding:20px;
	box-shadow:1px 1px 10px#666; /* sombra horizontal , sombra vertical suavidade da cor */
	border-radius:15px;
		
}

#conteudoprincipal{
	width:860px;
	min-height:120px;
	float:left;
	margin-top:60px;
	/*background-color:#CCC;*/
}

#box1,#box2{
	width:405px;
	min-height:100px;
	float:left;
	background-color:#fff;
	margin-top:30px;
	border-radius:15px;/* arredonda a pagina */
}

#box2{
	float:right;
}

.imgleft{
	float:left;
	margin-right:10px;
}


#rodape{
	width:860px;
	height:50px;
	float:left;
	background-image:url(img/rodape.jpg);
	background-color:#666;
	margin-top:60px;
	display:inline block;
	text-align:center;
	font-size:12px;
	line-height:50px;
	border-radius:10px;
}

.img{
	border:none;
}

