/* Educacion sin fronteras */

/* Homepage elements */


    /* Highlighted banners */
    
        .home-banners ul li {
            padding: 0;
            margin: 0 0 1em 0;
         }



    /* Highlighted news */

        .home-news {
            width: 65em;
            overflow: hidden;
        }
        
            .home-news h2 {
                color: #fff;
                font-size: 1.8em;
                font-weight: normal;
                padding: .1em .6em;
                background-color: #999;
                margin-bottom: 2px;
            }

            .home-news ul {
            }

                .home-news ul li {
                    width: 100%;
                    overflow: hidden;
                    padding-bottom: 1.5em;
                    margin-bottom: 1.5em;             
                    border-bottom: 1px solid #eee;
                 }
                 
                    .home-news ul li .news-video {
                        float: right;
                        margin-left: 1.5em;
                    }
                    
                        .home-news ul li .news-video embed,
                        .home-news ul li .news-video object {
                            width: 20.2em;
                            height: 16em;
                        }
                 
                    .home-news ul li.first {
                        width: 61em;
                        padding: 1em 2em 1.5em 2em;
                        background-color: #eee;                        
                    }
                    
                    .home-news ul li.last {
                        border-bottom: none;                        
                        padding-bottom: 0;
                        margin-bottom: 0;
                    }

                    .home-news ul li h3 {
                        color: #ED6713;
                        line-height: 1.1em;
                        font-size: 1.6em;
                        margin-bottom: .4em;
                    }
                    
                        .home-news ul li h3 a {
                            color: #ED6713;                            
                            text-decoration: none;
                        }
                        
                        .home-news ul li h3 a:hover {
                            text-decoration: underline;
                        }
                        

                    .home-news ul li p {
                        font-size: 1.2em;
                    }
                    
                    .home-news ul li p.date {
                        color: #999;
                        font-size: 1.1em;
                    }
                    
                    
                    .home-news ul li p.link {
                        margin-top: .3em;
                    }
                    
                        .home-news ul li p.link a {
                            line-height: 1.2em;
                            padding-right: 1.4em;
                            background: url("../images/icon-read-news.gif") no-repeat right center;
                        }

                    .home-news ul li img {
                        float: right;
                        margin-left: 2em;
                        margin-bottom: 1em;
                        border: 1px solid #E5E5E5;
                    }
