body { background-color: #c7fbf3; margin: 0px; overflow: hidden; }
#contenedor{
	margin: auto;
	width: 1366px;
	cursor: pointer;
	overflow: hidden;
	height: 768px;
}
header{
	position: relative;
	top:0px;
	left:501px;
	z-index: 1;

}
#ripple{
	background-image:url(../img/underwater1.jpg);
	background-color: #d5dee2;
	width:1366px;
	height:768px;
}
.link {
	background:url(../img/boton.gif) no-repeat;
	width: 205px;
	height:73px;
	position:relative;
	top:-193px;
	left: 600px;
	cursor: pointer;
	padding-left: 61px;
	line-height: 60px;
}

a{
	font-size: 24px;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	
	
}
a:hover{
	color: #878787;
}
