#content{
	width: 650px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	}
#texto{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
	color: #5A5545;
	}
#texto a{
	color: #5A5545;
	}
#titulo{
	color: #D7B830;
	font-size: 30px;
	font-weight: bold;
	}
#LeftCol{
	color: #D7B830;
	font-size: 30px;
	float: left;
	}
#packs img{
	float: left;
	margin-left: 25px;
	border: 1px solid #000;
	box-shadow: 0 9px 0px 0px rgba(0,0,0,0),
                0 -9px 0px 0px rgba(0,0,0,0),
                12px 0 15px -4px rgba(0,0,0,0.5),
                -12px 0 15px -4px rgba(0,0,0,0.5);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s linear;
            -moz-transition: opacity 0.2s linear;
            -o-transition: opacity 0.2s linear;
            -ms-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
	}
#packs img:hover{
	opacity: 1;
	}
	
#RightCol{
	margin-top: 50px;
	color: #CC1100;
	font-size: 30px;
	float: left;
	}
	
	
/* CLIENTES / PROJETOS */

#clientes{
	margin-top: 15px;
	}
#clientes img{
	margin-left: 7px;
	margin-bottom: 6px;
	border: 1px solid #fff;
	float: left;
	}
#clientes img:hover{
	border: 1px solid #888;
	}
	
	
/* CONTACTOS */

#contactTable{
	border-spacing: 0;
	}
#contactTable td{
	vertical-align: top;
	text-align: left;
	border: 5px solid rgba(0,0,0,0);
	}