
html {
    position: relative; 
    min-height: 100%;
}
 /**

footer {
    height: 8%;
    position: absolute; 
    top: 93; 
    width: 100%;
} **/

body {
    background-color: white;
    margin-bottom: 60px;
}
.container-fluid {
    margin: 0 auto;
    padding: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-area, .article-tree{
    background: #bada55;
    overflow:auto;
    height: 100vh;
}

.footer {
    min-height: 60px;
    position:absolute;
    bottom:0;
    width: 100%;
}

    /* INSCRIPCIONES CERRADAS */
.estadoCarrera {
    position:relative;
    top: 38px;
    left:-15px;
    background-color: #881414;
    color:white;
    font-size: 14px;
    padding: 2px;
}

    /*COOKIE*/



    /*HEADER*/

.bg-red {
    background-color: #881414!important;
    color: white;
}

.borde-red {
    border-color: #881414!important;
}

.red {
    color: #881414;
    font-weight: bold;
}

.ancho_logo {
    width: 150px;
}

    /*PAGINACIÃ“N SECCIÃ“N NOVEDADES*/

#menu_paginacion nav {
    justify-content: space-around;
}

#menu_paginacion nav div * {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #e0dadf;
    border-right: 0;
    margin: 1px;
    border-collapse: collapse;
}

.page-numbers {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #e0dadf;
    border-right: 0;
    margin: 1px;
    border-collapse: collapse;
}

.cajaEvento {
    background-color: #eff2f6;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-bottom: 1em;
}

    /*PÃGINA DE RESULTADOS DE BÃšSQUEDA*/
/*.bloque_busqueda {
    min-height: 370px;
    max-height: 370px;
}*/

    /*BANNER VERSIÃ“N MOVIL*/
.cabecera {
    background-image: url(/img/senda2.png);
    background-repeat: repeat-x;
    background-size: 30%;
    height: 25px;
}

    /*BANNER SIDEBAR*/

.banner_sidebar { 
    background-image: url(/img/senda.png);
    background-repeat: repeat-y;
    background-size: 90%;
}

.ancho_enlace_sidebar {
    width: 100%;
    height: 100%;
}

    /*CONTROL TEXTO POST*/

.enlace_post a {
    color: #881414;
}

.texto-item-carrera {
    font-size: 16px;
    text-align: left;
}

/*Le definimos una altura a la linea del texto que habrÃ¡ en el pÃ¡rrafo*/
.altura_texto {
    line-height: 13px;
}

/*Ponemos una altura mÃ¡xima y mÃ­nima para que todos tengan la misma altura*/
.control_texto_post {
    max-height: 65px;
    min-height: 65px;
    overflow: hidden;
    margin-bottom: 23px;    
}

/*AÃ±adimos algo que indique que el texto continua*/
.control_texto_post::after {
    content: "[ ... ]";
    background-color: white;
    position: absolute;
    bottom: 58px;
    left: 6%;
}

/*Problema de ajustes entre columnas, una un poco mÃ¡s baja que la otra*/

/*.div_problematico p {
    display: none;
}*/

    /*SIDEBAR*/

.widget ul {
    padding-left: 5px;
    padding-right: 5px;
}

.widget ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 14px;
}

.widget ul li a {
    color:black;
}

    /*CSS DE LAS CARRERAS EN SÃ*/

.altura_titulo {
    line-height: 15px;
}

.titulo_carrera {
    color:black;
    font-size: 14px;
    font-weight: bold;
}

.control_titulo_carrera {
    text-align: center;
    max-height: 56px;
    min-height: 56px;
    overflow: hidden;
}

.control_texto_carrera {
    text-align: center;
    font-size: 12px;
    max-height: 38px;
    min-height: 38px;
    overflow: hidden;
}

    /*CARRERAS INDIVIDUAL*/

.barraSeccion {
    color: white;
    background-color: #881414;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
    margin-top: 10px;
    text-align: center;
}

.recorridoImagen img {
    width: 80%;
    height: 80%;
}

    /*COLOR DE LOS LINKS PARA PASAR PÃGINA*/

.current {
    color: #881414;
}

    /*FORMULARIO*/

#wpcf7-f104-p20-o1 {
    width: 100%;
}

/*COMIENZA EL CSS PARA DISPOSITIVOS DE TAMAÃ‘O MEDIO*/
/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) { 
    
    /*HEADER*/
    
.ancho_logo {
    width: 220px;
}
    
.cabecera {
    background-repeat: repeat-x;
    background-size: 40%;
    height: 25px;
}
    

html {
  position: relative;
  min-height: 100%;
  max-width: 100vw;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.cajaEvento {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #eff2f6;
}

/*COMIENZA EL CSS PARA DISPOSITIVOS DE TAMAÃ‘O GRANDE*/
/*Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) {
    
    /*HEADER*/
    
.ancho_logo {
    width: 280px;
}

.cabecera {
    background-repeat: repeat-x;
    background-size: 30%;
    height: 25px;
}

     /*CSS DE LAS CARRERAS EN SÃ*/

.altura_titulo {
    line-height: 19px;
}
    
.altura_texto {
    line-height: 18px;
}
    
.titulo_carrera {
    color:black;
    font-size: 18px;
    font-weight: bold;
}

.control_titulo_carrera {
    text-align: center;
    max-height: 38px;
    min-height: 38px;
    overflow: hidden;
}
    
    /*AÃ±adimos algo que indique que el texto continua*/
.control_texto_post::after {
    content: "[ ... ]";
    background-color: white;
    position: absolute;
    bottom: 50px;
    left: 3%;
}
    
.control_texto_carrera {
    text-align: center;
    font-size: 12px;
    max-height: 38px;
    min-height: 38px;
    overflow: hidden;
}

.control_texto_post {
    max-height: 72px;
    min-height: 72px;
    overflow: hidden;
}

}
