/*
	iThink - Amil - Hospital Vitória
	Caio J Ruman
*/

/************************************************************************************************
		IMPORT ADDITIONAL SHEETS
*************************************************************************************************/

	
	@import url("reset.css");
	@import url("estrutura.css");
	@import url("internas.css");		

/************************************************************************************************
		BODY, WRAPPINGS, ANCHORS
*************************************************************************************************/
	
	html { font-size: 62.5%; }		
		
	body { 
		font: normal 1em/1.4em Arial, Helvetica, sans-serif; 
		background: #7bcecf url(../img/common/bg_body.png) repeat-y center;
	}

	#principal { background-color: #fff; }

	/* Basic inputs fonts */
	input, select, textarea { font: normal 1.1em Arial, Helvetica; color: #666; }
	
	a { text-decoration: none; }
	a:visited { text-decoration: none; }
	a:hover { text-decoration: underline; }
	
	.clear         { clear: both; }
	.inv           { visibility: hidden; }
	.dnone         { display: none; }
	hr.clear { visibility: hidden; height: 0; clear: both; }		
	
/* 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 */	


