/* CSS Document */
html,body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
	height:100%;
}
.contenedor{
	position:relative;
	width:100%;
	height:100%;
	}
.intro{
	position:absolute;
	bottom:0;
	}

