body{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;  
}

.header{
    background-image: url(../imgs/imagen-header.jpg);
    background-position: center;
    background-size: cover;
    margin-bottom: 2em;
}

.header h1{
    color:white;
    text-align: left;
    font-size:4em;
    margin:0;
    padding: 0.5em 0 0 1em;
}

.header p{
    color:white;
    text-align:left;
    font-size:1em;
    margin:0;
    padding:0 0 2em 4.5em;
}

.main table{
    margin-left: 2em;
    padding:0.5em;
}

.imagen_producto{
    width: 20em;
}

.marca{
    font-size: 0.8em;
    font-style: italic;
}

.precio{
    font-weight: bold;
}

.footer{
    margin-top: 2em;
    background-color: darkslateblue;
    text-align: center;
    color: white;
}

.footer p{
    margin:0;
    padding:0.5em;
}