/* 
	VM2 - Agência Digital
	TKM - 11/11/2006
*/

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

* { margin: 0; padding: 0; }

html { font-size: 125%; }

body { text-align: center; font: normal 50% Verdana, Arial, Helvetica, sans-serif; /* 1em = 10px */ }

body#home{
	background:transparent url(../../images/site/bg_home.gif) no-repeat center 77px;
}

#home #dhtml_concurso_cultural {
     position:absolute;
     z-index:1;
     left: 50%;
     margin-left: -240px;
	 margin-top:-350px;
	 _margin-top:-320px;
}

#home #dhtml_BomDaVida{
     position:absolute;
     z-index:1;
     left: 50%;
     margin-left: -300px;
	 margin-top:-300px;
	 *margin-top:-450px;
}

#home #dhtml_Eco{
     position:absolute;
     z-index:1;
     left: 55%;
     margin-left: -270px;
	 margin-top:-440px;
	 *margin-top:-420px;
}

body{
	background:transparent url(../../images/site/bg_internas.gif) repeat-x center 77px;
}

#principal { text-align: left; margin: 0 auto; width: 78.1em;  }

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

ul { list-style-type: none; }

h1 { font-size: 1em; }
h2 { font-size: 1.1em; color: #535905; text-transform: uppercase; }
h3 { font-size: 1em; color: #fff; background-color: #677f99; font-weight: normal; padding: 0.3em 0.5em; margin: 0.4em 0 1.4em;  }
h4 { font-size: 1.2em; }
h5 { font-size: 0.5em; color: #fff; font-weight: normal; padding: 0.3em 0.5em; margin: 0.4em 0 1.4em;  }

a { text-decoration: none; color: #2269b6; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

p { color: #676767; }

img { border: none; }

input, select, textarea { border: solid 1px #9cb2c7; font: normal 1em Arial, Helvetica, Sans-serif; color: #676767; padding: 0.1em 0.4em 0.2em 0.2em; }
input.no_border { border:none; }

/* Misc */

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

/*.clearfix { display: inline-block; }*/

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
