@charset "ISO-8859-1";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	}
	
body{
	margin: 0; 
	padding: 0 0 0 0; 
	height:100%;
	bottom:0;
	}
	
h1 span, h2 span, h3 span{
	display:none;
	}
	
h1{
	display:block;
	height:205px;
	background:url(../imagens/bg_logo_asoec.jpg) repeat-x center center;	
	text-align:center;
	margin:5% 0 0 0;
	}
	
h1 em{
	display:block;
	height:205px;
	width:205px;
	background:url(../imagens/logo_asoec.png) no-repeat center center!important;
	background: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagens/logo_asoec.png,sizingMethod='crop');	
	margin:0 auto;
	}
	
#empresas{
	width:75%;
	margin:0 auto;
	padding:2% 0 0 0;
	}
	
h2{
	display: inline;
	text-align:center;
	height:83px;
	line-height:83px;
	float:left;
	}
	
h3{
	display:block;
	clear:both;
	text-align:center;
	margin:0 0 0 0;
	padding:3% 0 10px 0;
	}
	
.universo{
	width:25%;
	}
	
.capdhc{
	width:50%;
	}
	
.unitri{
	width:24%;
	}
	
address {
	width:100%;
	display:block;
	height:54px;
	line-height:52px;
	background:url(../imagens/bg_rodape.gif) repeat-x center bottom;
	margin:4% 0 0 0;
	}
	
address span {
	visibility:hidden;
	}


