﻿body {
}

.divContenidoAdmPortal {
    border:1px solid black;
    border-radius:25px;
    margin-left:25%;
    margin-right:25%; 
    padding:15px;
}

.FormatoListadoAdmPortal {
    Height:20px;
    Width:225px;
    font-size:12px;
}

.ElementosCentradosAdmPortal {
    vertical-align:middle;
    text-align:center;
}

.EtiquetaAdmPortal {
}

/*GESTION DE SESIONES*/

.ElementosCentrarGestionSesion {
    text-align:center;
    vertical-align:middle;
}

.FormatoImgBoton {
    height:42px;
    width:45px; 
}

.FormatoTextBoxGestionSesiones {
    text-align:left;
    width:60%;
    max-width:250px;
}

.MargenesGestionSesiones {
    margin-left:15%;
    margin-right:15%;
}

.divFormatoTitulo
{ 
  font-family: Arial;
  font-variant: normal;
  font-size: 40px;  
  text-align:center;
}

.EtiquetaGestionSesiones {    
    float:left;  
    width:100%;
    text-align:center;    
}

.EtiquetaAdvGestionSesiones {
    width:100%;
    text-align:center;
}

.divTablaGestionSesiones {
    width:100%;
    height:100%;
}

.ElementoGestionSesiones {
    text-align:left; 
    vertical-align:central;
    float:left;    
}

.ContenidoGestionSesiones
{
   margin-left:15%;
   margin-right:15%;
   border-radius:25px;
   padding: 15px; 
   border: 1px black solid;
}

.TamanoLetraGestionSesion {
    font-size:16px;
}

.TamañoFuenteGrid {
   
}

/***************************************/
@media screen and (max-width: 960px) {
     .FormatoTextBoxGestionSesiones {
        text-align:left;
        width:40%;
        max-width:140px;
    }

     .MargenesGestionSesiones {
        margin-left:7%;
        margin-right:7%;
    }
     
}


@media screen and (max-width: 700px) {
    .FormatoListadoAdmPortal {
        Height:20px;
        Width:180px;
        font-size:12px;
    }

    .FormatoTextBoxGestionSesiones {
        text-align:left;
        width:40%;
        max-width:120px;
    }

    .MargenesGestionSesiones {
        margin-left:5%;
        margin-right:5%;
    }
    
}

@media screen and (max-width: 625px) {
    .divFormatoTitulo {
        font-size: 18px;     
    }

    .divContenidoAdmPortal {
        margin-left:15%;
        margin-right:15%; 
        padding:10px;    
    }

    .EtiquetaAdmPortal {
        font-size:12px;
    }

    .ElementosCentradosAdmPortal {
        vertical-align:middle;
        text-align:left;
    }

    .FormatoListadoAdmPortal {
        Height:20px;
        Width:150px;
        font-size:10px;
    }

    .FormatoTextBoxGestionSesiones {
        text-align:left;
        width:100%;
        max-width:110px;
    }

    .MargenesGestionSesiones {
        margin-left:4%;
        margin-right:4%;
    }

    .TamanoLetraGestionSesion {
        font-size:11px;
    }

    .EtiquetaGestionSesiones {    
        float:left;  
        width:80%;
        text-align:left;    
    }
}

@media screen and (max-width: 575px) {
    .MargenesGestionSesiones {
        margin-left:2%;
        margin-right:2%;
    }

    .TamanoLetraGestionSesion {
        font-size:9px;
    }

     .FormatoTextBoxGestionSesiones {
        text-align:left;
        width:90%;
        max-width:100px;
    }

    .ContenidoGestionSesiones
    {
       margin-left:5%;
       margin-right:5%;
       border-radius:25px;
       padding: 15px; 
       border: 1px black solid;
    }

    .TamañoFuenteGrid {
        font-size:10px;
    }

}


@media screen and (max-width: 400px) {
    .FormatoListadoAdmPortal {
        Height:20px;
        Width:100px;
        font-size:9px;
    }

    .CentrarImagen {
        height:5px;
    }

     .FormatoTextBoxGestionSesiones {
        text-align:left;
        width:90%;
        max-width:55px;
    }

    .MargenesGestionSesiones {
        margin-left:0%;
        margin-right:0%;
    }

    .TamanoLetraGestionSesion {
        font-size:7px;
    }

    .ContenidoGestionSesiones
    {
       margin-left:4%;
       margin-right:4%;
       border-radius:25px;
       padding: 15px; 
       border: 1px black solid;
    }

    .TamañoFuenteGrid {
        font-size:8px;
    }
}

@media screen and (max-width: 250px) {
    .divFormatoTitulo {
        font-size: 12px;     
    }

    .divContenidoAdmPortal {
        margin-left:3%;
        margin-right:3%; 
        padding:2px;    
    }

    .EtiquetaAdmPortal {
        font-size:9px;
    }

    .ElementosCentradosAdmPortal {
        vertical-align:middle;
        text-align:left;
    }

    .FormatoListadoAdmPortal {
        Height:20px;
        Width:90px;
        font-size:9px;
    }

     .CentrarImagen {
        height:3px;
    }
     
     .FormatoTextBoxGestionSesiones {
        text-align:left;
        width:100%;
        max-width:45px;
    }

     .MargenesGestionSesiones {
        margin-left:0%;
        margin-right:0%;
    }

    .TamanoLetraGestionSesion {
        font-size:6px;
    }

    .TamañoFuenteGrid {
        font-size:6px;
    }

    .FormatoTabla {
        width:100%;
        height:100%;
        text-align:center;
        vertical-align:middle;
    }
}