html,*{
	margin:0;
	padding:0;
	border:0;

}
body{
background-color: #000000;
	}
/*_______________________________________________arribatodo_________________________________________________*/
#todo {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 100%;
	height: 289px;
}
#todoiamgen {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 641px;
	height: 289px;
	background: url(imagenesindex/fondoimagen.jpg) no-repeat center;
}
#entrartodo {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 100%;
	height: 49px;
	background: url(imagenesindex/fondo.jpg) repeat-x;
}
#entrar {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 641px;
	height: 49px;
	background: url(imagenesindex/entrartodo.jpg) no-repeat center;
}
#botonentrar {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 154px;
	height: 49px;
}
#botonentrar a {
	display: block;
	background-position: bottom center;
}
#botonentrar a:hover {
	background-position: top center;
}
#botonentrar .entrar {
		width: 154px;
	height: 49px;
	background-image: url(imagenesindex/botonentrar.jpg);

}
#creditos {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 100%;
	height: 100px;
	text-align: center;
	top: 25px;
}
.creditos {
	font-family: "Times New Roman", Times, serif;
	color: #D2C696;
	font-size: 13px;
}
a.plugin {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a.plugin:hover {
	text-decoration: none;
}
