/*
	CIBE - NASCENTES DAS GERAIS
	Guilherme Cāndido e Cruz
	www.vm2.com.br
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		IMPORT ADDITIONAL SHEETS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	@import url("reset.css");
	@import url("estrutura.css");
	@import url("internas.css");


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS e outros elementos de todo o site
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	html {
		font-size: 62.5%;
	}
		
	body {
		font: normal 9px Verdana, Arial, sans-serif;
		background:url(../../images/home/corpo_principal_bg.gif) center 0px;	
		
	}
	
	#corpo_inteiro { width:760px; margin:0 auto; background:url(../../images/home/corpo_principal_bg_1.gif) no-repeat; }
	#rodape { background:url(../../images/home/rodape.gif); width:760px; height:80px; margin:0 auto; position:relative; }
	#rodape a.byvm2 { float:right!important; color:#63931e; margin-top:20px; margin-right:40px; background:none;  }
	#rodape a{ float:left; color:#63931e; margin-top:20px; margin-left:35px; display:inline; background:url(../../images/interna/arearestrita/bullet_rodape.gif) no-repeat scroll 0px 50%; padding-left:10px;   }
	#rodape span { color:#a0a0a0; position:absolute; top:51px; left:235px; }
	


/* Basic inputs fonts */
input, select, textarea { font: normal 10px Verdana, Arial, Helvetica; color: #545454; }

a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

.img-left      { float: left; margin: 0 10px 5px 4px; }
.img-right     { float: right; margin: 0 15px 5px 5px; }
.img-center    { display: block; margin: 10px auto 10px; }
.floatleft     { float: left; }
.noborder      { border: none !important; }
.bold          { font-weight: bold; }
.clear         { clear: both; }
.clearleft     { clear: left; }
.inv           { visibility: hidden; }
.dnone         { display: none; }

/* Clearfix */

.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; }

*+html .clearfix{
  min-height: 1%;
}

/* End hide from IE-mac */