﻿body
{
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.bodycontainer
{
    padding-left: 15px;
    padding-right: 15px;
}

@font-face {
    font-family: 'Raleway'; /*a name to be used later*/
    src: url(../fonts/Raleway-Regular.ttf); /*URL to font*/   
}
@font-face {
    font-family: 'RalewayIt'; /*a name to be used later*/
    src: url(../fonts/Raleway-Italic.ttf); /*URL to font*/   
}
@font-face {
    font-family: 'RalewayB'; /*a name to be used later*/
    src: url(../fonts/Raleway-Bold.ttf); /*URL to font*/   
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt
{
    white-space: normal;
}

.shortcuts a
{
    color: #4d4d4d !important;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
.shortcuts:hover
{
    background-color: #d3d3d3 !important;
}
.shortcuts .fa
{
    font-size: 40px;
    margin-top: 10px;
}
.hr_customized
{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.rotulo_campo_obligatorio
{
    font-size: 8px;
    color: #d71717;
    font-weight: bold;
}

.navbar-UG
{
    background-color: #fff;
    border-color: #fff;
    border-bottom-color: #A0935F;
    border-bottom-width: 5px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.navbar-UG li a
{
    color: #7e7e7e !important;
    font-size: medium !important;
    border-right: 0.5px solid;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-UG .icon-bar
{
    background-color: black !important;
}
.sinBorde a
{
    border-right: none !important;
}

.config a
{
    border-right: none !important;
}
.config .fa
{
    font-size: 30px;
    text-align: right;
    margin-top: -5px !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea
{
    /* max-width: 280px;*/
    max-width: 100%;
}

.row-border
{
    border-bottom: 1px solid #c3c3c3;
    color: #9e955c;
    font-size: 120%;
    line-height: 10px;
    margin-bottom: 3px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    text-align: center;
}

.pie
{
    background: #e5e5e5 none repeat scroll 0 0;
    margin: 0px 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*Redes sociales*/
#contiene-redes
{
    margin: 20px auto 30px !important;
    max-width: 239px;
    display: block;
}
#contred
{
    display: inline-block;
    height: 28px;
    margin-right: 10px;
    padding: 6px 0 6px 4px;
    width: 32px;
}
.moduletable
{
    margin-bottom: 0px;
    padding: 0px;
}
.direccion
{
    font-size: 90%;
    line-height: 10px !important;
    top: 0px;
    left: 0px;
}
#face
{
    background: rgba(0, 0, 0, 0) url("../images/facebook.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}
#instagram
{
    background: rgba(0, 0, 0, 0) url("../images/instagram.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}
#google
{
    background: rgba(0, 0, 0, 0) url("../images/googleplus.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}
#youtube
{
    background: rgba(0, 0, 0, 0) url("../images/youtube.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}
#twitertop
{
    background: rgba(0, 0, 0, 0) url("../images/twitter.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}

.DivBeneficiario:hover
{
    cursor: pointer;
}
.ui-autocomplete
{
    /*min-height: 350px;*/
    max-height: 600px;
    overflow-y: auto;
    position: fixed;
    z-index: 5000;
    font-size: 14px !important; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-loading
{
    background: white url("../Images/cargando.gif") right center no-repeat;
}

.ui-menu-item:hover
{
    color: #fff !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.select_filtro
{
    width: 200px !important;
}

h3.titulo
{
    border-bottom: 1px solid #d8d8d8;
    color: #0e2031;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
h3.subtitulo
{
    color: #2c7dbe;
    font-weight: normal;
    margin-top: 5px;
}

.Servicio
{
    text-align: justify;
    padding-right: 30px;
}

.imgServicio
{
    border: 3px solid #e6e6e6;
    float: left;
    margin: 6px 10px 0px 0;
    display: inline;
}

.imgFoto
{
    display: inline;
}

.imgLoaderGif
{
    position: absolute;
    margin-top: 9px !important;
}
.padLeft25
{
    padding-left: 25px !important;
}

.bs-callout
{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child
{
    margin-bottom: 0;
}
.bs-callout code
{
    border-radius: 3px;
}
.bs-callout + .bs-callout
{
    margin-top: -5px;
}
.bs-callout-default
{
    border-left-color: #777;
}
.bs-callout-default h4
{
    color: #777;
}
.bs-callout-primary
{
    border-left-color: #428bca;
}
.bs-callout-primary h4
{
    color: #428bca;
}
.bs-callout-success
{
    border-left-color: #5cb85c;
}
.bs-callout-success h4
{
    color: #5cb85c;
}
.bs-callout-success-fill
{
    border-left-color: #4caf50;
    background: #ddffdd;
}
.bs-callout-success-fill h4
{
    color: #000;
    font-weight: bold;
}
.bs-callout-danger
{
    border-left-color: #d9534f;
}
.bs-callout-danger h4
{
    color: #d9534f;
}
.bs-callout-danger-fill
{
    border-left-color: #d9534f;
    background: #f2dede;
    color: #a9445f;
}
.bs-callout-danger-fill h4
{
    /*color: #000;*/
    font-weight: bold;
}
.bs-callout-warning
{
    border-left-color: #ffeb3b;
}
.bs-callout-warning h4
{
    color: #f0ad4e;
}
.bs-callout-warning-fill
{
    border-left-color: #ffeb3b;
    background: #ffffcc;
}
.bs-callout-warning-fill h4
{
    color: #000;
    font-weight: bold;
}
.bs-callout-info
{
    border-left-color: #5bc0de;
}
.bs-callout-info h4
{
    color: #5bc0de;
}
.bs-callout-info-fill
{
    border-left-color: #5bc0de;
    background: #f4f8fa;
}
.bs-callout-info-fill h4
{
    color: #000;
    font-weight: bold;
}
.bs-callout-DSTips
{
    border-left-color: #31708f;
    background: #d9edf7;
    color: #31708f;
}
.bs-callout-DSTips h4
{
    font-weight: bold;
}
.input-full
{
    max-width: none !important;
    width: 100% !important;
}
.cursor-hand:hover
{
    cursor: pointer;
}


.bordered-tab
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.alerta-informacion
{
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2f6ea5;
}


.alerta
{
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    border-radius: 10px;
}


.badgeMensajes-danger
{
    border-radius: 1em;
    color: #fff !important;
    background-color: #d9534f !important;
    left: 15px !important;
    top: -20px !important;
    padding: 6px 9px !important;
}
/*instrucciones*/
.bs-instrucciones
{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-instrucciones h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-instrucciones p:last-child
{
    margin-bottom: 0;
}
.bs-instrucciones code
{
    border-radius: 3px;
}
.bs-instrucciones + .bs-callout
{
    margin-top: -5px;
}
.bs-instrucciones-default
{
    border-left-color: #777;
}
.bs-instrucciones-default h4
{
    color: #777;
}
.bs-instrucciones-primary
{
    border-left-color: #428bca;
}
.bs-instrucciones-primary h4
{
    color: #428bca;
}
.bs-instrucciones-success
{
    border-left-color: #5cb85c;
}
.bs-instrucciones-success h4
{
    color: #5cb85c;
}
.bs-instrucciones-danger
{
    border-left-color: #d9534f;
}
.bs-instrucciones-danger h4
{
    color: #d9534f;
}
.bs-instrucciones-warning
{
    border-left-color: #f0ad4e;
}
.bs-instrucciones-warning h4
{
    color: #f0ad4e;
}
.bs-instrucciones-info
{
    border-left-color: #337ab7; /*background-color:#f5f5f5;*/
    background-color: #f5f5f5;
}
.bs-instrucciones-info h4
{
    color: #5bc0de;
}

.row
{
    padding-bottom: 5px;
}

.msgEscolar
{
    width: 36px;
    height: 50px;
    float: left;
    position: relative;
    top: 6px;
    background: url(../Images/iconosSIIAEscolar.png) no-repeat;
}
.icono-tip
{
    background-position: 0 -120px !important;
}
.tip
{
    padding: 10px 15px 15px 25px;
    color: #2e5014;
    background: #d5efc2;
    margin-left: 21px;
}

.icono-info
{
    background-position: 0 0px !important;
}
.info
{
    padding: 10px 15px 15px 25px;
    color: #31708F;
    background: #D9EDF7;
    margin-left: 21px;
}
.icono-warning
{
    background-position: 0 -180px !important;
}
.warning
{
    padding: 10px 15px 15px 25px;
    color: #8A6D3B;
    background: #FCF8E3;
    margin-left: 21px;
}
.icono-danger
{
    background-position: 0 -60px !important;
}
.danger
{
    padding: 10px 15px 15px 25px;
    color: #A94442;
    background: #F2DEDE;
    margin-left: 21px;
}


.BoxShadowAtention
{
    box-shadow: 0px 0px 30px #A94442;
}

.loginLogo
{
    float: left;
    width: 180px;
}
.popLogin
{
    background: url(../images/background.png) repeat scroll 0 0 transparent;
    border-radius: 10px;
    left: 0;
    right: 0;
    top: 25%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 5px 13px;
    position: absolute;
    width: 494px;
    z-index: 4;
}
.fa-Punto8
{
    font-size: .8em !important;
}
.fa-1
{
    font-size: 1em !important;
}
.fa-2
{
    font-size: 2em !important;
}
.fa-3
{
    font-size: 3em !important;
}
.carrusel
{
    top: -20px; /*left: -20px;*/
    width: 100%;
}

.mensaje-carrusel
{
    padding-top: 0px !important;
    background: rgba(255, 255, 255, 0.6);
    color: Black !important;
    height: 200px;
    top: 10px;
    left: 30px;
}


.navbar-default .navbar-nav > li > a.active
{
    color: #fff !important;
}

.badgeMensajes-danger
{
    border-radius: 1em;
    color: #fff !important;
    background-color: #d9534f !important;
    left: 15px !important;
    top: -20px !important;
    padding: 6px 9px !important;
}



/*
.color-box {
    margin-top: 20px;
    padding-left: 17px;
}
.color-box .shadow {
    margin: 0;
}
.shadow
{
    background: #666666;
    padding: 3px;
    margin: 10px 0;
}

.tip-icon {
    background-position: 0 -120px !important;
}
.info-tab {
    width: 36px;
    height: 50px;
    float: left;
    margin-left: -21px;
    position: relative;
    top: 6px;
    background: url(/AdmisionResultados/Images/sprite.png) no-repeat;
}

.tip-box {
    color: #2e5014;
    background: #d5efc2;
}
.tip-box {
    padding: 10px 15px 15px 25px;
}
*/

.registro
{
    display: block;
    width: 300px;
    height: 71px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 1px;
}
.registrotexto
{
    display: block;
    width: 100%;
    height: 61px;
    margin-top: 5px;
    font-size: 115%;
    position: relative;
    background: #FAD755;
    color: #092F57;
    padding: 10px 10px 10px 80px;
    -webkit-border-top-left-radius: 90px;
    -webkit-border-bottom-left-radius: 90px;
    -moz-border-radius-topleft: 90px;
    -moz-border-radius-bottomleft: 90px;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    z-index: 1;
}

.registrotexto:hover
{
    background: #0D59A9;
    color: #FFF;
}
.registroico
{
    display: block;
    position: absolute;
    top: 0px;
    width: 71px;
    height: 71px;
    background: url(../images/registro-ico.png);
    z-index: 2;
}






.registradostexto
{
    display: block;
    width: 100%;
    height: 61px;
    line-height: 40px;
    margin-top: 5px;
    position: relative;
    background: #092F57;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    padding: 10px 10px 10px 80px;
    -webkit-border-top-left-radius: 90px;
    -webkit-border-bottom-left-radius: 90px;
    -moz-border-radius-topleft: 90px;
    -moz-border-radius-bottomleft: 90px;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    z-index: 1;
}

.registradostexto:hover
{
    background: #0D59A9;
    color: #FFF;
}
.registradosico
{
    display: block;
    position: absolute;
    top: 0px;
    width: 71px;
    height: 71px;
    background: url(../images/registrados-ico.png);
    z-index: 2;
}

.bs-callout-danger-fill
{
    border-left-color: #d9534f !important;
    background: #f2dede;
    color: #a9445f;
}

.bs-callout
{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}



.category-list
{
    margin-top: 40px;
}


.pull-left
{
    margin-left: 0px !important;
}

.img-aviso
{
    height: 60px !important;
    width: 60px !important;
}
.EscudoBackground
{
    background-image: url("../images/Escudo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.btn-success
{
    color: black !important;
    border-color: #70AD47;
    background: #B0D2A0;
    background: -webkit-linear-gradient(#B4D5A6, #9DCA87); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#B4D5A6, #9DCA87); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#B4D5A6, #9DCA87); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#B4D5A6, #9DCA87); /* Standard syntax (must be last) */
}

.btn-info
{
    color: black !important;
    border-color: #5B9BD5;
    background: #B0CBE9;
    background: -webkit-linear-gradient(#B0CBE9, #93B9E4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#B0CBE9, #93B9E4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#B0CBE9, #93B9E4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#B0CBE9, #93B9E4); /* Standard syntax (must be last) */
}



.titulo
{
    text-shadow: 2px 2px #ACACAC;
    font-size: 40px;
    font-weight: bold;
    color: #897D51;
    /*font-family: 'maiandra GD';*/
    font-family: 'Raleway';
}

.titulox
{
    text-shadow: 1px 1px #ACACAC;
    font-size: 30px;
    font-weight: bold;
    color: #897D51;
    font-family: 'Raleway';
}

.textoGris
{
    text-shadow: 1px 1px #CCCCCC;

}
.well-default
{
    background-color: rgba(237, 241, 249, 0.4) !important;
    border-radius: 20px;
    color: #8A8A8A !Important;
}
.well-info 
{
    background-color: rgba(237, 241, 249, 0.4)  !important; 
    border-radius: 20px;
    
}
.well-success
{
    background-color: rgba(175, 211, 160, 0.4) !important;
    border-radius: 20px;
}
.well-primary
{
    background-color: rgba(173, 205, 234, 0.4)  !important;
    border-radius: 20px;
}

.well-info-sm 
{
    background-color: rgba(237, 241, 249, 0.4)  !important; 
    border-radius: 5px;
    
}
.well-success-sm
{
    background-color: rgba(230, 241, 224, 0.4) !important;
    border-radius: 5px;
}
.well-primary-sm
{
    background-color: rgba(173, 205, 234, 0.4)  !important;
    border-radius: 5px;
}
.BordeAzul
{
    border-bottom-style: solid; 
    border-bottom-width: 2px; 
    border-bottom-color: #5B9BD5;
    }
    
    .LateralAzul
{
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #5B9BD5;
    text-align: right;
}
    
    .tableSpacing td { 
    padding: 5px;
}
        