/*
Estilo please_smile
*/


#contenido #wrap #panelCentral #contCentral h2 {
    font-family: Georgia;
    font-weight: bold;
    color: rgb(79,31,145);
    letter-spacing: 2px;
    font-size: 1.5rem;
}

#contenido #wrap #panelCentral #contCentral h3 {
    font-family: Georgia;
    font-weight: bolder;
    color: rgb(245,0,3);
    letter-spacing: 2px;
    font-size: 1rem;
}

#contenido #wrap #panelCentral #contCentral h4 {
    font-family: Georgia;
    font-weight: bold;
    color: rgb(79,31,145);
    letter-spacing: 2px;
    font-size: .8rem;
}

#contenido #wrap #panelCentral #contCentral p {
    font-family: Arial;
    color: rgb(79,31,145);
}

/*em , i {
	padding-left: 1em;
	font-family: Arial;
	font-weight: bold;
	color: rgb(79,31,145);
	letter-spacing: 1px;
}*/

#contenido #wrap #panelCentral #contCentral ul li {
    font-family: Arial;
    color: rgb(79,31,145);
    letter-spacing: 1px;
}

#contenido #wrap #panelCentral #contCentral ol li {
    font-family: Arial;
    color: rgb(79,31,145);
    letter-spacing: 1px;
}

.tabla-completa {
    border-collapse: collapse;
    border: 1px solid rgb(245,0,3);
}

.tabla-completa thead tr th {
    border: 1px solid rgb(245,0,3);
    font-weight: bold;
}

.tabla-completa thead tr th.enc-fondo {
    background-color: rgb(79,31,145);
    color: white !important;
}

.tabla-completa tfoot tr th {
    border: 1px solid rgb(245,0,3);
    font-weight: bold;
}

.tabla-completa tr td {
    border: 1px solid rgb(245,0,3);
}

#contenido #wrap #panelCentral #contCentral table {
    border-collapse: collapse;
}

#contenido #wrap #panelCentral #contCentral table thead tr th {
    border-bottom: 1px solid rgb(245,0,3);
    color: rgb(245,0,3);
    font-family: Georgia;
    font-weight: bold;
    text-align: center;
}



#contenido #wrap #panelCentral #contCentral table tbody tr td.cel-right {
    text-align: right;
}

#contenido #wrap #panelCentral #contCentral table tfoot tr td {
    font-size: 1em;
    font-family: Arial;
    text-align: left;
    vertical-align: middle;
    text-align: left;
    color: rgb(79,31,145);
    border-bottom: 1px solid rgb(245,0,3);
}

/*#contenido #wrap #panelCentral #contCentral table tbody tr td:hover {
	background-color: rgb(79,31,145);
	color: white;
	text-align: center;
	vertical-align: middle;
}*/

/*#contenido #wrap #panelCentral #contCentral table tbody tr td:hover a {
	background-color: rgb(79,31,145);
	color: white;
}*/

#contenido #wrap #panelCentral #contCentral table tbody tr td a {
    font-size: 1em;
    text-decoration: none;
}

#contenido #wrap #panelDerecho {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*border-bottom-left-radius: 200px;*/
    position: relative;
    /* display: inline-block; */
    display: none;
    float: left;
    overflow: hidden;
    max-width: 25%;
    width: 25%;
    max-height: 100%;
    height: 100%;
    background-color: rgb(245,0,3);
    color: white;
}

#contenido #wrap #panelDerecho #imgSection {
    position: relative;
    display: block;
    width: 100%;
    height: 40%;
    overflow: hidden;

    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    background: #fff url(../../../../img/galeriaNosotros/i1.jpg) no-repeat top left;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


#contenido #wrap #panelDerecho #imgSection .imgPrincipal{
    width: 100%;
    height: 100%;
}

#contenido #wrap #panelDerecho #textSection{
    background-color: rgb(245,0,3);
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 60%;
    color: white;
    font-size: 1em;
    font-family: Arial;
    font-weight: bold;
}

#contenido #wrap #panelDerecho #textSection #box-textSection {
    width: 95%;
    height: 95%;
    margin-left: 1em;
    /*margin-right: 1em;*/
    overflow: auto;
    font-size: 1em;
}

