/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */

#encabezado{
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 15%;
    border-bottom: #98C010 solid 10px;
}

.logo{
    width: 50%;
    height: 70%;
    top: 30%;
}
#texto{
    margin-left: 50%;
    color: #FFF;
    position: absolute;
    font-size: 2em;
    top: 0%;
    
}
#divImp{
    width: 100%;
}

#tabla-imp{
    width: 80%;
    margin-left: 10%;
}

.btn-lara{
    background: red;
    padding: 5%;
    border-radius: 10px;
}

.apartado{
    width: 50%;
    background: #98C010;
    padding:3%;
    color: #FFF;
    border-radius: 10px;
}
.valor{
    width: 50%;
    background: #A4A4A4;
    padding:3%;
    color: #FFF;
    border-radius: 10px;
}


@media print {
 .btn-lara{
    background: red;
    padding: 5%;
    border-radius: 10px;
}
}