@charset "utf-8";
/* CSS Document */

body { 
	margin:0; 
	padding:0; 
	border:0; 
	text-align:center; 
	background-image:url(images/fundo.jpg); 
	background-repeat:repeat-x; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:16px; 
	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:32px;
	color:#ffffff;		
	position:absolute;
	top:115px;
}
#logotopo{	position:absolute;	right:20px;	top:55px;}

#container  { width:650px; color:#FFF; text-align: center;position:relative; margin: 0 auto; top:10px;}
#container a { color:#FF6600; font-size:21px; text-decoration:none; font-weight:600;}
#container a:hover { text-decoration:underline;}
#container p{ text-align: left; font-size: 21px; }

#boxlinks   { 
	background-color:#2a2a2a; 
	color:#FF6600; 
	font-size:12px; 
	float:left; 
	width:650px;
}
#boxlinks ul   { 
	list-style-image:url(images/marker.gif); 
	line-height:18px; 
	float:left;
}

#telefones    { color:#FFF; float:left; width:650px; font-size:14px;}
#telefones ul { list-style:none; line-height:18px; float:left;}
#telefones li { position:relative; left:-20px;}

#rodape{ text-align:center; font-weight:600; font-size:14px;}
