@charset "utf-8";



body {
    margin:0 auto 0 auto;
    text-align:center;
    background-color:#fff;
    width: 100%;
}
 

#contenedor {
    margin:0 auto 0 auto;
    text-align:center;
    background-color:#FFF;
    width: 100%;
    position: relative;
}

#encabezado img {
    width: 100%;
}

#txtbienvenida{
    margin:0 auto 0 auto;
    text-align:center;
    font-family: 'Lato', sans-serif;
    color:#666;
    font-size: 1em;
    padding: 0.7em;
    position: relative;
    
}

#txtbienvenida a {
    font-weight: bold;
    color: #ff3300;
}




#lecciones img {
    width: 100%;
}

#lecciones iframe {
    width: 100%;
    height: 11em;
}

#lecciones article {
    text-align:center;
    font-family: 'Lato', sans-serif;
    margin-top: 2em;
    color: #555;
}



#saludofinal{
    margin:0 auto 0 auto;
    text-align:center;
    font-family: 'Lato', sans-serif;
    color:#666;
    font-size: 1em;
    padding: 0.7em;
    position: relative;
    
}

#saludofinal a {
    font-weight: bold;
    color: #ff3300;
}


