* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0px;
}

.header {
    width: 800px;
    height: 250px;
    background: url(../../image/cabecera_final_cat.jpg) no-repeat center;
    background-size: contain;
    margin: auto;
}

.menu {
    width: 800px;
    height: 40px;
    text-align: center;
    margin: 0px auto 10px auto;
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
}

.menu-boton {
    width: 100px;
    display: inline-block;
    margin: 10px 10px 0px 10px;
    text-decoration: none;
    color: #adadad;
    font-size: 14px;
}

.menu-boton:hover {
    color: #000;
}

.divider {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #444;
    transform: translateY(5px);
}

.contenido {
    width: 800px;
    margin: auto;
    padding: 0px;
    text-align: center;
}

h1 {
    font-size: 14px;
    text-align: center;
}

h2 {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin-top: 50px;
}

.coche {
    width: 45%;
    display: inline-block;
    margin: 10px auto;
    
}

.titulo {
    font-size: 18px;
    font-weight: 700;    
}

.img-coche {
   height: 200px;
   object-fit: cover;
   object-position: center;
   margin-top: 10px;   
}

h3 {
    margin: 20px 0px 50px 0px;
    font-size: 14px;
}

.sub-titulo {
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
}

.listado {
    text-align: left;
    margin-bottom: 50px;
}

.footer {
    font-size: 14px;
    margin-bottom: 20px;
}
