/* 
	ATW
	AUTOR:GUILHERME CÂNDIDO E CRUZ

/* ---------------------------------------------*/
/* ---------->>> IMPORTA ESTILOS <<<------------*/
/* ---------------------------------------------*/

	@import url("reset.css");
	@import url("estrutura.css");
	@import url("internas.css");


/* ----------------------------------------------------------------*/
/* ---------->>> HTML, BODY E CONTAINERS PRINCIPAIS <<<------------*/
/* ----------------------------------------------------------------*/
	
	html { font-size: 62.5%; }			
	body { font: normal 1em/1.4em Arial, sans-serif; color:#656565; background:url(../../images/estrutura/background.gif) no-repeat center top; 
	background-color:#000000;}
	
/* ----------------------------------------------------------------*/
/* ---------->>> ELEMENTOS BÁSICOS <<<------------*/
/* ----------------------------------------------------------------*/
	
	/* Formulários*/
	input, select, textarea { font: normal 11px arial; border:solid 1px #2d2e2e; background-color:#090909; color:#656565; }
	textarea { border:solid 1px #2d2e2e; background-color:#090909; overflow:auto; width:480px; height:80px; }
	dt { text-align:left; width:auto; display:block;}
	
	/* Â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-right:19px; }
	.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*/]
	
	.alto 			{margin-top:-50px;}
	.fff			{ color:#FFFFFF;}
	.noborder      { border: none !important; }
	.nobg          { background-image:none!important;}
	.nowidth		{ width:555px!important;}
	.bold          { font-weight: bold; }
	.clear         { clear: both; }
	.centro 		{ margin:0 auto; text-align:center; width:100%; display:block;}
	.clearleft     { clear: left; }
	.none_margin   { margin:0!important;}
	.rela		   { position:relative; height:27px;}
	p 			   { margin-bottom:10px;}
	.blockado      { display:block; margin-bottom:10px; }
	strong 		   { }
	.cor1		   { color:#ffffff!important; font-size:1.1em;}
	.cor2 		   { color:#00fdeb;}
	.left_margin   { margin-left:20px;}
	.espaco        { margin-top:20px;}
	h1, h2, h3, h5 { font-size:1.1em;}
	.mini_text	   { font-size:0.9em;}
	.nomargin { margin:0!important;}
	.borda1 	   { border:solid 3px #FFFFFF; margin-top:5px; float:right; clear:right;}
	.block 			{ display:block;}

/* ----------------------------------------------------------------*/
/* ---------------->>> 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-right:3px; _padding-right:1px; *padding-right:1px; }
	

	/*html { height:auto!important; height:normal;}*/ 


