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

#topo {
	width: 100%;
	height: 138px;
	background-image: url(../img/_layout/Layout_160710_2_recortado_r2_c1.jpg);
}

#bandeiraBrasil {
	width: 30px;
	height: 22px;
	background-image: url(../img/_icons/bandeira_brasil.png);
	background-repeat: no-repeat;
	margin-left: 830px;
	position: relative;
	top: 40px;
}

#bandeiraEstadosUnidos {
	width: 30px;
	height: 22px;
	background-image: url(../img/_icons/bandeira_usa.png);
	background-repeat: no-repeat;
	margin-left: 830px;
	position: relative;
	top: 44px;
}

#bandeiraEspanhol {
	width: 30px;
	height: 22px;
	background-image: url(../img/_icons/bandeira_espanhol.png);
	background-repeat: no-repeat;
	margin-left: 830px;
	position: relative;
	top: 46px;
}

#fundoBandeirasBrasil {
	background-image: url(../img/_others/fundo_bandeiras.png);
	background-repeat: no-repeat;
	position: relative;
	height: 32px;
	width: 116px;	
	top: -6px;
	right: 120px;
	display: none;
}

#fundoBandeirasEstadosUnidos {
	background-image: url(../img/_others/fundo_bandeiras.png);
	background-repeat: no-repeat;
	position: relative;
	height: 32px;
	width: 116px;	
	top: -6px;
	right: 120px;
	display: none;
	
}

#fundoBandeirasEspanhol {
	background-image: url(../img/_others/fundo_bandeiras.png);
	background-repeat: no-repeat;
	position: relative;
	height: 32px;
	width: 116px;	
	top: -6px;
	right: 120px;
	display: none;
}

.textoBandeiras {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#CCC;
	cursor: default;
	position: relative;
	top: 6px;
}