/* 
	@Project: 
	@Description: 
	@Version: 1.0
	@Author: Rafael Matias
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Import
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

	@import url("structure.css");
	@import url("pages.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Reset
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	
	html, body{ border:0; background:transparent; margin:0; padding:0;  font-size:100%; height:100%; }
	b,pre,center,strike{ display:none; visibility:hidden;}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Base
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

	html { font-size:62.5%; }
	body { color:#7e7e7e; font-family:Arial, Helvetica,  Sans-serif; font-size:1.3em; }

	h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-size:1em;}
	
	
	big			{ font-size:1.3em; }
	blockquote  { margin:1em 3em;  }
	caption		{}
	del 		{ text-decoration:line-through;}
	p  			{ margin:0 0 0.5em 0;}
	small 		{ font-size:0.8em; }
	span 		{				   }
	sup, sub	{ font-size:0.8em; }
	
	a 		  	   { color:#434349; text-decoration:none; }
	a:active	   { color:#000000; }
	a:focus		   { color:#454545; }
	/*a:visited      { color:#959595; }*/
	a:hover        { text-decoration:underline; }
	/*a:link         { color:#454545; }
	
	a:visited:hover{ color:#ff0033; }*/

	ul, ol  { list-style:outside none; margin:0; padding:0; }
	ul		{ }
	ol		{ }
	dl		{				  }
	dt		{				  }
	dd		{ margin:0;   }
	
	fieldset 	   { margin:0; padding:1em; }
	textarea 	   { overflow:auto; vertical-align:top; }
	input, textarea{ font-family:inherit; font-size:inherit }

	table{}
	table td{ border-collapse:collapse; vertical-align:middle;}
	table th{ font-weight:bold;}

	hr { line-height:0; height:1px; outline:none; background:none; size:portrait; margin:12px 0; _margin:0; font-size:0; color:#FF0000; }
	
	img{ border:none;}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Class
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	

	.btn		{ cursor:pointer;}
	.txt		{				 }
	
	.nbo		{ border:none;	 }
	.border		{ border:1px solid #e7e7e9;	}
	
	.img-right	{ float:right; margin:0 0 0 15px;}
	.img-left	{ float:left; margin:0 15px 0 0;}
	
	.right		{ float:right; }
	.left		{ float:left;  }
	
	.hidden		{ visibility:hidden; }
	.visibled	{ visibility:visible}

	.block		{ visibility:hidden; }
	.none	{ visibility:visible}
	
	.clear		{clear:both;}
	.clearleft	{clear:left;}
	.clearfix:after  { clear:both; content: "."; display:block; height:0; visibility:hidden; }
	.clearfix 		 { display:inline-block; }
	* html .clearfix { height:1%; 		}
	.clearfix 		 { display:block;  }
	*+html .clearfix { min-height:1%;  }
