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

* {
	list-style:none;
	margin:0px;
	border:none;
	font:11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif, serif;
	text-align:justify;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

b, strong {
	font-weight:bold;
}

body {
	/*overflow: hidden;*/
	margin:0px;
	padding:0px;
	background-image:url(fundo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffae00;
}

#geral {
	width:800px;
	margin:0px auto;
}

body.repre {
	background-image:url(fundo_branco.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#representantes {
	width:100%;
	background-color:#FFFFFF;
	padding-top:40px;
	height:100%;
	text-align:center;
}

#representantes ul {
	width:500px;
	/*border-bottom:2px solid #006699;*/
	margin:10px auto;
	padding:0px;
	margin-bottom:20px;
}

#representantes ul li {
	padding:3px;
	color:#63520E;
}

#representantes ul li.titulo {
	background-color:#FF3300;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

h1#repre {
	background-color:#FF9900;
	padding:5px 0px;
	font-size:18px;
	color:#FFFFFF;
	width:100%;
	text-align:center;
}
