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

body {
	background-color: #000000;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

/*reset de: img*/

img {
	border: none;
	margin: 0; 
	padding: 0; 
}


/*Contenedor*/

	#contenedor {
	background-image:url(../fc.jpg);
	height: 258px;
	width: 466px;
	position: absolute;
	top: 50%;
	margin-top: -129px;
	left: 50%;
	margin-left: -233px;
	}
	
	#contenedor:hover {
	background-image:url(../contact.jpg);
	height: 258px;
	width: 466px;
	position: absolute;
	top: 50%;
	margin-top: -129px;
	left: 50%;
	margin-left: -233px;
	}