/******************************************************************************

	Plásticos Vipal
		339 - Plásticos Vipal

	basico.css
		estilos para as tags html comuns
			v001

	Criacao:	24.04.2007

	Por:		Wagner Brahm
					http://www.casainterativa.com.br
					
 *****************************************************************************/

  /* --------------------------------------------------------------------------
  elementos basicos
---------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

html, body { margin: 0; padding: 0; }

body { font: 11px Arial, Helvetica, sans-serif; color: #000000; background: #ffffff; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; }
	h1 { font-size: 2em; }
	h2 { font-size: 1.8em; }
	h3 { font-size: 1.2em; }
	h4 { font-size: 1.1em; }
	h5 { font-size: 1em; }
	h6 { font-size: 1em; }

a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

p { padding: 0 0 10px 0; font-size: 1em; line-height: 1.3em; }

b {}

em {}

textarea, input, select { height: 18px; margin: 0; padding: 2px; font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif, sans; color: #0d305a; border: 1px solid #676767; background-color: #ffffff; }

img { margin: 0; padding: 0; border: none; }


/* hacks
---------------------------------------------------------------------------- */
 /* *** Float containers fix *** */ 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* esconde do IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix{ display: block; }
/* esconde do IE-mac */
