/********************************************************************************/
/*                                                                              */
/* Plataforma JCyL.  Version 7.09.08-55 - Junta de Castilla y Leon - Espana     */
/* Distribucion de e-ducativa Open College                                      */
/* Copyright (c) 2007-2008 de e-ducativa Educación Virtual S.A.                 */
/*                                                                              */
/********************************************************************************/
.mobile_only            { display: none; }

/* -- Etiqueta responsiva para IE10 -- */
@viewport{
    zoom: 1.0;
    width: device-width;
}

.articulo .cuerpo img    { max-width:100%; height: auto; }
.articulo .cuerpo iframe { max-width:100% }
.articulo .cuerpo object { max-width:100% }

@media only screen and (max-width:1060px){
    .center_content     { padding: 0 10px;  max-width: none; }
    .header .titulo     { max-width: 500px; font-size: 1.6em; }
}
@media only screen and (max-width:770px){
    .mobile_only    { display: inherit; }
    .desktop_only   { display: none; }

    .section    { width: auto; float: none; }
    .col_left   { width: auto; float: none; }
}
@media screen and (max-width: 727px) {
    .header .titulo     { max-width: 400px; font-size: 1.4em; }
}
@media screen and (max-width:645px)   {
    .logo_link                          { width: 30%; margin-right: -10px; padding-right: 10px; box-sizing: border-box; }
    .header .titulo                     { width: 70%; padding-left: 15px; font-size: 1.2em; box-sizing: border-box; }

    .buscar_cellphone       { display: inline-block; }
    .buscar_box             { position: fixed; z-index: 200; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba( 0, 0, 0, 0.7); }
    .buscar_box:not(.show)  { display: none; }
    .buscar_box .actions    { display: block; }
    .buscar_box form        { position: fixed; width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
    .buscar_box input[type="text"]  { padding-top: 10px; padding-bottom: 10px; font-size: 1.3em; }

    .content-popup      { margin: 100px 20px 0; }

}
@media screen and (max-width:350px)   {
    #logo_titulo          { text-align: center; }
    .logo_link            { width: auto; float: none; max-width: 105px; margin: 0 auto; padding: 5px; border: none; box-shadow: none; }
    .header .titulo       { width: auto; float: none; border-top: solid 1px #fff; padding: 15px; font-size: 1em; }
}
