﻿.jumbotron.mini { margin-bottom: 0px; }        
h4, .row .col-md-6 h4 { margin-top: 20px; }
h4:first-child {margin-top: 0px;}
hr {margin-bottom: 10px;}
.pagina {margin-bottom: 35px;}
table tbody tr td:first-child, table tbody tr th:first-child { padding-left: 0px!important; }


.articulo
{
    padding-bottom: 20px;
    border-bottom: 1px solid Gainsboro;
}

.articulo a {
    text-decoration: none;
}

.pie-articulo
{
    font-size: 11px;
    background-color: whitesmoke;
    margin-top: 20px;
    margin-bottom: 25px;
    
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;    
}

.pie-articulo span
{
    display: block;
}