************ 
//--------------------------------
// GENERAL
//-------------------------------
************/


body {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    color: #666;
    background: #f2f2f2; 
    font-size: 1em;
    line-height: 1.5em;    
    padding-top: 80px;

}

h1 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin: 15px 0;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

p {
    margin: 0 0 1.5em 0;
}

img {
    max-width: 100%;
    height: auto;
}


/************ 
//-------------------------------
// CABECERA
//-------------------------------
************/
#main-header {
    background: #3333FF;
    color: #798696;
    height: 80px;    
    width: 100%;    
    top: 0;
    position: -webkit-sticky;
    position: sticky;

}  

    #main-header a {
        color: white;
    }
    
    
/*
 * Logo
 */
#logo-header {
    float: left;
    padding: 15px 0 0 20px;
    text-decoration: none;
}
    #logo-header:hover {
        color: #0b76a6;
    }
    
    #logo-header .site-name {
        display: block;
        font-weight: 900;
        font-size: 1.7em;
        text-transform: uppercase;
    }
    
    #logo-header .site-desc {
        display: block;
        font-weight: 300;
        font-size: 0.8em;
        color: #999;
    }
    

/*
 * Navegación
 */
nav {
    float: right;
}
    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-right: 20px;
        text-transform: uppercase;
    }
    
        nav ul li {
            display: inline-block;
            line-height: 80px;
        }
            
            nav ul li a {
                display: block;
                padding: 0 10px;
                text-decoration: none;
            }
            
                nav ul li a:hover {
                    background: #0b76a6;
                }
    


/************ 


//------------------------------
// CONTENIDO
//------------------------------
************/
#main-content {
    background: white;
    width: 100%;    
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#content {
    width: 45%;
    float: left;
    margin-left: 1.5rem;
    
}

.barra-noticia{
    height: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.barra-agenda{
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 16px;
}

tr:nth-child(even) {
    background-color: #f2f2f2}
    
.bg-image {
    background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
}

.row {
    margin-right: 1rem;
    margin-left: 1rem;   
}

#courses {
    text-align:center;
    margin-top:2rem;
}

.course {
    margin-top:1.5rem;
    margin-bottom:1.5rem;
    width: 22%;
    float: left;
    margin-left: 1.5rem;
}

.course .course-img {
    
    display:block;
    margin-bottom:1.5rem;
    border-radius:4px;
    overflow:hidden;
}

.course .course-img > img {
    width:100%;
}

.course .course-title {
    display:block;
    height:3rem;
    text-align: center;
    text-decoration: none;
}

.course .course-details {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #EBEBEB;
}

/************
//-----------------------------
// PIE PÁGINA
//-----------------------------
************/
#main-footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    clear: both;
}
    #main-footer p {
        margin: 0;
    }
    
    #main-footer a {
        color: white;
    }



