a.logo.navbar-btn.pull-left img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a.logo.navbar-btn.pull-left {
    width: 200px;
    margin: 0px;
}

header#navbar {
    background: #DA0E2C !important;
    padding-right: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    line-height: 42px;
    border-right: 1px solid #fff;
    text-shadow: 0 0 0 !important;
    font-weight: 300;
}

ul.menu.nav.navbar-nav.secondary li a {
    border: 0;
}

div#navbar-collapse {
    padding-right: 0 !important;
}

ul.menu.nav.navbar-nav.secondary {
    background-color: #DA0E2C;
    border-radius: 0 5px 5px 0;
}

ul.menu.nav.navbar-nav.secondary li a {
    color: #fff;
}

ul.menu.nav.navbar-nav.secondary li a:hover {
    color: #000;
    text-shadow: 0 0 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: #8C0E1E;
    color: #fff;
}

ul.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    line-height: 25px;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #f2f2f2;
}

body {
    background: url(../img/bg-site.jpg) 100% 100% no-repeat fixed;
    background-size: cover;
}

ol.breadcrumb {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

input.form-control.input-sm {
    height: 40px;
    width: 400px !important;
    border: 1px solid #b9b9b9;
    border-radius: 20px;
    background-image: url(../img/icon-lupa.png);
    background-size: 25px;
    background-position: 95% center;
    background-repeat: no-repeat;
}

table {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #848484;
}

.breadcrumb>.active {
    color: #8C0E1E;
    font-weight: 600;
}

ol.breadcrumb li a {
    color: #000;
}

h1.page-header:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ee0610;
    position: absolute;
    bottom: 0;
    left: 0;
}

h1.page-header {
    position: relative;
    color: #282828;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
}

h1.page-header:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #8C0E1E;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.btn-warning {
    background: #ffd400;
    border: 0;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #b59a19;
    padding: 0 20px;
    line-height: 40px;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #fdb247;
    background-position: 0 -15px;
    border-color: initial;
}

.dt-button {
    display: inline-block;
    background: #ffd400;
    border: 0;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #b59a19;
    padding: 0 20px;
    line-height: 40px;
}

.dt-button:hover,
.dt-button:focus {
    background-color: #fdb247;
    background-position: 0 -15px;
    border-color: initial;
}

.btn-info {
    background: #DA0E2C;
    border: 0;
    /*border-bottom: 2px solid #019fe3;*/
    padding: 0 20px;
    line-height: 45px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #8C0E1E;
    background-position: 0 -15px;
    border-color: initial;
}

div#DataTables_Table_0_filter {
    display: inline-block;
    float: right;
    margin-bottom: 21px;
}

div#DataTables_Table_0_length {
    display: inline-block;
}

select {
    height: 40px !important;
    border: 1px solid #b9b9b9 !important;
    font-size: 14px !important;
}

table.dataTable thead .sorting:after {
    opacity: 0.5;
    content: "\e150";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #00529c;
}

table tr td a {
    width: 95%;
    height: 30px;
    padding: 0;
    line-height: 26px !important;
}

.region.region-content h3 {
    border-bottom: 2px solid #ffd400;
    line-height: 40px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: #8C0E1E;
}

.region.region-content h4 {
    text-align: left;
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    color: #8C0E1E;
    font-size: 12px;
    border-bottom: 3px solid #bbbbbb;
}

.footer {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 2px solid #ed1c24;
    width: 100%;
    background-color: #DA0E2C;
    color: #fff;
}

footer.footer.container br {
    display: none;
}

footer h4 {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #ffd400;
    border-color: #ffd400;
}

.pagination>li>a,
.pagination>li>span {
    color: #000;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #ee0610;
    background-color: #eee;
    border-color: #ddd;
}

.node-primer-contenido {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
}

.node-primer-contenido h2 {
    margin: 0;
}

.node-primer-contenido h2 a {
    font-size: 25px;
    color: #ed1c24;
}

.node-primer-contenido li a {
    border: 1px solid #f3d131;
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    position: absolute;
    top: 25px;
    right: 30px;
    color: #000;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.node-primer-contenido li a:hover {
    background-color: #f3d131;
}

form.form-horizontal {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cacaca;
}

.btn-danger {
    background: #ed1c24;
    border: 0;
    padding: 0 30px;
    line-height: 45px;
    border-radius: 25px;
}

.btn-primary:hover {
    background: #00529c;
}

.btn-default {
    background: #00529c;
    border: 0;
    color: #fff;
    border-radius: 20px;
    text-shadow: 0 0 0;
    letter-spacing: 2px;
}

.btn-success {
    border-radius: 20px;
}

.btn-default {
    background: #f3d131;
    border: 0;
    color: #000;
    border-radius: 20px;
}

.btn-outline {
    text-transform: uppercase;
}

input#enviar {
    border-radius: 30px;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #1a8e37 0%, #1a8e37 100%);
    background-image: -o-linear-gradient(top, #1a8e37 0%, #1a8e37 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1a8e37), to(#00529c));
    background-image: linear-gradient(to bottom, #1a8e37 0%, #1a8e37 100%);
    border: none;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #f3d131;
    background-position: 0 -15px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}