@charset "utf-8";
/* CSS Document */

/* GERAL */
* 						{ padding: 0; margin: 0; border: 0; outline: none !important; }
div.form 				{ display: block; }
div.clear, span.clear 	{ display: block; clear: both; }
.container 				{ width: 980px; margin: auto; padding: 0 20px; }
body 					{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #323232; background-color: #F7F7F7; }

/* SEPARADORES */
.separador 				{ clear: both; height: 10px; }
.separador_min			{ clear: both; height: 5px; }
.separador_duplo		{ clear: both; height: 20px; }

/* FONTS */
a 		{ text-decoration: none; color: #323232; outline: none; }
a:hover { text-decoration: none; }

.img_bg	{ background-repeat: no-repeat; background-position: center center; }

.left	{ float: left; }
.right	{ float: right; }
