@font-face { 
	font-family:'calibri';
	font-weight:normal;
	font-style:normal;
	src:local('calibri'),
		url('../../../fontes/calibri.ttf') format('truetype'),
		url('../../../fontes/calibri.woff') format('woff');
	}
	
@font-face { 
	font-family:'helvetica';
	src:url('../../../fontes/helveticaneuethin.otf') format('opentype');
	}

*{
	border:none;
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	}

#equipamentos{
	width:490px;
	position:absolute;
	top:39px;
	}

#equipamentos li{
	width:90%;
	text-align:center;
	font-family:'helvetica';
	font-weight:lighter;
	color:#404040;
	font-size:24px;
	}
	
#equipamentos p{
	margin-right:25px;
	text-align:justify;
	font-family:calibri;
	color:#000;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	}
	
#equipamentos img{
	position:absolute;
	width:80%;
	border-radius:5px;
	margin:20px;
	
	-moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
	}