body {
    width: 450px;
    margin: 0 auto;
}

span {
    color: red
}

.encabezado {
    background-image: url('encabezado.png');
    background-repeat: no-repeat;
}

.info_conse {
    color: #345be8
}

.div-gris {
    color: gray;
}

.div-blanco {
    color: white;
}

.div-blanco-cabecera {
    color: white;
    font-size: 16px
}

.pie-pagina {
    background-image: url('piepagina.png'); background-repeat: no-repeat;
}
