/**
* HTML TAGS
* @author: RODRIGO ASSUNÇÃO
* @since : 03/2007
*/
*{
	margin:0;
	padding:0;
}
body{
	font-size:7px;
	background-color:#F5F5F5;
}
p{
	margin-bottom:10px;
}
a {
	color:#6F6F6F;
	text-decoration:none;
}
a:hover {
	color:#939393;
}

/**
* LAYOUT
* @author: RODRIGO ASSUNÇÃO	
* @since : 03/2007
*/
#geral{
	width:100%;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6F6F6F;
}
#linhaLaranja{
	width:100%;
	height:8px;
	background-color:#F39103;
}
#menu{
	width:100%;
	height:64px;
	background-image:url(../img/bg_menu.gif);
	background-repeat:repeat-x;
}
#banner{
	width:100%;
	height:194px;
	background-color:#CCC;
	background-image:url(../img/bg_banner.gif);
	background-repeat:repeat-x;
}
#backConteudo{
	width:100%;
	background-image:url(../img/bg_body.gif);
	background-repeat:repeat-x;
	background-color:#D6D6D6;
}
#bodyConteudo{
	width:780px;
	background-image:url(../img/bg_conteudo.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #E3E3E3;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#colEsquerda{
	width:770px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

#colEficiencia{
	float:left;
	width:770px;
	text-align:justify;
	background-image:url(../img/bg_row.gif);
	padding-right: 0px;
}

#colBottom{
	width:760px; 
	height:78px; 
	margin-bottom:10px; 
	margin-left:10px; 
	margin-right:10px;
}

#grupo {
	float:left;
	width:383px;
	height:auto;
	padding-right:0px;
	padding-left:0px;
}

#certf {
	float:right;
	width:380px;
	height:auto;
	padding-left:0px;
}

#rodape{
	float:left;
	width:100%;
	height:100px;
	margin:0 auto;
}
#boxExtend{
	width:100%;
	clear:both;
}

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

/**
* CLASSES
* @author: RODRIGO ASSUNÇÃO	
* @since : 03/2007
*/
.linhaBranca{
	width:100%;
	height:4px;
	background-color:#FFF;
}
.colDestaque{
	float:left;
	width:260px;
}
.imgDestaque{
	width:250px;
	margin:0 auto;
}
.textDestaque{
	width:230px;
	height:55px;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
	margin-top:1px;
	text-align:justify;
}
.rowDestaque{
	float:left;
	width:383px;
	height:80px;
	/*margin:0 auto;*/
	background-image:url(../img/bg_row.gif);
	background-repeat:no-repeat;
}

.rowDestaque2{
	float:right;
	width:383px;
	height:80px;
	/*margin:0 auto;*/
	background-image:url(../img/bg_row.gif);
	background-repeat:no-repeat;
}

.rowImage{
	float:left;
	width:130px;
	height:auto;
	padding-top:10px;
}
.rowText{
	float:right;
	width:240px;
	height:auto;

	padding-right:10px;
	padding-top:10px;
	text-align:justify;
}
.linkLaranja{
	color:#DB8E19;
}
#limpar{
background:transparent url(../vector/img/bt_limpar.gif) no-repeat scroll 0%;
border:medium none;
content:"";
margin:0 0 2px 5px;
height:16px;
line-height:0pt;
text-indent:-9999px;
width:65px;
}
#enviar{
background:transparent url(../vector/img/bt_enviar.gif) no-repeat scroll 0%;
border:medium none;
content:"";
margin:0 0 2px 5px;
height:16px;
line-height:0pt;
text-indent:-9999px;
width:65px;
}
#rowDestaque p a img{

}