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