/* 
	ALATUR
	AUTOR:GUILHERME CÂNDIDO E CRUZ
 */

/* ---------------------------------------------*/
/* ---------->>> IMPORTA ESTILOS <<<------------*/
/* ---------------------------------------------*/

	@import url("reset.css");
	@import url("estrutura.css");
	@import url("internas.css");
	@import url("formularios.css");


/* ----------------------------------------------------------------*/
/* ---------->>> HTML, BODY E CONTAINERS PRINCIPAIS <<<------------*/
/* ----------------------------------------------------------------*/
	
	html { font-size: 62.5%; }			
	body { 
		background:url(../../images/estrutura/bg_body.jpg) repeat-x center top;
		font: normal 1em/1.4em Verdana; 
		color:#444;
	}
	
/* ----------------------------------------------------------------*/
/* ---------->>> ELEMENTOS BÁSICOS <<<------------*/
/* ----------------------------------------------------------------*/
	
	/* Formulários*/
	input, select, textarea { font: normal 10px Verdana; color: #545454; }
	
	
	/* Âncoras*/
	a { text-decoration: none; }
	a:visited { text-decoration: none; }
	a:hover { text-decoration: underline; }
	
	/* Imagens*/
	.img-left      { float: left; margin-right:20px; }
	.img-right     { float: right; margin-left:10px; }
	.img-right-video     { float: right; margin-right:10px; border:0!important;  }
	.img-center    { display: block; margin: 10px auto 10px; }
	
	/* Posicionamento & Exibição*/
	.left    	   { float: left; }
	.right   	   { float: right; }
	.none          { display: none; }
	.inv           { visibility: hidden; }
	
	/*Estilos em Geral*/
	.nolborder		{ border-left:0!important;}
	.norborder		{ border-left:0!important;}
	.noborder      { border: none !important; }
	.nobg          { background-image:none!important;}
	.clear         { clear: both; }
	.clearleft     { clear: left; }
	.nomargin   { margin:0!important;}
	.rela		   { position:relative; height:27px;}
	p 			   { margin-bottom:10px; text-align:left; line-height:16px}
	.cor		   { color:#5a7d3c; font-weight:bold;}
	.cor1 		   { color:#737373; font-weight:bold;}
	.cor2 		   { color:#72a04c; font-weight:bold;}
	.block 		   { display:block;}
	.cor3		   { color:#72a04c!important;}

	

/* ----------------------------------------------------------------*/
/* ---------------->>> FIX CORREÇÕES E ADD-ONS <<<-----------------*/
/* ----------------------------------------------------------------*/


	.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.clearfix { display: inline-block; }
	
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }
	
	/* Hides from IE-mac \*/
	.clearfix { display: block; } 
	
	/* End hide from IE-mac */
	*+html .clearfix{ min-height: 1%;}
	
	/*Correção PNG - IE6 */
	/*img	   { behavior: url(includes/css/iepngfix.htc); } */
	
	/*Correção HOVER (Simula o :hover,muda classes) - IE6 */
	/*	body   { behavior: url(includes/css/csshover.htc); }*/
	
	/*Correção Inputs - Mozilla, Internet Explorer 6 , Internet Explorer 7*/
	/*input { padding:3px; _padding:1px; *padding:1px; }*/
	

	


/* ----------------------------------------------------------------*/
/* ---------------->>> LUCIANO CSS             <<<-----------------*/
/* ----------------------------------------------------------------*/


.tabela_conteudo {

            border-left:#DCDCDC solid 1px;

            border-top:#DCDCDC solid 1px;

}

.tabela_conteudo td {

            padding: 5px 8px;

            border-right:#DCDCDC solid 1px;

            border-bottom:#DCDCDC solid 1px;

            background:#F4F4F4;

}

.tabela_conteudo th {

            padding: 5px 8px;

            border-right:#DCDCDC solid 1px;

            border-bottom:#DCDCDC solid 1px;

            background: #81AA5B;

            color:#FFFFFF;

}

.img_conteudo {

            border:#DCDCDC solid 1px;

            padding: 5px;

}