                .container{
                    width:800px;;
                    height: 1272px;
                    border: 1px solid black;
                }

                .container div{
                    border-top: 1px solid black;
                    border-bottom: 1px solid black;
                }

                .banner{
                    width:800px;
                    height:60px;
                }
                .logo_1{
                    position:relative;
                    width:50px;
                    top:5px;
                    left:10px;
                }
                .logo_2{
                    position:relative;
                    width: 35px;
                    top: -5px;
                    left: 690px;
                }
                .logo_2:hover{
                    width:40px;
                    cursor:pointer;
                }

                .banner p{
                    position:absolute;
                    top:14px;
                }
                .opcion_1{
                    left: 570px;
                }
                .opcion_2{
                    left: 620px;
                }
                .opcion_3{
                    left:695px;
                }
                .banner p:hover{
                    color:red;
                    cursor:pointer;
                }
                

                .presentacion{
                    width: 800px;
                    height:300px;
                    background:red;

                }
                .foto_1{
                    width:800px;
                    height:300px;
                }
                .icono_1{
                    position:absolute;
                    width:70px;
                    top:180px;
                    left:730px;
                }
                .icono_1:hover{
                    cursor:wait;
                }
                .icono_2{
                    position:absolute;
                    width:70px;
                    top:181px;
                    left:20px;
                    transform:rotate(180deg);
                }
                .icono_2:hover{
                    cursor:wait;
                }
                .titulo_1{
                    position:absolute;
                    font-size:40px;
                    top:-18px;
                    left:240px;
                    background-color: rgba(235, 170, 170, 0.548);
                    color:black;
                    border-radius: 10px;
                }
                .titulo_2{
                    position: absolute;
                    top:100px;
                    left:350px;
                }
                
                .desarrollo{
                    width: 800px;
                    height: 300px;
                }
                .desarrollo_1{
                    width:750px;
                    text-align: center;
                    position: relative;
                    top:7px;
                    left:23px;
                    font-size:18px;
                }
                .boton_1{
                    padding: 5px 25px;
                    background-color: white;
                    position:relative;
                    top:10px;
                    left:350px;
                }
                .boton_1:hover{
                    cursor:pointer;
                }


                .similares{
                    width: 800px;
                    height: 300px;
                }
                .similares div{
                    width: 230px;
                    height: 250px;
                    border:1px solid black;
                    position: absolute;
                    top:690px;
                }
                .similares img{
                    position:relative;
                    width:210px;
                    height: 170px;
                    top:10px;
                    left:10px;
                }
                .similares p{
                    text-align: center;
                }
                .similares_1{
                    left: 50px;
                }
                .similares_2{
                    left: 290px;
                }
                .similares_3{
                    left: 530px;
                }
                

                .newsletter{
                    width:800px;
                    height:240px;
                }
                .formulario{
                    position:relative;
                    top: 30px;
                    left:255px;
                    width:300px;
                    height:170px;
                    border:1px solid black;
                }
                .formulario form{
                    position: relative;
                    top:10px;
                    left:10px;
                }
                .formulario label{
                    font-size:20px;
                }
                .formulario button{
                    padding:5px 110px; 
                }

                .copyright{
                    width: 800px;
                    height:60px;
                }
                .copyright p{
                    position:relative;
                    top:5px;
                    left:80px;
                }
