@charset "utf-8";
/* CSS Document */

/*** genericos ***/

	html, body, h1, h2, h3, h4, p, div, ul, li, ol, dl, dt, dd, form, fieldset, label, input, select, textarea { margin:0; padding:0;}
	
	img, fieldset { border:0;}
	
	hr, legend { display:none;}
	
	ul, ol { list-style:none;}
	
	html, body { width:100%; height:100%;}
	body { text-align:center; background:#fff; font:12px Arial, Helvetica, sans-serif; font-weight:normal;}
	
	:focus { outline:none;}
	
	a:hover { text-decoration:none;}