@import "colores.css";

.articulo{
    margin: 10px;
    display: inline-block;
}

.articulo:hover{
    cursor: pointer;
    opacity: 60%;
}

.content-imagen{
    width: 250px;
    height: 250px;
    border: 1px solid #E6E7E6;
    border-radius: 5px 5px 0px 0px;
    background: #FFFFFF;
}

.img{
    width: 248px;
    height: 248px;
}

.informacion{
    width: 250px;
    height: 80px;
    border: 1px solid #E6E7E6;
    border-radius: 0px 0px 5px 5px;
    background: #244c6c;
    color: white;
}