* {
	box-sizing: border-box;
  }
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: #f2f2f2; 
	font-size: 1em;
	line-height: 1.5em;
}
.container{
	display: flex;
	width: 100vw;
    height:auto;
flex-wrap: wrap;
    margin: 0;
    padding: 0;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    /* overflow: hidden; */
}


p {
	margin: 0 0 1.5em 0;
}

img {
	width: 100%;
	height: auto;
}

.portada{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.imagenes{
display: flex;
    align-items: center;
    justify-content: end;
}
