﻿

/* RadioButtonlist solicitaradmision tenerife vertical */

.bootRBL input {
    display: inline;
    margin-right: 0.45em;
}

.bootRBL label {
    display: inline;
    margin-right: 2em;
    text-wrap: none;
    padding-top: 0px;
}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 600px) {
    .bootRBL label:after {
        content: "";
        display: block;
    }
}

table.radioButtonListComillasHorizontal input {
    display: block;
    float: left;
    margin-top: 1px !important;
}

@media (max-width: 400px) {
    table.radioButtonListComillasHorizontal label {
        display: block;
        float: left;
        padding-left: 2px;
        margin-bottom: 0;
        width: 90%;
    }
}

table.radioButtonListComillasHorizontal label {
    display: block;
    float: left;
    padding-left: 2px;
    margin-bottom: 0;
}

table.radioButtonListComillasHorizontal td {
    padding-left: 0;
}

.radioButtonLabel {
    padding-left: 2px;
}

.radioButtonInput {
    margin-top: 2px !important;
}


/*   */

.textoDesplegables {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/*  checkboxes */

.labelCheckbox {
    padding-top: 3px;
    padding-left: 3px;
}


/*Clases*/
.tituloPrincipal {
    font-size: 1.2rem;
}

.tituloAccesoCurso {
    /*font-size: 1.1rem;*/
    /*font-size: 1.3rem;*/
    font-size: 1.45rem;
}

/* .colorPrincipal {
      color: #3C77C0;
   } */
.colorPrincipal {
    color: #484848;
}

.cabeceraFondo {
    background: black url(imagenes/bck_cabecera.jpg) repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#D7D7D7));
    background: -webkit-linear-gradient(top, white, #D7D7D7);
    background: -moz-linear-gradient(top, white, #D7D7D7);
    background: -o-linear-background(top, white, #D7D7D7);
    background: -ms-linear-background(top, white, #D7D7D7);
    background: linear-background(top, white, #D7D7D7);
}


.cuerpoPrincipal {
    position: relative;
    margin-top: 0em;
    margin-bottom: 0em;
    border: 1px solid lightgray;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.pieCorporativo {
    background: #696969;
    color: #C1C1C1;
}

/*Variaciones con Media Queries*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    [class*="cuerpoPrincipal"] {
        /*margin-top: 10em;*/
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="cuerpoPrincipal"] {
        /*margin-top: 7em;*/
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    [class*="cuerpoPrincipal"] {
        /*margin-top: 7em;*/
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    [class*="cuerpoPrincipal"] {
        /*margin-top: 7em;*/
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 400px) {
    [class*="tituloPrincipal"] {
        font-size: 0.9em;
    }

    [class*="tituloAccesoCurso"] {
        font-size: 0.9em;
    }
}