#contenido #wrap #panelDerecho #textSection #box-textSection a {
    color: yellow;
}

#contenido #wrap #panelDerecho #textSection #box-textSection ul li a {
    color: yellow;
}

#page #encabezado #logoEncabezado {
    position: relative;
    display: inline-block;
    float: right;
    width: 15%;
    height: 100%;
    text-align: right;
}

#page #encabezado #logoEncabezado img {
    position: relative;
    display: block;
    min-height: 30px;
    height: 30px;
    margin: 1% 30%;
}


.avisoUrgente {
    border-sizing: box-sizing;
    border-radius: 10px;
    position: fixed;
    display: none;
    top: 30%;
    right: 0px;
    /*margin-right: .5em;
    margin-top: 7em;*/
    padding: .7em;
    z-index: 99;
    width: 30%;
    height: 30%;
    border: 2px solid black;
    background-color: rgb(251,176,52);
    color: rgb(79,31,145);
    font-family: Arial;
    font-size: 1em;
}


.avisoUrgente #tituloAviso {
    position: relative;
    display: block;
    border-bottom: 1px solid rgb(79,31,145);
    font-size: 1em;
    font-family: Georgia;
    font-weight: bold;
    text-align: center;
}

.avisoUrgente #contenidoAviso {
    position: relative;
    display: block;
    font-size: 1em;
    font-family: Arial;
    text-align: justify;
}


#contenido #wrap #panelCentral #contCentral #conv-avisos {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    height: 100%;
    padding:1%;
}

#contenido #wrap #panelCentral #contCentral #conv-avisos #conv {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    display: block;
    width: 100%;
    height: 35%;
    border: 2px solid rgb(79,31,145);
    border-radius: 10px;
}

#contenido #wrap #panelCentral #contCentral #conv-avisos #avi {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 35%;
    border: 2px solid rgb(79,31,145);
    border-radius: 10px;
}

#contenido #wrap #panelCentral #contCentral #conv-avisos #conv #tituloConvocatoria {
    width: 100%;
    height: 10%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(251,176,52);
    color: black;
    text-align: center;
    font-weight: bold;
}

#contenido #wrap #panelCentral #contCentral #conv-avisos #conv #contenidoConvocatoria {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 80%;
    overflow: auto;
    padding-left: 5px;
    padding-right: 5px;
}

#contenido #wrap #panelCentral #contCentral #conv-avisos #avi #tituloAvisos {
    width: 100%;
    height: 10%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(251,176,52);
    color: black;
    text-align: center;
    font-weight: bold;
}

#contenido #wrap #panelCentral #contCentral #conv-avisos #avi #contenidoAvisos {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 80%;
    overflow: auto;
    padding-left: 5px;
    padding-right: 5px;
}




.ui-tabs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; /* position:  relative prevents IE scroll bug (element with position:  relative inside container with overflow:  auto appear as "fixed") */
    display: block;
    width: 100%;
    height: auto;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
    position: relative;
    display: inline;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    /*margin: 1px .2em 0 0;*/
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: white;
    color: rgb(79,31,145);
    font-family: Georgia;
    font-weight: bold;
}


.ui-tabs .ui-tabs-nav li a:hover {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid red;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
    background-color: rgb(79,31,145);
    color: white
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    border-width: 0;
    padding: 2.5em 1.4em;
    background: none;
    border: 1px solid #ccc;
}

.box-Extra {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    float: left;
    width: 35%;
    height: 30em;
    margin-left: 10%;
    margin-top: 1%;
    padding: 2%;
    border: 1px solid #ccc;
    border-radius: 10px;
}


.box-Extra .imgExtra {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 38%;
}


.box-Extra .imgExtra > img {
    position: relative;
    width: 100%;
    height: 100%;
}

.box-Extra .tituloExtra {
    position: relative;
    display: block;
    width: 100%;
    height: 11%;
    font-family: Georgia;
    font-size: 1.3em;
    color: rgb(79,31,145);
}

.box-Extra .contenidoExtra {
    position: relative;
    display: block;
    width: 100%;
    height: 43%;
    margin-top: 1%;
    font-family: Arial;
    background-color: white;
    overflow: auto;
}

