    
.conte_derecha h1{
    padding-top: 70;
}
.carro{ 
        position: absolute;
        width: 5%;
        text-align: center; 
        z-index: 100;
        right:0;
        top: 5;
      
    }
   .carro span a{
        color:#fff;
}
    .carro img{
        width: 100%;
    }
    .conte-pagos{
        width: 95.74%;
        display: table;
        padding: 2%;
    }
    .paypal{ 
        width: 40%;
        float: left;
        
    }
    .cabeza-op{
        width: 100%;
		text-align:center;
 
        }
    .otros-pagos{
        padding-top: 15px;
        width: 100%;
		text-align:center;
        }
    .otros-pagos span{
        font-family: arial;
        color: #007ac6;
        font-size: 12;
    }
    
    .cabeza-op img{
        width:  60%;
		margin-left:auto;
		margin-left:auto;
   }
    
    .boton-comprar img{ 
        width: 130px;
    }
    #conte_mensaje{
        width: 100%;
        display:flex;
        align-items: center;
    }
    #conte_mensaje #chica_mensaje{
        width: 30%;
        float: right;
        text-align: right;
    }
    #conte_mensaje #chica_mensaje img{
        width: 20%;
    }
    #mensaje_fin{
        color:#0080d5;
        font-weight: bold;
        font-size: 12px;
        width: 70%;
        float: left;
        text-align: left;
        padding: 10px;
        
    }

@media (max-width:800px) {
.carro{

    width: 20%;
    text-align: center; 
}
.carro img{
    width: 40%;
    padding-bottom: 1px;
    
}
.carro span a {
    text-decoration: none;
    font-family: arial;
    color: cadetblue;
    font-size: 12px;
    width: 100%;
    float: left;
}
.conte-pagos{
    width: 100%; 
    
}
.paypal{
    width: 80%;
    
}
.cabeza-op{
    width: 100%;
    
}
.cabeza-op img{
    width: 100%
}
.otros-pagos{
    width: 100%;

}
.otros-pagos input{
        margin: 5px;
    }
.boton{
    padding: 10px;
    font-size: 15px;
    margin: auto;
    text-align: center;
    }
.boton-comprar{
    width:100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom:20px; 
}
.boton-comprar img{
    width: 130px;
    height: inherit;
}
    #conte_mensaje{
        width: 100%;
        display:flex;
        align-items: center;
    }
    #conte_mensaje #chica_mensaje{
        width: 30%;
        float: left;
        text-align: center;
    }
    #conte_mensaje #chica_mensaje img{
        width: 80%;
    }
    #mensaje_fin{
        color:#0080d5;
        font-weight: bold;
        font-size: 12px;
        width: 70%;
        float: left;
        text-align: left;
        padding: 10px;
        
    }
.mensaje-f{ 
    font-family: arial;
    margin: 10;
    color: sienna;
    font-size: 14;
}
}
