h1, h2{
    font-size:250%;
    color: #a88525;
    text-align: center;
}
h3{
    font-size:200%;
    color: #a88525;
    text-align: center;
}
h4{
    font-size:150%;

}
.body .container {
    background-color: #f7f5ed !important;
    padding: 0px;
    border: none;
    box-shadow: none;
    border-top: 0px !important;
}
body.site.fluid {
    background-color: #f7f5ed;
}
.site {
    border-top:0px !important;
    padding: 20px 0px 0px 0px !important;
}

hr{
    border-top: 1px solid #f7f5ed;
    border-bottom: 1px solid #f7f5ed;
}
.btn {
    color: #f7f5ed;
    text-shadow: none;
    background-color: #a88525;
    background-image: none;
    border-color: #f2e4bd;
  
}
.btn:hover {
    color: #f7f5ed;
    text-shadow: none;
    background-color: #c6b674;
    background-image: none;
    border-color: #f2e4bd;
  
}
.icon-calendar::before {
    color: #b3a37c;   
}
.muted {
    color: #b3a37c;
}
.page-header {
    padding-bottom: 15px;
    border-bottom: 4px dotted #a88525;
}
.footer {
    background-image: url(../images/adorno-footer.jpg);
    padding-top: 20px;
    margin-top: 35px;
    color: #fff !important;
    text-align: center;
}

.footer a{
    color: #fff;
}
.pull-centrar{
    text-align:center;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary {
    background: #f7f5ed !important;
    color: #34332f !important;
    border-bottom:1px solid #34332f;
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}


.nav-tabs > li > a:hover, .nav-pills > li > a:hover {
    background: #f7f5ed !important;
    color: #34332f !important;
    border-bottom:1px solid #34332f;
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}


.nav-tabs > li > a, .nav-pills > li > a {
    color: #7b786d !important;}

.menuarriba{
    font-size:120%;
    text-transform: uppercase;
}
.mayuscula {
    margin-top: 10px;
    margin-right: 10px;
    padding-right: 8px;
    padding-left: 8px;
    border: 2px solid #444444;
    float: left;
    line-height: 36.4px;
    font-size: 24px;
}
.dividir-columnas {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    padding-left:25px;
    padding-right: 25px;
}
.justificar {
    text-align: justify !important;
}
.uk-panel-title{
    font-size:35px !important;
    color: #a88525 !important;
    font-weight: bold !important;
}
.titulo-negro{
    font-size: 350%;
    color: #585650;
    text-align: center;
    padding-bottom: 25px;
    line-height: 95%;
}
    
/* responsive design */
@media (max-width: 768px) {
  .dividir-columnas {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}