@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-color:#007db4;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}
	

DIV#corpo {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

DIV#esq {
	float:left;
	width: 750px;
}

DIV#esq img{
	float:left;
}

DIV#dir {
	float:left;
	width: 208px;
	background-color:#007db4;
	border: 1px solid #0193d3;
}

DIV#dir br{
	height:10px;
}

.texto img{

	margin: 5px;	
}

#cabecalho {
	width:750px;
	height:350px;
	background-color: #0387b8;
}

.fotob h1{
	font-size:14px;
	margin: 10px 0 0 0;
	font-weight: bold;}

.fotob {
	width: 176px;
	height: 200px;
	font-size:10px;
	font-weight: bold;
	margin-right:30px;
	margin-top:20px;
	float:left;}
	
.fotob img {
	height:150px;
	width:150px;
	border: 1px solid #FFF;}
	
.fotoa h1{
	font-size:14px;
	margin: 10px 0 0 0;
	font-weight: bold;}

.fotoa {
	width:176px;
	float:left;
	height: 200px;
	font-size:10px;
	font-weight: bold;
	margin-top:20px;}
	
.fotoa img {
	height:150px;
	width:150px;
	border: 1px solid #FFF;}
	
.texto {
	padding-top:10px;
	clear:both;
	font-size:12px;
	padding-right:10px;
}

.texto h1 {
	font-size:18px;
	margin: 20px 0 0 0;
}
.texto h2 {
	font-size:12px;
	margin: 0;
	color:#CCC;
}


.depart a{
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	margin-left:15px;
	text-decoration:none;
}
.depart a:hover{
	color: #a2e3ff;
}

.depart a:active{
	color: #000;
}


.clear {
	clear:both;}
hr {
	margin: 10px 0;
	height: 1px;
	color: #FFF;
	background-color: #FFF;
	border:0px;
}

.titulo_seccao {
	margin-left:10px;
	float:left;
	font-size:20px;
	font-weight:bold;}
	
#espaco {
	float:left;
	height:185px;
	width:464px;
	}
	
#assinatura {
	float:left;
	width:960px;
	padding-top: 30px;
}

#assinatura img {
	border: 0px;
}