﻿.limpador 
{
    clear:both;
    }

.titulo_internas h1
{
    margin-left:10px;
    margin-top:10px;
    text-transform:uppercase;
     
    }
   
ul {
   float:left;
   list-style-type:none;
   color:#000;
   font-weight:bold;
   margin-top:30px;
}

a {
	color:#000;
	text-decoration:none;	
}

li a:hover {
	text-decoration:underline;	
}

.caixaFa{
	width:400px;
	height:300px;
	float:left;
	margin:0 0 0 50px;	
}

.imgTopo{
	width:380px;
	height:10px;
	background:url(images/topo_descricao.jpg);
	float:left;
}

.maisMenos 
{
    float:right;
    margin-right:60px;
    margin-bottom:5px;
    
    }
.imgBase{
	width:380px;
	height:10px;
	background:url(images/base_descricao.jpg);	
	float:left;
}

.btnCadastrarFa p 
{
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    float:right;
    margin-right:30px;
    }
    
 .btnCadastrarFa a:hover
 {
     text-decoration:underline;
     }
 
.btnCadastrarFa img
{
    float:left;
    margin-left:185px;
    margin-top:13px;
    }

.conteudoFa{
	width:380px;
	height:auto;
	background:#f0f0f0;
	float:left;
	
}

.conteudoFa h2 {
	text-transform:uppercase;
	margin:5px 0 0 15px;
    color:#b5a530;
}

.linha {
	width:350px;
	border:#999 dashed 1px;	
	margin-left:13px;
	margin-top:20px;
}

.conteudoFa h4 {
	margin-left:15px;
	text-transform:uppercase;	
}

.textoInterno1 {
	/*background:#099;*/
	width:300px;
	height:auto;
	margin-left:15px;
		
}

.textoInterno1 p {
	font-size:12px;
	text-transform:uppercase;
	margin:3px 0 0 0;	
}


.textoInterno2 {
	/*background:#099;*/
	width:300px;
	height:auto;
	margin-left:15px;
	margin-top:15px;
		
}

.textoInterno2 p {
	font-size:12px;
	text-transform:uppercase;
	margin:3px 0 0 0;	
}


.bannerRodape 
{
    width:290px;
    height:72px;
    background-color:Black;
    float:left;
    
    }
