* { margin: 0; padding: 0; }

body{
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	background: url('img/topo_bg.jpg') no-repeat #78B4C2;
}

br.clear{
	clear: both;
}

span.texto{
	font-family: Cambria;
	color: #00A49F;
	font-weight: normal;
}

span.texto2{
	font-family: Cambria; 
	font-size: 0.9em; 
	color: #266E86; 
	float: left; 
	width: 400px; 
	padding-left: 15px; 
	border: 0px solid #F0F;
}

span.texto3{
	font-family: Cambria; 
	font-size: 0.8em; 
	color: #266E86; 
}

.texto3 p{
	border: 0px solid #000;
}
	

#externo { 
	border: 0px solid #000;
	position: relative;
	margin:0 auto;
	width: 1024px;
	height: auto;
	background: url('img/bg.png') repeat-y right;
	
}

#geral{
	border: 0px solid #99D;
	text-align: left;
	height: 90%;
	width: 990px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-bottom/*\***/: 100px\9;
	background: #FFF;

}

#left{
	border: 0px solid #F0F;
	width: 500px; 
	height: 90%;
	float: left; 
}

#logo{
	border: 0px solid #F0F;
	width: 320px; 
	height: 170px; 
	background: url('img/logo.jpg') no-repeat;
	float: left;
	padding-left: 157px;
	padding-top: 80px;
}

#boxfacebook{
	border: 0px solid #FF0;
	width: 235px; 
	height: 120px; 	
	background: url('img/box_facebook.jpg') 90px 0 no-repeat;
	float: left;
	padding-left: 110px;
	padding-top: 70px;
	padding-right: 50px;
}

#boxfacebook a{
	text-decoration: none;
	color: #00A49F;
}

#boxfacebook a:hover{
	border-bottom: 1px solid #00A49F;
}

#boxfoto{
	border: 0px solid #000;
	width: 460px; 
	height: 470px; 
	float: left; 
	background: url('img/box_foto.jpg');
	padding-left: 25px;
	padding-top: 20px;
}

#about{
	position: relative;
	float: left;
	border-top: 1px solid #78B4C2;
	border-bottom: 1px solid #78B4C2;
	width: 945px;
	height: 30px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#nav{
	width: 75px; 
	height: 20px; 
	border: 0px solid #000; 
	float:right; 
	position: relative; 
	top: -50px
}

#nav a{
	display: block;
	border: 0px solid #000;
	width: 16px;
	height: 16px;
	float: left;
	background: #F0F;
	margin-right: 1px;
	text-indent: -9999px;
	background: url('img/off.png') 0 0 no-repeat;
}

#nav a.activeslide{
	border: 0px solid #F0F;
	background: url('img/on.png') 0 0 no-repeat;
}
