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

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

	@import url("structure.css");
	@import url("pages.css");
	@import url("forms.css");
	@import url("classes.css");
	

		
/* ----------------------------------------------------------------*/
/* ------------->>> RESET PARA TODOS OS BROWSERS <<<---------------*/
/* ----------------------------------------------------------------*/
	/*Baseado no CSS Reset de Eric Meyer */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, button {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}		
	
	img { margin: 0; padding: 0; border: 0; outline: 0; }
	
	body { color: black; background: white;}
	
	h1, h2, h3, h4, h5, h6 { font-weight: bold; }
	
	strong { font-weight: bold; }
	
	button { background: none; cursor: pointer; }
	
	ol, ul { list-style: none; }
	
	blockquote, q { quotes: none; }
	
	:focus { outline: 0; }
	
	ins { text-decoration: none; }
	
	del { text-decoration: line-through; }
	
	table { border-collapse: collapse; border-spacing: 0;}

	a { text-decoration: none; }
	
	a:visited { text-decoration: none; }
	
	a:hover { text-decoration: none; }
	
	
/* ----------------------------------------------------------------*/
/* ------------->>> HTML, BODY & MAIN CONTAINERS <<<---------------*/
/* ----------------------------------------------------------------*/
	
	html { font-size: 62.5%; }			
	body { font: normal 1em/1.4em Arial, sans-serif; color:#656565; /*background:url(../../images/structure/background.jpg) repeat-x;*/ }
		

/* ----------------------------------------------------------------*/
/* ---------------->>> 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 */
	

	body   { behavior: url(includes/css/fix/csshover.htc); } 
	
	
	/*Correção Inputs - Mozilla, Internet Explorer 6 , Internet Explorer 7*/
	/*input { padding:3px; _padding:1px; *padding:1px; }*/
	


