/*
	Caio J Ruman - VM2 - www.vm2.com.br
	caio@vm2.com.br
	18/12/2006
*/

@import "estrutura.css";
@import "internas.css";

/** Geral - Tags **/

* { margin: 0; padding: 0; }

html { font-size: 125%; }

body { font: normal 50%/1.4em Verdana, Arial, Helvetica, sans-serif; background: #fff url(../../images/layout/bg_home.gif) repeat-x 0 335px; color: #000;  }
body#logado { background: #fff url(../../images/layout/bg_home_logado.gif) repeat-x 0 335px; }
body#recibovisa { background:#000; background-image:none; }

p { }

h2 { }

a { text-decoration: none; }
a:visited { }
a:hover { text-decoration: underline; }

fieldset, img { border: none; }
legend { display: none; }

input, select, textarea { font: normal 1em Verdana, Arial, Helvetica, sans-serif; color: #444547; }


/** Misc **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.none { display: none; }
.clear { clear: both; }


