﻿* {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}


.aviso {
    padding-right: 5px;
    font-size: 15px;
}


header, #footer {
    width: 100%;
    float: left;
}

ul.no-bullet {
    list-style-type: none
}

ul.no-bullet li { padding-bottom:5px;}

footer {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
}

.footerTable {
    color: lightgray;
    padding-top:7px;
    font-size: 12px;
}

.footerTable td {
    padding-right:10px;
  
}

.footerTable a {
    color:lightgray;
    text-decoration:none;
}
.wrap {
    position: relative;
    /*margin: 0 auto;*/
    padding:0px 10px 10px 10px;
    background-color: dimgray;
    color: whitesmoke;
    font-size: 13px;
    border-top: 2px solid white;
}

    .wrap .bloque {
        display: inline-grid;
        padding-left: 20px;
    }
