/*
Estrutura
--------------------------------------------------------------------------------
*/ 

*
{
	margin:0px;
	padding:0px;
	border:0;
	list-style:none;
	text-decoration:none;
	vertical-align: middle;
}

img 
{
	border:0;
}	  
 
hr
{ 
	display:none;  
}

body
{
	background:#670001 url(img/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, Verdana, Tahome, Sans-serif;
	font-size: 11px;
	text-align: center;
}
.cabecalho
{
	width:760px;
	height:73px;
	margin:0 auto;
	background:url(img/bg-header.jpg);
	display:block; 
	text-align: left;
}

h1 {
	font-size: 30px;

}

.loja
{
	width:760px;
	height:65px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: auto;
}

.topo-info 
  {
  display:block;  
  width:760px;
  height:200px;
  margin:0px 0 10px 0;
  padding: 15px 0 0 0;
  }


.texto,
.pdf
{
	text-align: left;	
  display:block;
  float:left;
  width:358px;
  margin:10px;	
}
.imagem-boleto
{
text-align: left;	
  display:block;
  float:left;
  width:278px;
  height:131px;
  margin:10px;	
  background: url("img/boletos-topo.jpg") top center no-repeat;
}


.pdf p
  {
  display:block;
  width:190px;
  float:left;
  color:#777;
  }


.texto h1
{
  font-size:25px;
  color:#666;
  margin:10px 0 0 10px;
  letter-spacing: -1.5px;	
  line-height: 27px;
}

.logo
{
	width:140px;
	height:65px;
	margin: 0 0 0 20px;
	float: left;
	text-align: left;
	border-bottom: 1px dashed red;
	border-right: 1px dashed red;
}


.descricao
{
	width: 470px;
	height:65px;
	text-align: left;
	margin-left: 140px;
	border-bottom: 1px dashed red;
}

.download
{250px;
	height:65px;
	margin:0 20px 0 0;
	float: right;
	text-align: left;
	position: relative;
	top: -66px;
	border-left: 1px dashed red;
	border-bottom: 1px dashed red;
}

.geral,
.geral-interna 
{
	width:760px;
	min-height:768px;
	padding:0 0 50px 0;
	margin:0 auto;
	background: no-repeat;
	display:block; 
	text-align: left;
	background-color: #fff;
}


.box-geral 
  {
  display:block;
  width:740px;
  height:80px;
  margin:10px;
  color:#666;
  border-bottom:1px dotted red;
  cursor: pointer; 
  }
  
.box-geral:hover 
  {
  background:#DEE3F5;
  color:#000;
  }
  
  
.box-img,
.box-download,
.box-conteudo 
  {
  display:block;
  width:138px;
  height:80px;
  float:left;
  
  border-right:1px dotted red;        
  }


  
.box-img 
  {
  background:#fff;
  }

.box-img img
  {  
  margin:8px 0 0 0 ;
  cursor:default;
  }


.box-download
  {
  width:100px;
  border-right:0px dashed red;
  background:#fff url(img/gerar-boleto.jpg) no-repeat 5px 8px ;  
  }

.box-download img 
  {
  margin:8px 0 0 6px;  
  }



.box-conteudo 
  {
  width:500px;
  }

.box-conteudo p,
.box-conteudo h2 
  {  
  margin:20 50px;
  }

.box-conteudo h2  
  {
  margin:10px;
  font-size:15px;
  }


.rodape
{
	width:760px;
	height:100px;
	display:block;	
	margin:0 auto;
	
}

.rodape a  
  {
  width:338px;
  height:35px;
  display:block;
  float:right;
  *margin:1px 0 0 0;
  }



