@charset "utf-8";
/* CSS Document */

.contacto {
	background-image: url(images/contacto.gif);
	padding: 20px;
	height: 300px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: right;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

