*{
margin:0; 
padding:0;
outline:0;
}

FIELDSET ,
IMG {border: 0px;}

html, body{ 
text-align:center; 
 background-color: #ffffff; 
/* background-color: #F8F8F8 ;  */
background-image: url('../img/bg.jpg');
background-repeat: repeat-x; 
} 

#acessibilidade {
width: 1px;
height: 1px;
overflow: hidden;
position: absolute;	
}

#head-fiocruz{
margin-left:auto; 
margin-right:auto;  
width: 960px; 
height: 54px; 
display: block;
/* background-image: url('../img/head-fiocruz.jpg'); */
} 

#header{
width: 960px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
margin-bottom:15px;  
/* height:75px;  */
height:115px; 
background:#ffffff;
/* background-image: url('../img/head-bg.png'); */
background-position: center bottom;
position: relative;
} 

#banner{
float: right;
width: 480px;
/*width: 418px;*/
height: 60px;
margin-top: 5px;
margin-right: 5px;
}

#pagewidth{ 
width:950px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#leftcol{
/* width:170px;  */
width:170px; 
float:left; 
position:relative; 
/* background:red; */
}
 
#twocols{
width:780px; 
float:right; 
position:relative; 

}
 
#rightcol{
width:255px;  
float:right;  
position:relative; 
margin-left:-20px; 
padding-right:-20px;

}
 
#maincol{
float: left; 
display:inline; 
position: relative; 
width:520px;
margin-bottom: 50px;
margin-left: 5px;

}
 
#footer{
} 
 
#fim{
clear:both;
} 

 
 /* *** Float containers fix: *** */ 
.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 */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
