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

body{
	background-image:url(Fondo.jpg)
	}
#Central{
	border: 1px solid gray;
	position: relative;
	top: 0%;
	left: 0%;
	padding: 1%;
	text-align:center;
	}
#Imagen{
	width:65%;
	}
#Enlace1{
	color:#003;
	background-color:#C60;
	border:#003;
	width:12%;
	height:30px;
	animation:infinite;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	}