/* realizado por alberto*/
*{
	box-sizing: border-box;}

	body{
		padding: 0 50px;
		background-color: #fbdfde; lorem	
		font-family: sans-serif;
		text-align: justify;
	}
	h1{
		margin: 0;
		font-size: 3rem;
		text-align: center;
		text-transform: uppercase;
		color: #FD390F	}
    h2{
    	margin: 0;
    	color: #ff8a83;
    	font-size: 3rem;
    	text-transform: capitalize;
    	text-shadow: 3px 3px black;
    }
    hr{
    	color: #31A42C
    	width:59%;
    	height: 20%;
    	border: black;
    }
    .rojo{color: red;
    	background-color: #ffffff}
    img{width: 35%;
        border: #ff8a83 5px solid;
        padding: 5px;
        margin: 1rem;
        max-width: 100%;}
    .suv{color: red;
         background: yellow;}
    .neo{color: green;
         background: white;
         font-size: 2rem;}    
    .bes{
    	color:blue;
    	background:#F7A16C;
    	font-size: 3rem; 
    }      
@media screen and (min-width: 800px){
    .caja1,.caja2 {display: flex; flex-direction: row;}
}