 *{
	font-family:sans-serif;
	margin: 0;
	padding: 0;
}
body{

	background-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
#dv{
    background-image:url("fogos.jpg");
	background-repeat: no-repeat;
	background-size: cover ;
	width:100%;
	height:100px;
    position: fixed;
    text-align: center;
    z-index: 20;
}
#dv img{
	margin-top: 15px;
}
#dv:hover{
	border: 1px solid orange;
}
table{
    position: relative;
    margin-left: 0px;
    border: 1px solid tomato;
    width: 960px;
    margin: auto;
    top: 110px;
    z-index: 10;
}
table tr{
    text-align: left;
    line-height: 40px; 
    background-color: bisque;  
}
table tr td span{
    font-size: 20px;
    padding-left: 5px;
    background: bisque;
    color: #556B2F;
    font-weight: 800;
}
table tr td a{
    text-decoration: none;
    color:tomato;
}
#desc{
    line-height: 30px;
}
#desc div{
    background-color:wheat;
    width: 960px;
    min-height: 150px;
}

/* ------------------- Fim da tabela ----------------*/

#imo{
    position: relative;
    left: 0px;
    top: 120px;
    width: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.imo{
    width: 35%;
    min-height: 248px;
    display: inline-table;
    text-align: center;
    vertical-align: top;
    margin-bottom: 4px;
}
.imo img{
    width: 600px;
}
.icon3{
	position: fixed;
	top: 5px;
	right: 20px;
	padding: 10px;
	padding-bottom: 20px;
}
.icon3:hover{
	border: 1px solid yellowgreen;
	border-radius: 50px;}
.icon3 img{
	margin-right: 0px;
}
    