.faq-fecha {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: rgb(79,31,145);
    color: white;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.1em;
}

.faq-nombre {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: black;
    font-family: Georgia;
    font-weight: bold;
    font-size: 1em;
    text-transform: capitalize;
}

.faq-respuesta {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: black;
    font-family: Arial;
    font-size: 1em;
    background-color: #ddd;
}

#objContenido {
    position: relative;
    display: inline-block;
    float: left;
    width: 85%;
    height: 100%;
    padding: 20px;
    /*border: 1px solid #ccc;*/
}

#ie-box {
    display: none;
}










table .filaTitulo{
    background-color: rgb(79,31,145);
    color: #FFF;
    height: 40px;
    font-size: 16px;
}

.listadoTablaMSV{
    border-top: 1px solid #aaa;
}
.tituloSeccionMSV-A{
    font-size:32px;
    color:rgb(245,0,3);
}
.tituloSeccionMSV-B{
    font-size:32px;
    color:rgb(79,31,145);
}


.listadoTablaMSV{
    background-color:#FFF;
}
.listadoTablaMSV:hover{
    background-color:#E6E6FA;
}





/* Clases para representar los pasos de un proceso. El cuadro lleva una flechita hacia arriba */
/*  Inicio -------------------------  */
.tituloPaso{
    background-color:rgb(79,31,145);
    color:#fff;
    width: 500px;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;

}


/*  Fin -------------------------  */

.contraste{
    color:rgb(79,31,145);
    font-weight: bold;
}


@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/montserrat/Montserrat-VariableFont_wght.ttf) format('truetype');
}

fieldset{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border: 2px solid #dee2e6 !important;
    border-style: groove !important;
    padding: 1rem !important;
    height: fit-content !important;
}
legend {
    float: none !important;
    width: auto !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: calc(1rem + 0.02vw) !important;
}

button, input[type=button], input[type=submit], input[type=reset]  {
    background-color: #8c8c8c;
    border: none;
    color: white;
    font-size: 15px !important;
    padding: 6px 15px !important;
    margin-top: 4px !important;
    margin-right: 10px !important;
    border-radius: 5px !important;
    width: fit-content !important;
    height: auto !important;
}

button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
    box-shadow: 0px 0px 5px rgb(79,31,145);
}

select, textarea, input[type=text], input[type=number], input[type=textarea], input[type=email]{
    padding: .175rem .475rem;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

select:hover, textarea:hover, input[type=text]:hover, input[type=number]:hover, input[type=textarea]:hover, input[type=email]:hover{
    box-shadow: 0px 0px 5px #0d6efd;
}

input[type=file] {
    overflow: hidden;
    cursor: pointer !important;
}

select:focus, textarea:focus, input[type=number]:focus, input[type=text]:focus, input[type=textarea]:focus, input[type=email]:focus{
    outline: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute !important;
    right: .3em !important;
    top: 50% !important;
    width: 20px !important;
    margin: -10px 0 0 0 !important;
    padding: 1px !important;
    height: 20px !important;
}

#cajaBuscar {
    height: fit-content !important;
}


input[type=checkbox], input[type=radio] {
    border-radius: .25em;
    width: 1.2em !important;
    height: 1.2em !important;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    margin-right: 5px;
}
 input[type=radio] {
    border-radius: 50%;

}

input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: rgb(79, 31, 145);
    border-color: rgb(79, 31, 145);
}

input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-color: rgb(79, 31, 145);
    border-color: rgb(79, 31, 145);
}

/*.form-label {*/
/*    margin-bottom: 0px !important;*/
/*    width: 35% !important;*/
/*}*/

.labelText {
    margin-bottom: 0px !important;
    width: 35% !important;
    color: #4f1f91;
    font-weight: 500;
}

.campos__horizontal select,
.campos__horizontal input{
    display: inline-block !important;
    width: 60% !important;
}

/*.form-control {*/
/*    display: inline-block !important;*/
/*    width: 60% !important;*/
/*}*/
/*.form-select {*/
/*    display: inline-block !important;*/
/*    width: 60% !important;*/
/*}*/




