@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	
	}
	
	body{ background:#201b17;}
#master{
	width:900px;
	height:770px;
	margin:0 auto;
	display:block;	
}

#master #topo{
	width:900px;
	height:147px;
	margin:0;
	display:block;
	float:left;
	background:url(../img/barrasuperiopr.jpg) bottom center no-repeat;
	padding-bottom:1px;
}

#master > #topo{
	width:900px;
	height:147px;
	margin:0;
	display:block;
	float:left;
	background:url(../img/barrasuperiopr.jpg) bottom center no-repeat;
	padding-bottom:4px;
}


#master #topo #logo{
	width:350px;
	height:147px;
	margin:0;
	display:block;
	float:left;
}

#master #topo #slogan{
	width:510px;
	height:90px;
	margin:0;
	display:block;
	float:right;
}

#master #topo #menu{
	width:509px;
	height: 0px;
	margin:0;
	display:block;
	float:right;
}

#master #lineleft{
	width:175px;
	height:530px;
	display:block;
	float:left;
	background:#db261f;
	color:#FFF;
	padding:40px 20px 0px 20px;
	
}

#master #lineleft #banner{
	width:157px;
	height:300px;
	display:block;
	float:left;
	background:#db261f;
	color:#FFF;
	padding:80px 0 0 0 ;
	
}

#master #lineright{
	width:684px;
	height:570px;
	display:block;
	float:left;
	background:#db261f;	
}

#master #lineright #destaque{
	width:581px;
	height:29px;
	display:block;
	float:left;
	background: url(../img/destaques.jpg);
	padding: 12px 0 0 35px;
	font-size:14px
}

#master #lineright #destaque2{
	width:581px;
	height:29px;
	display:block;
	float:left;
	background: url(../img/destaques2.jpg);
	padding: 12px 0 0 35px;
	font-size:14px
}

#master #lineright .bloco{
	width:161px;
	height:150px;
	padding: 10px 10px 10px 0 ;
	display:block;
	float:left;
	font-weight: bold;
	text-align:center;
}

#master #lineright .bloco2{
	width:120px;
	height:95px;
	padding: 10px 5px 5px 0 ;
	display:block;
	float:left;
	text-align:center;
}

#master #lineright > .bloco2{
	width:125px;
	height:95px;
	padding: 10px 10px 10px 0 ;
	display:block;
	float:left;
	text-align:center;
}

#master #veja{
	width:684px;
	height:auto;
	display:block;
	float:left;
	text-align: center;
	color: #c7c6c5;
	padding: 0 0 5px 0;
	}

#master #foot{
	width:900px;
	height:76px;
	display:block;
	float:left;
	text-align: center;
	color: #c7c6c5;
	}
	
#master #conteudo{
	width:620px;
	height:auto;
	display:block;
	float:left;
	text-align: left;
	color: white;
	
	padding: 10px 0 5px 0px;
	}
	
	
	
.carro{
	border:4px solid white;
	
}
	
a.btn:link, a.btn:visited{	
	color:#FFF;
	text-decoration:none;
}

a.btn:hover {
	color:#FFF;
	font-weight: bold;
}


a.btn2:link, a.btn2:visited{	
	color: #c7c6c5;
	text-decoration:none;
}

a.btn2:hover {
	color:#FFF;
}

a.btn3:link, a.btn3:visited{	
	color:#000;
	text-decoration:none;
}

a.btn3:hover {
	color:#FFF;
}

a.btn4:link {	
	color:#FFF;
	text-decoration:none;
	text-decoration:underline;
}
 
a.btn4:visited {
	color:#FFF;
}

a.btn4:hover {
	color:#FFF;
	font-weight: bold;
}

table#tabela {
	text-align:center;
	padding: 0 0 0 150px;
	
	}