/*
 * Servicos
 */

/*Azul*/
.serv1 {
	background: blue;
	width:150px;
}

/*Verde*/
.serv2{
	background: green;
	width:150px;
}

/*Laranja*/
.serv3{
	background: orange;
	width:150px;
}

/*Vermelho*/
.serv4{
	background: orange;
	width:150px;
}

/*Lilás*/
.serv5{
	background: #660066;
	width:150px;
}

/*Castanho*/
.serv6{
	background: brown;
	width:150px;
}
