
@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

:focus {
  -moz-outline-style:none;
}

body {
	background-image:  url(../imagenes/fnd_00.png);
		background-repeat: repeat-x;
		background-position: top;
	background-color: #242424;
	word-wrap: break-word;
}
img {
   padding: 0px;
   margin: 0px;
   border: 0;
}

a:link, a:visited, a:active {
		background-image: url(../imagenes/logo+.png);
		background-repeat: no-repeat;
		width: 410px;
		height: 150px;
		display: block;
		border: none;
		border: 0;
		border-color: #242424;
		
	}

.contenido {
	width: 410px;
	height: 150px;
	margin-left: -205px;
	margin-top: -75px;
	position: absolute;
	left: 70%;
	top: 60%;
	}
.hiddenPic {display:none;}
a:hover {
	background-image: url(../imagenes/logo_.png);
}
