@charset "UTF-8";
/********************************************************************************
CONFIGURAÇÕES GERAIS
********************************************************************************/

*{margin:0; padding:0; list-style:none; line-height:120%;}
html{overflow:auto;}
body{width:100%; height:100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px;}
#background{width:100%; height:100%; position:absolute; z-index:-1;}
a{text-decoration:none; color:#C90; cursor:pointer;}
a:hover{color:#C80;}	
a img{border:none;}
.limpa{clear:both;}

/********************************************************************************
GERAL
********************************************************************************/
#geral{width:900px; margin:0 auto;}

/********************************************************************************
TOPO
********************************************************************************/
#geral #topo{width:600px; height:325px; margin:0 auto; float:left;}

/********************************************************************************
TEXTO
********************************************************************************/
#geral #topo #texto{width:auto; color: #333; font-size: 14px; text-align: justify; padding-top:40px;}

/********************************************************************************
INFO
********************************************************************************/
#geral #topo #info{color:#FFE; font-size:12px; width:auto; margin-top:20px; background:url(../img/bg.png); font-weight:lighter; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
#geral #topo #info ul{padding:20px;}
#geral #topo #info ul li{margin-bottom:10px;}

/********************************************************************************
LOGOS
********************************************************************************/
#geral #topo #logos{margin:30px 0 0 0;}
#geral #topo #logos a{display:block; float:left;}
#geral #topo #logos a:last-child{margin:0;}