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

body {
	background-color:#414142;
	text-align:center;
	margin: 0;
}

img {
	border: 0px;
}

/*----- contenedores ----*/

.contenedor {
	display:block;
	position:absolute;
	width:100%;
	height: 100%;
}
		