.sec1 {
	width:100%;
	margin:20 auto;
	padding-top:10px;
}

.sec2 {
	width:100%;
	margin:20 auto;
}

.sec2 img{
	display:block;
	margin:10px auto;
	width:60%;
}

/*--------------------------------------------------*/
/*estilos adaptables a dispositivos moviles*/

/*flex-direction:column;*/

@media screen and (max-width:800px){
	
.sec2 img{
	width:100%;
}
}