@charset "utf-8";
/* CSS Document */

body { 
	margin:0; 
	padding:0; 
	border:0; 
	text-align:center; 
	background-image:url(images/fundoweb.jpg); 
	background-repeat:repeat-x; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:14px; 
	background-color:#383637; 
}

.conteudo { 
	margin: 0 auto; 
	text-align: left; 
	width: 948px; 
	position:relative;
}

#topo   .conteudo { 
	height:256px;
}
#meio   .conteudo { 
	height:auto;
}

#topo   { 
	position:relative; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:256px; 
}

#meio   { 
	position:relative; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:auto; 
	z-index:500;
}

h1{	
	font-size:36px;	
	color:#ffffff;	
	font-weight: 600;		
	position:absolute;
	top:95px;
}
	h1 span{ 
		font-size: 24px;
		font-weight: 300;
	}

#logotopo{	
	position:absolute;	
	right:20px;
	top:55px;
}

#container  { width:550px; color:#FFF; text-align: left; position:absolute; left:200px; top:10px;}
#container a { color:#FF6600; font-size:14px; text-decoration:none; font-weight:bold;}
#container a:hover { text-decoration:underline;}

#rodape{ 
	
	 text-align:center; 
	 font-weight: 600;
	 font-size:13px; 
	 position:absolute; 
	 top:150px; 
	 width:100%;
	}

.urlsite {
	font-weight: 600;
	position:absolute; 
	top:25px; 
	width:100% 
}
	.urlsite p { 	
		font-size:34px; 
		color:#e37516; 
		text-align:center; 
		font-weight: 600;
	}
	.urlsite p.menor { 		
		color:#FFFFFF; 
		font-size:16px; 
		font-weight: 600;
	}
	
.bandeiras{
	position:absolute;
	top:57px;
	left:0px;
}
