/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-feb-2017, 16:09:06
    Author     : juanan
*/

body{
   background:#DFDFDF;
}

#web{
    padding: 50px;
}

#buttons h4{
    font-size: 23px;
}

#logo{
    background: #F5F5F5;
}

#logo img{
    width: 100%;
    max-width: 340px;
}

#title h1{
    margin-top: 45px;
    text-align: center;
    background: #F5F5F5;
    padding: 5px;
}

#factura-normal > div,#factura-rectificativa > div{
    padding: 15px 20px;
}