@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/fondo01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#contenedor {
	height: auto;
	width: 370px;
	margin-top: 360px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contenedor_intro {
	float: left;
	height: auto;
	width: 370px;
	margin-bottom: 10px;
}
#creditos_nombres {
	float: right;
	height: auto;
	width: 190px;
	margin-top: 3px;
}
#entrar {
	float: right;
	height: 50px;
	width: 80px;
}
#entrar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#creditos_nombres p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#contenedor_intro  p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#creditos {
	float: left;
	height: 50px;
	width: 370px;
	background-image: url(images/credito-trans.png);
	background-repeat: no-repeat;
	background-position: center top;
}
