/********************************************************************************/
/*                                                                              */
/* 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;
}

#contenido_sitio img    { max-width:100%; height: auto; }
#contenido_sitio iframe { max-width:100% }
#contenido_sitio 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 screen and (max-width:790px) {

    .mobile_only    { display: inherit; }
    .desktop_only   { display: none; }

    .section    { position: relative; z-index: 1; width: 100%; float: right; }

    .col_left   {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -80%;
        z-index: 200;
        width: 80%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        float: none;
        background-color: #fff;
        transition: left .5s, box-shadow .3s;

    }
    .col_left.show  { left: 0; box-shadow: 5px 0 100px 0 #000; }

    .nav            { border: none;  margin: 0; border-radius: 0; }

}
@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; }

    .noticias .titulo   { display: block; width: auto; margin-bottom: 5px; }
    .noticias .resumen  { display: block; width: auto; }

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

}
@media screen and (max-width: 410px)   {

    .secciones_producto .menu           { border: solid 1px #fff; margin-right: 3px; }
    .secciones_producto .menu .title    { display: none; }
    .nav_bar .productos_btn .select     { display: none; }
}
@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; }
    .col_left   { left: -90%; width: 90%; }
}

 
/********************************************************
 * **** Banner subvenciones moviles (ext-ruiperaf) **** *
********************************************************/
@media screen and (max-width: 740px) {
    #cuerpo > #section > #cuerpo > div img[title="Junta de Castilla y León"] { height: 40px !important; margin-right: -15px; margin-left: -15px; margin-bottom: 10px;}
    #cuerpo > #section > #cuerpo > div img[title="Unión Europea"] { height: 45px !important; margin-left: -12px;margin-bottom: 5px;}
    #cuerpo > #section > #cuerpo > div img[title="Ministerio de Educación, Cultura y Deporte"] { height: 55px !important; margin-left: -30px;}
    #cuerpo > #section > #cuerpo > div {display: inline-block; float:inherit !important;}
    #cuerpo > #section > #cuerpo {text-align: center; padding: 0 !important;}
}
