#infos {
	width: 230px;
	height: 120px;
	float: left;
	margin: auto;
}
#infos .arbol5 {
	width: 120px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 25px 0 0 15px;
	position: absolute;
	color: #2e89c8;
}
.contact1 {
	height: 120px;
	width: 228px;
	background-color: #2e89c8;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	position: absolute;
	background-image: url(../imagenes/informacion.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
	color: #ccc;
	margin-top: 75px;
}

.contact2 {
	height: 120px;
	width: 228px;
	background-color: #2e89c8;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	position: absolute;
	background-image: url(../imagenes/telefono.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-top: 272px;
}

.contact3 {
	height: 120px;
	width: 228px;
	background-color: #2e89c8;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	position: absolute;
	background-image: url(../imagenes/sobre.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-top: 470px;
}
#infos .contact1 p, #infos .contact2 p, #infos .contact3 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
	text-align: center;
	margin: 65px auto;
	line-height: 15px;
}
