.fondo{
    position: relative;
    width: 100%;
    bottom: 0;
    top: 0;
    background: grey;
    overflow: hidden;
}

.pagina{
    position: relative;
    background: white;
    width: 21.6cm;
    height: 27.9cm;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1cm;
    top: 0;
    font-family: Arial, sans-serif !important;
    color: black !important;

}

.pagina-logo{
    position: absolute;
    top: 0.8cm;
    left: 2cm;
    width: 4cm;
}

.pagina-cabecera{
    width: 14cm;
    position: absolute;
    top: 0.5cm;
    left: 4.5cm;
}

.pagina-cuerpo{
    width: 19.6cm;
    position: relative;
    top: 4cm;
    padding: 0 0.5cm;
}

.pagina-rp{
    text-align: justify;
}

.pagina-pie{
    width: 100%;
    height: 7cm;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pie-datos-doctor{
    width: 14cm;
    height: 2.5cm;
    position: absolute;
    top: 0cm;
    padding: 0 1.5cm;
    font-size: 13px;
    
}

.pie-direccion{
    width: 12cm;
    height: 3cm;
    position: absolute;
    top: 3cm;
    padding: 0 1.5cm;
    padding-top: 0.2cm;
    font-size: 13px;
    background-color: #e2e2e2 !important;
}

.linea{
    border-bottom: 1px solid black !important;
    width: 7cm;
    margin: auto;
    margin-bottom: -10px;
}

.pie-firma{
    width: 9.5cm;
    height: 3cm;
    position: absolute;
    top: 3cm;
    right: 0cm;
    padding-top: 2cm;
    font-size: 13px;
    text-align: center;
}

.pie-franja{
    position: relative;
    top: 6cm;
    display: flex;
}

.pie-franja-verde-1{
    width: 2cm;
    height: 1cm;
    background-color: rgb(12, 182, 12) !important;
}

.pie-franja-azul-1{
    width: 2cm;
    height: 1cm;
    background-color: rgb(4, 92, 255) !important;
}

.pie-franja-verde-2{
    width: 17.6cm;
    height: 1cm;
    background-color: rgb(12, 182, 12) !important;
}

.botones{
    width: 6cm;
    height: 5cm;
    position: fixed;
    top: 2cm;
    right: 0;
}

@media print{
    button,
    nav,
    a, .botones, i, ul, .loader, header{
        display: none !important;
    }
    
    @page{
        size: auto;
        margin: 0;
    }

    .pagina{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        -webkit-print-color-adjust: exact !important;
    }

    .fondo{
        border: 1px solid;
    }

    div{
        -webkit-print-color-adjust: exact !important;
        
    }
    
}

