html {
	background: url(../images/background/background_contactos.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

div.squarecontact {
	position: absolute;
	width: 250px;
	height: 250px;
	background: #FFF;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	text-align: center;
	line-height: 250px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
	box-shadow: 5px 5px 5px #333333;
}

div.squarecontact img {
	width: 250px;
}

div#square1contact {
	top: 10%;
	left: 10%;
}

div#square2contact {
	bottom: 15%;
	left: 30%;
}

div#square3contact {
	top: 30%;
	right: 23%;
}

