/*
visorADF
landing.css - UTF-8
Created by Alberto Pérez Reina on 27-jun-2017, 20:40:45
Copyright (c) 2016 oACsys.com All rights reserved.
*/
/* 
    Created on : 5-jun-2018, 20:40:45
    Author     : alberto
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-color: #eee;*/
    /*background-color: #F8B400;*/
    background-color: #F7B500;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 16px;
}

.landing-Logo{
    margin-bottom: -10px;
}

.landing-Update{
    font-size: small;
}

.landing-Table{
    border:#000000 solid 1px;
    background-color: #cccccc;
    width: 100%;
}
