﻿
.listadoPeriodos, .listadoYears {
    font: 83%/1.4 arial, helvetica, sans-serif;
    font-size: 85%;
    height: 1.25em;
    margin: 0;
    padding: 0;
    border: 1px solid #2E6AB1;
}


    .listadoPeriodos a, .listadoYears a {
        display: block;
        text-align: center;
        vertical-align: middle;
        height: 1.25em;
        color: #003366;
    }

    .listadoPeriodos, .listadoPeriodos a, a .listadoPeriodos {
        background-color: #e6efc2; /* verde*/
        margin: 20px;
        width: 2em; /*32px;*/
    }

    .listadoYears, .listadoYears a {
        background-color: #CFCFCF; /* Gris*/
        width: 2.51em; /*38px;*/
        margin: 1px;
    }

span.periodos {
    color: #003366;
    display: block;
    float: left;
    border-top: 1px solid #fff;
    background: #fff;
}

.controlPeriodos {
    line-height: 1.5em;
    height: 1.6em;
    padding-bottom: 0.125em;
    float: left;
    clear: both;
}

.listadoPeriodos a.seleccionado, .listadoYears a.seleccionado, .listadoYears span, .seleccionado {
    /*border: 1px solid #2E6AB1;*/
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.periodoFechas {
    width: 37.5em;
    float: right;
    color: Blue;
}

span.periodosCaption, .periodosCaption {
    color: #555;
    float: left;
    /*display: block;
   /* font-size:1em;    
    /*padding:3px 3px;   */
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
    margin-top:25px;
}

div .image-logo {
    height: 50px ;
}

@media (max-width: 950px) {

    div .image-logo {
        height: 35px;
    }
}

.OpcionRespuesta > label {
    margin-left: 8px;
}