﻿*one {
    margin: 0;
}

form {
    height: 100%;
}


html {
    height: 100%;
}

body {
    color: #000;
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

.contenedor {
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
    min-height: 100%;
    width: 950px;
}

.izquierda_medio {
    float: left;
    width: 225px;
}

.derecha_medio {
    float: right;
    width: 725px;
}

.izquierda {
    float: left;
}

.derecha {
    float: right;
}

.centrado {
    text-align: center;
}

.textoDerecha {
    text-align: right;
}

.textoIzquierda {
    text-align: left;
}


.derecha {
    float: right;
}

p {
    line-height: 1.1em;
    margin: 0 0 10px 0;
    text-align: justify;
}



/*anchor*/
a {
    /* color: Blue; */
    color: rgb(3, 3, 140);
    text-decoration: none;
}

a:hover {
    /* text-decoration: underline; */
    text-decoration: none;
    color: rgb(124, 124, 248);
}

a:visited {
    color: rgb(3, 3, 140);
    text-decoration: none;
}

/* a.btn-link*/
.btn-link-custom {
    /*color: #FF5733;*/ /* Cambia este valor al color que prefieras */
    color: rgb(3, 3, 140); /* Cambia este valor al color que prefieras */
    padding-left: 0 !important; /* Esto quita el padding-left */
}




/* Cabecera */
#cabecera {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cabecera_escudo {
    float: left;
}

#cabecera_enlaces {
    float: left;
    font-size: 85%;
}

.cabecera_enlaces_separador {
    margin: 0 5px 0 5px;
}

.cabecera_upcomillas {
    float: right;
    height: 1.3em;
}

h1 {
    color: #3C77C0;
    font-size: 170%;
    float: right;
    text-align: right;
    margin-top: -41px;
    font-weight: normal;
}
/* Cuerpo */
.cuerpo {
    border-left: 1px solid #C3C4C6;
    border-right: 1px solid #C3C4C6;
    background-color: #ffffff;
    text-align: justify;
    padding: 10px 10px 10px 10px;
    clear: both;
}

.cuerpo_sup {
    clear: both;
    position: relative;
    float: right;
    margin-right: 1px;
    padding: 0;
}

.cuerpo_inf {
    clear: both;
    float: right;
    margin-right: 1px;
    padding: 0;
    margin-bottom: 110px;
}
/* Pie */
#pie {
    background: #696969;
    clear: both;
    height: 100px;
    margin-top: -100px;
    position: relative;
    width: 100%;
}

.pie_texto {
    color: #c8c8c8;
    font-size: 90%;
    padding-left: 20px;
    padding-top: 15px;
    text-align: justify;
}

.pie_upcomillas {
    float: right;
    padding-top: 15px;
    padding-right: 20px;
}

.alto10px {
    height: 10px;
}

.alto50px {
    height: 50px;
}

.alto100px {
    height: 100px;
}

.alto20px {
    height: 20px;
}

.ancho45 {
    width: 45%;
}

.ancho50 {
    width: 50%;
}

.ancho70 {
    width: 70%;
}

.ancho150px {
    width: 150px;
}

.Boton {
    border: #B0B0B0 1px solid;
    padding: 2px 10px 2px 10px;
    margin: 0px;
    height: 25px;
    cursor: pointer;
    color: #000000;
    background-image: url(imagenes/back_boton.jpg);
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.etiqueta {
    text-align: left;
}

.Oculto {
    display: none;
}

.Rojo {
    color: Red;
}

.CajaPeque {
    height: 17px;
    width: 70px;
    border: 1px solid gray;
}

.CajaMediana {
    height: 17px;
    width: 150px;
    border: 1px solid gray;
}

.CajaGrande {
    height: 17px;
    width: 300px;
    border: 1px solid gray;
}

select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 20px;
    border: 1px solid gray;
}

.Titulo {
    color: Gray;
    font-weight: 600;
}

.letraPeque {
    font-size: 85%;
}


.negrita {
    font-weight: bold;
}

.Borde {
    border: 1px solid #C3C4C6;
    padding: 4px;
    margin-bottom: 2px;
}

.margen5 {
    margin: 5px 5px 5px 5px;
}

.justificado {
    text-align: justify;
}


/* Div cargando*/
.cargandoTexto {
    top: 18%;
    left: 40%;
    position: absolute;
    font-weight: bold;
}

.cargandoFondo {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: White;
    filter: alpha(opacity=70);
    z-index: 1;
}

.CajaLogin {
    float: left;
    left: 180px;
    position: absolute;
    top: 80px;
}

.Bloque {
    background-color: #f8faff;
    border: 1px solid #999;
    margin: 0 0 15px 0;
    padding: 5px 0 5px 5px;
    width: 60%;
}

.TituloPrimario {
    font-weight: bolder;
    font-size: 1.1em;
}

.MensajeAmarillo {
    background-color: #fffacd;
    border-width: thin;
}


/* Conexión en Cabecera */
/* .UsuarioConectado {
    color: #ff0000;
} */
.UsuarioConectado {
    color: #8f0303;
}


.NombreUsuario {
}

.Desconectar {
    font-size: 1em;
}

.OpcionCabecera {
    font-size: 1.1em;
}

.Cerrar {
    font-size: 1.1em;
}

/*.LabelUsuario {
    color: #696969;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}*/
.LabelUsuario {
    color: #484848;
    text-decoration: none;
}

/* Fin Conexión en Cabecera */



.TextoIdioma {
}

.TextoSolicitudPara {
    font-size: 1.2em;
    font-weight: bolder;
}

.PreguntaEncuesta {
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    color: Gray;
}

/* ComboBox de Ajax */
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    border: solid 1px gray;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    background-image: url(images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}

.WindowsStyle .ajax__combobox_itemlist {
    border-color: gray;
}




.OpcionPrimeraSegundaOpcion {
    height: 3px;
}


.radioButton TR {
    background-color: transparent;
    vertical-align: middle;
}

    .radioButton TR INPUT {
    }

.radioButtonMenor TD {
    padding: 0 0 0 0;
    background-color: transparent;
    vertical-align: middle;
}

.radioButtonMenor TR INPUT {
    background-color: transparent;
    height: 12px;
}

.radioButtonMenor TABLE {
    padding: 0 0 0 0;
}



.TitulosOpciones {
    font-size: 0.95em;
}

.SelectorPreferencias {
    height: 156px;
}

.PlazoCerradoICADE {
    font-size: 0.85em;
}

.checkInteresOtrosEstudios input {
    padding: 6px;
}

.lineaSeparacion {
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
    margin: 8px 0px 5px 0px;
}

.nuevalinea {
    clear: both;
}

.elementoComboDestacado {
    color: #3C77C0;
}

.panelConTitulo {
    clear: both;
    float: left;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    color: Gray;
    width: 50%;
}

    .panelConTitulo fieldset {
        padding: 0px 0px 4px 10px;
    }

.panelAlLado {
    display: inline-block;
}

.paddingPanel {
    padding-left: 5px;
}

.watermarked {
    opacity: 0.6; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
    filter: alpha(opacity=60); /* for <= IE 8 */
}

.panelIndentado {
    padding-left: 13px;
}

.centrarVertical {
    vertical-align: middle;
    line-height: 0.6;
}


.popover {
    max-width: 45% !important;
}
