/* Estilos Foro */

/*Tabla*/
tr td, tr th {
    padding: 15px 20px;
    border: 1px solid black;
    text-align: center;
    background: #D6EAF8;
    margin: 20px   30px   40px   10px;
}

/*Encabezado de la tabla*/
table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
    font-weight: bold;
    font-size: large;
    color: white;
    background: #2980B9;
    margin: 20px   30px   40px   10px;
}