*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin:0; padding:0;
}

body{
	margin-left: 10px;
	background:#ecf1f4;
	font-size: 16px;
	font-family: "Roboto", "Arial", "Times New Roman", Times, serif;;
	/* Centramos el fondo horizontal y verticalmente */
	background-position: center center;
	/* El fonde no se repite */
	background-repeat: no-repeat;
	/* Fijamos la imagen a la ventana para que no supere el alto de la ventana */
	background-attachment: fixed;
	/* El fonde se re-escala automáticamente */
	background-size: cover;
	/* Color de fondo si la imagen no se encuentra o mientras se está cargando */
	/* background-color: #FFF;
	background-color: rgb(224, 224, 224);
	/* Fuente para el texto */
	/* text-align: center; */
	color: #000;
	background-color: #F1C40F;
	
}

.cuerpo {
	margin: 20 ;
	width: "100%";
	align-items: center;
	justify-content: center;
}

.img-responsive {
	width: 100%;
	height: auto;
}
footer
{
    margin-top: 2px;
    margin-block-end: auto;
    text-align: center;
}


@media (max-width: 500px) {
.img-responsive {
	max-width: 400px;
	height: auto;
}


}
