body {
    background-color: #CDCDCD;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    font-size: 16px;
}

h1 {
    font-weight: normal;
    font-size: 40px;
    font-family: 'Open Sans', serif;
}

h2 {
    font-weight: normal;
    font-size: 24px;
    text-shadow: black 0.1em 0.1em 0.2em;
    /*font-family: 'Open Sans', serif;*/
}

h3 {
    font-weight: normal;
    font-size: 28px;
    font-family: 'Open Sans', serif;
}

h4 {
    font-size: 24px;
    font-family: 'Open Sans', serif;
}

h5 {
    font-size: 20px;
    font-family: 'Open Sans', serif;
}

h6 {
    font-size: 15px;
    color: #666;
    line-height: 1.5em;
}

a {
    color: #284F76;
}

a:hover {
    color: #4D9C9A;
    text-decoration: underline;
}

p, ul, ol {
    margin: 0 0 1em 0;
}

p {
    text-align: justify;
}

ul {
    margin-left: 17px;
}

ol {
    margin-left: 20px;
}

pre {
    padding: 4px 0;
    overflow-y: auto;
    overflow-x: scroll;
}

aside {
    margin-top: 20px;
}

aside p {
    font-size: 14px;
}

.container {
    padding-top: 20px;
    margin: 0 auto 20px;
    border: 1px solid #EEE;
    background-color: #FFF;
}

.top-bar h1 {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.top-bar h5 {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.top-bar a:hover {
    text-decoration: none;
}

.headerphoto {
    position: relative;
    margin-bottom: 30px;
    text-align: right;
}

.headerphoto p {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    font-size: 48px;
    line-height: 48px;
    font-family: 'Open Sans', serif;
    padding: 0 12px 12px 0;
    font-weight: bold;
}
.headerphoto small {
    font-size: 28px;
    color: #DDD;
    font-family: 'Open Sans', serif;
    font-weight: normal;
    margin-right: 14px;
}

div.imageholder {
    background-color: #FFF;
    border: 1px solid #BBBBBB;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    padding: 4px;
    float: right;
    margin: 0 0 5px 5px;
}

footer ul.dropdown {
    display: none;
}

/* "bolt_widget" is the default container for widgets in Bolt. */
.bolt_widget {
    background: #f2f2f2;
    border: solid 1px #e6e6e6;
    margin-bottom: 8px;
    padding: 6px;
}

.pagination a:hover {
    text-decoration: none;
}

/* Styles for 'responsive video embeds' --------------------------------  */

.responsive-video {
    padding-top: 25px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 0 0 1em 0;
}

.responsive-video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
}

/* Styles for 'max-width 479px' -----------------------------------------  */
@media only screen and (max-width: 479px) {

    .headerphoto {
        margin-bottom: 0px;
    }

    .headerphoto span {
        display: none;
    }
    .headerphoto small {
        display: block;
        font-size: 22px;
        color: #FFF;
        line-height: 26px;
    }

    h1 {
        font-size: 32px;
    }


    h2 {
        font-size: 28px;
    }


    h3 {
        font-size: 24px;
    }


    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
        font-family: 'Open Sans', serif;
    }


    h6 {
        font-size: 15px;
    }

    div.imageholder {
        float: none;
        margin: 0 -17px 10px -17px;
    }

}

.sistema {
    /*background: rgba(0, 0, 0, 0) url("/bmd/theme/mildeportes/images/inicio.png") scroll center top;*/
    background-size: 100% 100%;
    color: white; 
}

button, .button {
    background-color: #007F00;
    border-color: #333;
    border-style: solid;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    padding: 1rem 2rem 1.0625rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    transition: background-color 300ms ease-out 0s;
    padding: 4px 14px;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #D3000D;/*rgba(93, 33, 116, 1);*/
}

.theme-text-color{
    color: white !important;
}

.pronosticos {font-weight: bold; color: blue; background-color:  #f2f4f4;}
.titulo {font-weight: bold; font-size: 13px; background-color: #99FF99; text-align: center; }
