body {
    font-family: 'Droid Serif', serif !important;
    background-color: #1D1D1D;
}

h4 {
    font-size: 17px !important;
    font-weight: 100;
}

a, a:hover {
    color: #BC8D34;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
    color: #BC8D34;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -30px;
    margin-left: -30px;
}
p {
    font-size: 17px;
}

p:hover {
    text-decoration: none !important;
}

.header {
    margin-bottom: 30px;
}

/* Home Explain block */
.home-explain {
    min-height: 200px;
    height: auto;
}

/* .home-explain img {
    background-color: #313030;
    padding: 5px;
    margin: 20px;
    height: 260px;
} */

.home-explain ul {
    /* margin-left: 20px; */
    font-size: 16px;
    color: #FBC95B;
    text-shadow: #000 0.1em 0.1em 0.2em;
    font-style: oblique;
    margin-top: 40px;
    /*font-family: 'Tahoma', 'Droid Serif', Arial, sans-serif;*/
    letter-spacing: 1px;
    list-style: none;
    line-height: 200%;
}

.home-explain-xs ul {
    font-size: 12px;
    margin-left: 0px;
    color: #FBC95B;
    text-shadow: #000 0.1em 0.1em 0.2em;
    font-style: oblique;
    margin-top: 10px;
    letter-spacing: 1px;
    list-style: none;
    line-height: 200%;
    padding:5px;
}

/* Logo
#logo {
    max-width: 300px;
    margin-top: 20px;
    margin-left: -15px;
} */

.navbar-default {
    background-color: #0F0F0F !important;
    background-image: none !important;
    border: none !important;
    font-weight: 200 !important;
}

.navbar-brand {
    height: auto;
    padding: 0px;
}

.navbar-default .navbar-nav {
    /*font-family: 'Tahoma', 'Droid Serif', Arial, sans-serif;*/
    font-weight: 200;
    font-style: normal;
    font-size: 17px;
}

.menu-top a:hover {
    color: #FFF !important;
    background-color: #F7C659;
    background-image: -webkit-linear-gradient(top, #F7C659 0, #C29B46 100%);
    background-image: -o-linear-gradient(top, #F7C659 0, #C29B46 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F7C659), to(#C29B46));
    background-image: linear-gradient(to bottom, #F7C659 0, #C29B46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7C659', endColorstr='#C29B46', 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);
    height: 62px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default, nav .ul li:hover {
    background-color: #F7C659;
    background-image: -webkit-linear-gradient(top, #F7C659 0, #C29B46 100%);
    background-image: -o-linear-gradient(top, #F7C659 0, #C29B46 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F7C659), to(#C29B46));
    background-image: linear-gradient(to bottom, #F7C659 0, #C29B46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7C659', endColorstr='#C29B46', 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);
    height: 62px;
}

.navbar-nav > .active > a, nav .ul li.active > a {
    color: #FFF !important;
}

blockquote {
    font-weight: bold;
    border-left: 5px solid #F8BB00;
    font-size: 20px;
}

blockquote p {
    font-size: 20px;
}

.footer a {
    color: #7C7C7C;
    font-weight: normal;
    font-size: 12px;
}

.footer b {
    color: #C6C6C6;
}

.showInHome img {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cuerpo img {
    width: 100%;
    margin-bottom: 10px;
}

.divContainer {
    min-height: 75px;
    padding: 7px;
    margin: 5px;
}

.ultimasEntradas {
    padding: 7px;
    margin: 5px;
}

.showInHome a.titulo p, .showInHome a.titulo p:hover {
    color: #3b3b3b;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
}

.mediosHome {
    padding: 15px;
    border: 1px solid #c8c8c8;
    border-bottom: 4px solid #F8BB00;
    margin: 10px;
}

.mediosHome div.row {
    margin-bottom: 10px;
}

.separador {
    margin-bottom: 10px;
    width: 80%;
    margin: 10px auto;
    border-bottom: 1px solid #FAD89B;
}

.fecha {
    color: #5C5C5C;
    font-size: 12px;
    margin-top: -10px;
}

.menu-footer, .menu-footer a {
    list-style: none;
    font-size: 17px;
    margin-top: 15px;
    color: #FBC95B;
}

.menu-footer a:hover {
    color: #BC8D34;
}

