﻿.verdeUTCJ{ color: #009878; }
.rosa{ color: #960082; }
.negro{ color: black; }
.blanco{ color: white; }
.morado-1{ color: #96298f; }
.morado-2{ color: #2e2f81; }
.gris-1 { color: #ECECEC; }
.gris-2 { color: #5e5e5e; }
.naranja-1 { color: #E6A201; }
.italic{ font-style: italic; }
.bold{ font-weight: bold; }
.center{
    display: block;
    width: 100%;
    text-align: center !important;
}
.label-chico{
    font-size: .8em;
}
.label-mediano{
    font-size: 1.2em;
}
.label-grande{
    font-size: 1.4em;
}
.alinear-izq{
    text-align: left;
}
.alinear-der{
    text-align: right;
}

.label
{
    font-family: 'Trebuchet MS' !important;
    font-size: 14px !important;
}
.labelTitulo{
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.labelSubtitulo{
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
    font-weight: bold;
}
.labelNota
{
    color: #00722d; /*#D58F00;*/
    font-family: 'Trebuchet MS';
    font-size: 13px;
    font-weight: bold;
}

tr
{
    height: 30px;
}
.trSeccion
{
    text-align: center;
    color: #960082;
    font-weight: bold;
    border-bottom: solid 1px #D3D3D3;
}
.PaddingIzquierdo
{
    padding-left: 3em;
}
.centrado
{
    text-align: center;
    align-content: center;
}
.izquierda
{
    text-align: left !important;
}

.tdSubmenu
{
    width: 17%;
    background-color: #FFF;
    text-align: center;
    vertical-align:top;
}
.tdDocumento
{
    text-align: right;
    font-family: 'Trebuchet MS';
    font-size: 14px;
}
.Submenu ul{
    width: 100% !important;
}
.Submenu ul li a
{
    color: #960082;
    text-align: left;
    font-family: 'Trebuchet MS';
    font-size: 17px;
    padding: 4px 2px 4px;
    padding-left: 5px !important;
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
    min-height: 40px;
    white-space: normal !important;
}
.Submenu ul li a:hover
{
    color: #F7A600;
}


.dtable{
    display: table;
    width: 100%;
}
.drow{
    display: table-row;    
}
.dheadercell{
    display: table-cell;
    padding: 5px;
    box-shadow: 0 4px 2px -2px gray;
    font-weight: bold;
}
.dcell{
    display: table-cell;
    padding: 5px;
}

/*Formulario*/
.form {
    box-sizing: border-box;
    background-color: #ECECEC;
    border-radius: 3px;
    padding: 15px 5px;
    margin:0 100px 0 100px;
}
.clear-both{
    clear: both;
    overflow: hidden;
    vertical-align: baseline;
}
.col-20{
    width: 20%;
    padding: 5px;
    float: left;
}
.col-25{
    width: 25%;
    padding: 5px;
    float: left;
}
.col-30{
    width: 30%;
    padding: 5px;
    float: left;
}
.col-33{
    width: 33%;
    padding: 5px;
    float: left;
}
.col-50{    
    width: 50%;
    padding: 5px;
    float: left;
}
.col-70{
    width: 70%;
    padding: 5px;
    float: left;
}
.col-75{
    width: 75%;
    padding: 5px;
    float: left;
}
.col-80{
    width: 80%;
    padding: 5px;
    float: left;
}
.col-100{
    width: 100%;
    padding: 5px;
}
.descripcionForm{
    text-align: right;
    font-weight: bold;    
    min-height: 35px;
}
.descripcionFormJust{
    text-align: justify;
    font-weight: bold;
}
/*Formulario*/

.DropDownList
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    height: 28px;
    color: #555;
}

.DropDownList option
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    height: 28px;    
}
.DropDownList2
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    height: 28px;
}

.DropDownList2 option
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    height: 28px;
}
.CheckBoxList label{
    padding-left: 5px;
}

.TablaGeneral
{
    width: 100%;
    border: 1px solid #EFEDED;
    border-spacing: 0px;
    margin: 0 auto;
    background: #FFF;
}
.TablaGeneral th
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    text-align: center;
    color: #EEE;
    background: #666;
    border: solid 1px #808080;
}
.TablaGeneral td
{
    font-family: 'Trebuchet MS';
    font-size: 13px;
    text-align: center;
    background: #FFF;
    border: solid 1px #EEE;
}

.File
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #333;
    background-color: #EEE;
	padding: 2px 8px 2px 8px;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    height: 26px;
}
.File:hover
{
    cursor: pointer;
    background-color: #DFDFDF;
}

.Boton
{
    font-family: 'Trebuchet MS';
    font-size: inherit;    
    text-align: center;
    color: #333;
    background-color: #EEE;
	padding: 2px 8px 2px 8px;
    border: 1px solid #D3D3D3;
    border-radius: 12px;
    height: 32px;
}
.Boton:hover
{
    cursor: pointer;
    color: #960082;
    background-color: #DFDFDF;
}

.BotonDefault
{
    font-family: 'Trebuchet MS';
    font-size: inherit;    
    text-align: center;
    color: #fff;
    background-color: var(--main-color);
	padding: 2px 8px 2px 8px;
    border: 1px solid #D3D3D3;
    border-radius: 12px;
    height: 32px;
}
.BotonDefault:hover
{
    cursor: pointer;    
    background-color: var(--main-color-dark);
}

.BotonNaranja
{
    font-family: 'Trebuchet MS';
    font-size: inherit;    
    text-align: center;
    color: #fff;
    background-color: #E6A201;
	padding: 2px 8px 2px 8px;
    border: 1px solid #D3D3D3;
    border-radius: 12px;
    height: 32px;
}
.BotonNaranja:hover
{
    cursor: pointer;    
    background-color: #B88100;
}

.BotonDisabled
{
    font-family: 'Trebuchet MS';
    font-size: inherit;    
    text-align: center;
    color: #808080;
    background-color: #D4D4D4;
	padding: 2px 8px 2px 8px;
    border: 1px solid #D3D3D3;
    border-radius: 12px;
    height: 32px;
}

.BotonMenu
{
    font-family: 'Trebuchet MS';
    font-size: inherit;
    font-weight: bold;
    text-align: left;
    color: #960082;
    background-color: #FFF;
	padding: 10px 20px;
    border: none;
    max-width: 30%;
}
.BotonMenu:hover
{
    cursor: pointer;
    color: #F7A600;
}
.BotonMenuSelected{
    border-bottom: 3px solid #960082;
}

.TextBox
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    color: #555;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    padding: 5px;
    margin-top: 5px;
    height: 30px;
}
.TextBox:focus
{
    outline: none;
    border: 1px solid #7BC1F7;
    box-shadow: 0px 0px 8px #7BC1F7;
    -moz-box-shadow: 0px 0px 8px #7BC1F7;
    -webkit-box-shadow: 0px 0px 8px #7BC1F7;
}
.TextBoxMultilinea
{
    border-radius: 4px;
    display: inline-block;
    resize: vertical;
    vertical-align: middle;
}

.RenglonInfoIzquierda {
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {    
}


@media screen and (max-width: 375px) {
    textarea{
        width: 100% !important;
    }
    .DropDownList{        
        width: 100% !important;
        text-overflow: ellipsis;
    }    
    .col-25, .col-50, .col-75, .col-100{
        width: 100%;
        padding: 5px 20px;
    }
    .descripcionForm{
        text-align: left;
    }    
}

@media screen and (max-width: 768px) {  		

    textarea{
        width: 100% !important;
    }
    .DropDownList{        
        width: 100% !important;
        text-overflow: ellipsis;
    }
    .col-25, .col-50, .col-75, .col-100{
        width: 100%;
        padding: 5px 20px;
    }
    .descripcionForm{
        text-align: left;
    }    

	.TablaResponsiva * {
		display: block;
        border: none;
	}

    table.TablaResponsiva{
        border: none;
    }

	.TablaResponsivaHeader {
		display: none;
	}
		
	.TablaResponsiva tr{
		margin-bottom: 20px;
        height: auto !important;
		border: 1px solid #eee;
	}
      	  
	.TablaResponsiva td {
		border-bottom: 1px solid #eee;
		position: relative;
        padding: 5px;
		padding-left: 40%;
        text-align: left;
	}

	.TablaResponsiva td:before {		    
		content: attr(data-label);
		position: absolute;
		top: 0;
		left: 6px;
		width: 40%;
        padding: 5px 0px;
		padding-right: 10px;
		white-space: nowrap;
      	color: #666;
        text-align: center;
        font-weight: bold;
	}	
		
	.TablaResponsiva img{	
		display: inline-block;
	}
}

/* SUBMENÚ RESPONSIVO (DROPDOWN) */

.MenuToDropdown ul, .MenuToDropdown li 
{
    padding: 0 !important;
    width: 100%;
}
.MenuToDropdown ul 
{
    border-top: 1px solid #D3D3D3;
}
.MenuToDropdown ul li a {
    color: #960082;
    text-align: left;
    font-size: calc(12px + (14 - 12) * ((100vw - 700px) / (1200 - 700)));
    padding: 10px 10px;
    white-space: normal !important;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
}
.MenuToDropdown ul li a:hover
{
    color: #F7A600;
}
.MenuToDropdown select {
    display: none;
}

.MenuToDropdown select{
    width: 100%;
}

@media (max-width: 700px) {
    .MenuToDropdown ul {
        display: none;
    }

    .MenuToDropdown select {
        display: inline-block;
    }
}

/*SEDES*/
.TablaEncuesta
{
    width: 100%;
    border: 1px solid #EFEDED;
    border-spacing: 0px;
    margin: 0 auto;
    background: #FFF;
    font-family: 'Trebuchet MS';
}
.tdEncuestaTitulo
{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.tdEncuestaInstrucciones{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: justify;
    color: #000;/*#960082  #F7A600*/
}
.tdEncuestaSeccion
{
    font-size: 16px;
    text-align: left;
    padding: 1%;
    font-weight: bold;
    border-top: 1px dotted #960082;
    border-bottom: 1px dotted #960082;    
}
.tdEncuestaPregunta
{
    font-size: 0.8em;
    text-align: left;
    padding-left: 5%;
    padding-top: 8px;
    padding-bottom: 5px;
    color: #333;
}
.tdEncuestaOpciones
{
    font-size: 0.8em;
    text-align: left;
    padding-left: 10%;
    padding-top: 10px;
    padding-bottom: 5px;
}

.EncuestaValidador{
    color: red;
    font-weight: bold;
}

.RadioBoton label
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    color: #666;
    padding: 5px;
}


.tdIzquierda
{
    font-family: 'Trebuchet MS';
    font-size: 13px !important;
    text-align: left !important;
    border: 1px dotted #960082 !important;
    padding: 1% !important;
}



/*GENERAL*/
.divExterno{
    position: fixed;
	top: 0px; 
	bottom: 0px;
	left: 0px; 
	right: 0px;
	overflow: hidden;
	padding-top: 20%;
	margin: 0;
	background-color: #F0F0F0;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 5000;
	text-align: center;
    font-family: Trebuchet MS;
    font-size:15px;
    color: #3D5626;
	font-weight: bold;
}
.divInterno{
	padding: 20px;
	background-color: white;
    z-index: 5001;
}
/*GENERAL*/     