* {
    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;
}

.contacto {
    margin-top: 50px;
    line
}

.correo {
    display: inline-block;
    margin-right: 50px;
    height: 100px;
    vertical-align: top;
}

.oficina {
    display: inline-block;
    margin-left: 50px;
    height: 100px;
}

.titulo {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contenido p {
    width: 70%;
    margin: 50px auto 50px auto;
    text-align: justify;
    font-size: 14px;
    line-height: 1.3;
}

.logo {
    margin: 50px;
}

.contenido li {
    width: 80%;
    text-align: justify;
    margin: 30px auto;
    font-size: 14px;
    line-height: 1.3;
}

.tarifa {
    width: 100%;
}