table {
	margin-top: 20px;
    background-color: transparent;
    border: 1px solid #ddd;
    width: 95%;
    max-width: 95%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}
caption{font-weight: bold; font-size: 1.2em; font-variant: small-caps; text-align: left;}
/*td[colspan="2"][valign="top"],td[colspan="2"][align="center"],td[valign="top"][align="center"]{text-align: center;background-color: #3366CC; color: white;}
td[colspan="2"]:not([valign]):not([align]){background-color:#58ACFA; }*/
td{padding-right: 5px;padding-left: 5px;}
.table-cabecera {background-color: #3366CC;color: white;border-color: black;}
.table-subcabecera {background-color: #58ACFA;;border-color: black}
.table-subcabecera-gray{background-color:#DEE0E2; ;border-color: black}
.nav-link-memorias
{
    font-size: 16px;
}
.navbar-collapse-memorias
{
    /*margin-right: -30px;*/
}
.h3
{
	width: 95%;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    border-bottom: 2px solid #3366CC;
}
#sidebar {
    margin-top: 20px;
}
#warper
{
	min-height: 500px;
}
.label-primary {
    background-color: #428bca;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 20px;
}
.label-danger {
    background-color: #d9534f;
}
.chart-container {
    width: 95%;
    float: inline-start;
    margin-right: 5%;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
h1, .h1 {
    font-size: 36px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
    .panel-default {
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
}
.panel-default > .panel-heading {
    min-height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn-block {

    display: block;
    width: 100%;

}
.btn-lg, .btn-group-lg > .btn {

    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;

}
.btn-default {

    color: #333;
    background-color: #fff;
    border-color: #ccc;

}
.patrocinador {
    position: relative;
    left: -12px !important;
}
