*{
	margin:0; 
	padding:0
}

body {
	background:url(../imagens/fundoMedio.jpg); 
	text-align:center
}

.barraBrasil{
	width:100%;
	height:25px;
	float:left;
	background:url(../imagens/barraBrasilFundoV.fw.png);
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	z-index:999;
}

.barraBrasilBrasil{
	width:80%;
	height:25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align:right;
	z-index:998;
}

.thumb {
	display:inline-table; 
	position:relative; 
	margin:30px; 
	padding:15px; 
	width:260px;
	background:#fafafa;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2); 
	-moz-border-radius:4px; 
	border-radius:4px; 
	color:rgba(0,0,0, 0.8); 
	text-shadow:0 1px 0 #fff
}

.thumb::before, .thumb::after {
	position:absolute; 
	content:""; 
	top:10px; 
	bottom:15px; 
	left:10px; 
	width:50%; 
	box-shadow:0 15px 10px rgba(0, 0, 0, 0.5); 
	-webkit-transform: rotate(-3deg); 
	-moz-transform:rotate(-3deg); 
	-o-transform:rotate(-3deg); 
	-ms-transform:rotate(-3deg); 
	transform:rotate(-3deg); 
	z-index:-1

}

.thumb::after {
	right:10px; 
	left:auto; 
	-webkit-transform:rotate(3deg); 
	-moz-transform:rotate(3deg); 
	-o-transform:rotate(3deg); 
	-ms-transform:rotate(3deg); 
	transform:rotate(3deg)
}

.thumb img {
	vertical-align:bottom
}

/* CSS Document */

h1 {
	/* text-transform: uppercase;*/
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	color: #030;
	/*font-size:2em;*/
	font-size: 1em;
	font-family: Signika, Verdana;
	font-weight: bold;
}

a:link {
	color: #030;
	text-decoration: none;	
}

a:visited {
	color: #333;
}

a:hover {
	color: #666;
	text-decoration:underline;
}

a:active {
	color: #000;
}

.linha{
	width:100%;
	height:90px;	
}

.texto{
	width: 250px;
	height:200px;
	margin-left: 10px;
	margin-top: 20px;
	text-align:left;
}

.texto h4 {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    color: #030;
    font-size: .85em;
    font-family: Signika, Verdana;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

p{
	padding-top:10px;	
}

.logos{
	width:600px;
	height:100px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.conteudo{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}