/*Botones*/
.btn_google3 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    background: #981540;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;

    font-size: 13px;
    font-family: Roboto-Regular, sans-serif;

    font-weight: bold;
}

.btn_google3:hover {
    background: #A70017;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_google4 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    /*background: #007af5;*/
    background: #24b8c7;
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: border-box;

    font-size: 13px;
    font-family: Roboto-Regular, sans-serif;

    font-weight: bold;
}

.btn_google4:hover {
    background: #34abb7;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_google5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;

    border: solid 2px #981540;
    
    background: #fff;
    color: #981540;
    text-decoration: none;
    text-align: center;
    
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;

    font-size: 13px;
    font-family: Roboto-Regular, sans-serif;

    font-weight: bold; 
}

.btn_google5:hover {
    color: #A70017;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_google6 {
    -webkit-border-radius: 5px;
    border-radius: 5px;

    border: solid 2px #fff;
    
    background: #fff;
    color: #981540;
    text-decoration: none;
    text-align: center;
    
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;

    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;

    font-weight: bold; 
}

.btn_google6:hover {
    color: #8196B4;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_google7 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    background: #2F5597;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;

    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;

    font-weight: bold;
}

.btn_google7:hover {
    background: #3C6CC2;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.oval_solid_blue {
    cursor: pointer;
    background: #3b79c3;

    -webkit-border-radius: 22px;
    border-radius: 22px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    font-size: 18px;
    font-family: Roboto-Regular, sans-serif;
}

.oval_solid_blue:hover {
    background: #2e63a2;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.oval_solid_white {
    cursor: pointer;
    background: #ffffff;

    -webkit-border-radius: 22px;
    border-radius: 22px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    
    color: #3b79c3;
    text-decoration: none;
    text-align: center;

    font-size: 18px;
    font-family: Roboto-Regular, sans-serif;
}

.oval_solid_white:hover {
    background: #2e63a2;
    color: #ffffff;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.box_mat3 {
    width: 100%; 
    max-width: 220px; 

    height: auto; min-height: 190px;

    margin-top: 35px;
    margin: 10px;

    box-sizing: border-box; 
    background: #ffffff; 
    border: solid 1px #e1e1e1; 

    -webkit-border-radius: 4px; 
    border-radius: 4px;
}

#fondo_mat {
  width: 100%; height: 100px;
}

.boton_con_icono{
	border: solid 1px dimgray;
	-webkit-border-radius: 22px;
    border-radius: 22px;
	
	background: #006699;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 1em;

	font-size: 12pt;
	font-family: 'soberana sans light';
}

.boton_con_icono:hover{
	background: #f2f2f2;
	color: #4357ad;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_azul{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    background: #005C8A;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 7px;

    font-size: 12pt;
}

.boton_con_icono_azul:hover{
    background: #006699;
    /*background: #28A028;*/

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_azul2{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    background: #3399FF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 7px;

    font-size: 10pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_azul2:hover{
    background: #006EB8;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_google_rojodidac{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    background: #EB5E5E;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 7px;

    font-size: 10pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_google_rojodidac:hover{
    background: #e42323;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_google_verdedidac{
    -webkit-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;
    
    background: #01A07D;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 1px;
    padding-right: 1px;
    box-sizing: border-box;

    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;
    border: none;
}

.boton_google_verdedidac:hover{
    background: #45D09E;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_radius_purple{
    cursor: pointer;
    border: solid 1px #4B277A;

    -webkit-border-radius: 14px;
    border-radius: 14px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    
    color: #4B277A;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

    font-size: 11pt;
    font-family: NotoSans-Regular, sans-serif;
}

.btn_radius_purple:hover{
    background: #eeeeee;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn_radius_purple2{
    cursor: pointer;
    border: solid 2px #4B277A;

    -webkit-border-radius: 22px;
    border-radius: 22px;

    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 14px;
    padding-left: 14px;
    
    color: #4B277A;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

    font-size: 13pt;
    font-family: NotoSans-Regular, sans-serif;
}

.btn_radius_purple2:hover{
    background: #4B277A;
    color: #ffffff;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn_radius_purple_solid{
    cursor: pointer;
    background: #4B277A;
    border: solid 1px #4B277A;

    -webkit-border-radius: 14px;
    border-radius: 14px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

    font-size: 11pt;    
    font-family: NotoSans-Regular, sans-serif;
}

.btn_radius_purple_solid:hover{
    color: #ffffff;
    background: #6633cc;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_azul3{
    -webkit-border-radius: 18px;
    border-radius: 18px;
    
    background: #3399FF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 7px;

    font-size: 12pt;
}

.boton_con_icono_azul3:hover{
    background: #006EB8;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_black{
    border: solid 1px dimgray;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    
    background: black;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 1em;

    font-size: 12pt;
    font-family: 'soberana sans light';
}

.boton_con_icono_black:hover{
    background: #f2f2f2;
    color: #4357ad;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.boton_con_icono_black2{
    -webkit-border-radius: 18px;
    border-radius: 18px;
    
    background: #000000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 7px;

    font-size: 12pt;
}

.boton_con_icono_black2:hover{
    background: #444444;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_red{
    cursor: pointer;

    -webkit-border-radius: 12px;
    border-radius: 12px;
    
    background: #EB5E5E;
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;

    font-size: 11pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_red:hover{
    background: #e42323;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_red2{
    cursor: pointer;
    background: #EB5E5E;

    -webkit-border-radius: 14px;
    border-radius: 14px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

    font-size: 11pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_red2:hover{
    color: #ffffff;
    background: #e42323;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_red_cuadro{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    background: #c00000;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2.2em;
    padding-bottom: 2.2em;

    font-size: 12pt;
    font-family: 'soberana sans light';
}

.boton_con_icono_red_cuadro:hover{
    background: red;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_verdeobs_cuadro{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    background: #00334C;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2.2em;
    padding-bottom: 2.2em;

    font-size: 12pt;
    font-family: 'soberana sans light';
}

.boton_con_icono_verdeobs_cuadro:hover{
    background: #006A68;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_green{
    border: solid 1px dimgray;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    
    background: mediumseagreen;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 1em;

    font-size: 12pt;
    font-family: 'soberana sans light';
}

.boton_con_icono_green:hover{
    background: #f2f2f2;
    color: #4357ad;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_verde2{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    background: mediumseagreen;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 7px;

    font-size: 12pt;
}
.boton_con_icono_verde2:hover{
    background: #006A68;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_verde3{
    -webkit-border-radius: 18px;
    border-radius: 18px;
    
    background: #28A028;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 7px;

    font-size: 12pt;
}

.boton_con_icono_verde3:hover{
    background: mediumseagreen;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_dimgray{
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    background: #45D09E;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    color: #F1ECE8;
    font-size: 11pt;
    font-family: NotoSans-Regular, sans-serif;
}

.boton_con_icono_dimgray:hover{
    background: #777777;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_verde_suave{
    cursor: pointer;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

    background: #c1efdf;
    color: #444444;
}

.boton_verde_suave:hover{
    background: #86d4b8;
    color: #444444;

    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.boton_verde_suave_borde{
    cursor: pointer;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: solid 1px silver;
    
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

    background: #c1efdf;
    color: #444444;
}

.boton_verde_suave_borde:hover{
    background: #86d4b8;
    color: #444444;

    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.boton_rojo_suave{
    cursor: pointer;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

    background: #f8bdc6;
    color: #444444;
}

.boton_rojo_suave:hover{
    background: #f4a7a7;
    color: #444444;

    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.boton_con_icono_dimgray2{
    border: solid 1px dimgray;
    cursor: pointer;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    background: #ffffff;
    color: #444444;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray2:hover{
    background: #eeeeee;
    /*background: #3c3c3c;*/
    color: #444444;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray22{
    border: solid 1px dimgray;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    color: #393a3a;
    font-size: 11pt;
    font-family: NotoSans-Regular,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray22:hover{
    background: #888888;
    color: #ffffff;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray3{
    /*border: solid 1px dimgray;*/
    cursor: pointer;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    background: #ffffff;
    color: #444444;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-weight: bold;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray3:hover{
    background: #444444;
    /*background: #3c3c3c;*/
    color: #ffffff;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray33{
    cursor: pointer;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-weight: bold;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray33:hover{
    color: #eeeeee;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray4{
    cursor: pointer;
    
    color: #777777;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray4:hover{
    color: #45D09E;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray44{
    cursor: pointer;
    
    color: #45D09E;
    text-decoration: none;
    text-align: center;
    padding: 0px;

    font-size: 11pt;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray44:hover{
    color: #777777;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray444{
    cursor: pointer;
    
    color: #777777;
    text-decoration: none;
    text-align: center;
    padding: 4px;

    font-size: 11pt;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray444:hover{
    color: #45D09E;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray5{
    cursor: pointer;
    border: solid 1px #45D09E;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 5px;
    
    color: #45D09E;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

    font-size: 11pt;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray5:hover{
    color: #ffffff;
    background: #45D09E;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray55{
    cursor: pointer;
    /*border: solid 1px #45D09E;*/
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 5px;
    
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

    background: #e67171;

    font-size: 11pt;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray55:hover{
    color: #ffffff;
    background: #9e3b32;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray555{
    cursor: pointer;
    /*border: solid 1px #45D09E;*/
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 5px;
    
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

    background: #2b85cd;

    font-size: 11pt;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray555:hover{
    color: #ffffff;
    background: #2f6997;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray6{
    /*border: solid 1px dimgray;*/
    cursor: pointer;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    background: #EB5E5E;
    /*color: #444444;*/
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_dimgray6:hover{
    background: #444444;
    /*background: #3c3c3c;*/
    color: #ffffff;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_con_icono_dimgray66{
    color: #EB5E5E;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-weight: bolder;
    font-family: NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_con_icono_trans{
    color: rgb(0,0,0);
    text-decoration: none;
    text-align: left;
    padding: 1em;

    font-size: 12pt;
}

.boton_con_icono_trans:hover{
    background: #f2f2f2;
    color: dimgray;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.boton_con_icono_metalico{
    -webkit-border-radius: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    
    background: linear-gradient(red, #c00000, #c00000);

    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;

    font-size: 16pt;
    font-family: 'oswald';
    font-weight: lighter;

    /*box-shadow: inset 0 0 10px #000000;*/
}

.boton_con_icono_metalico:hover{
    /*background: #c00000;*/
    background: linear-gradient(#c00000, #c00000, red);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton_con_icono_metalico_gris{
    -webkit-border-radius: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    
    background: linear-gradient(#d2d2d2, #505050, #505050);

    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;

    font-size: 16pt;
    font-family: 'oswald';
    font-weight: lighter;

    /*box-shadow: inset 0 0 10px #000000;*/
}

.boton_con_icono_metalico_gris:hover{
    /*background: #c00000;*/
    background: linear-gradient(#505050, #505050, #d2d2d2);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*Botones solo con imagenes*/
.boton_con_icono_imagen{
    color: #000000;
    text-decoration: none;
    text-align: center;
    padding: 1px;

    font-size: 16pt;
    font-family: 'soberana sans light';
}

.boton_con_icono_imagen:hover{
    color: #920046;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*Elementos circulares*/
.circulo{
    -moz-border-radius: 80px;
    border-radius: 80px;
    cursor: pointer;
}

.close_capas{
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #EB5E5E;
}

.close_capas:hover{
    cursor: pointer;
    background: #e67171;
}

/*Botones circulares azul obscuro*/
.boton_cerrar_ventanas_blue{
    float: right;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #006699;
}

.boton_cerrar_ventanas_blue i{
    color: white;
    position: relative;
}

.boton_cerrar_ventanas_blue:hover{
    cursor: pointer;
    background: #1b456b;
}

.div-controls {
    width: 42px;
    height: 42px;
    background: #3EA75E;

    margin-left: 5px;

    -moz-border-radius: 80px;
    border-radius: 80px;

    display: flex; justify-content: space-around; align-items: center;
    cursor: pointer;
    z-index: 101;
}

.div-controls:hover {
    background: #77BE83;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;   
}

/*botones circulares rojo obscuro*/
.boton_cerrar_ventanas{
    float: right;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #c00000;
    color: white;
}

.boton_cerrar_ventanas i{
    color: white;
    position: relative;
}

.boton_cerrar_ventanas:hover{
    cursor: pointer;
    background: red;
}

/*botones circulares verde agua*/
.boton_cerrar_ventanas_verdeagua{
    float: right;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #920046;
}

.boton_cerrar_ventanas_verdeagua i{
    color: white;
    position: relative;
}

.boton_cerrar_ventanas_verdeagua:hover{
    cursor: pointer;
    background: red;
}
/*-------------------------------*/

.numeracion_circular{
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #3399cc;
    color: white;
}

.numeracion_circular:hover{
    background: #006699;
}

/*---------Cajas de texto-----------*/
.caja{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px LightGray !important;
       
    /*background: #f1ece8;*/
    background: rgba(241,236,232,0.25);

    /*text-transform: uppercase;*/
    width: 100%;

    font-size: 11pt !important;
    color: #393a3a;
    /*color: rgba(57,58,58,0.5);*/
    font-family:  NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.caja2{
    width: 100%;
    margin-top: 15px;

    border: none;
    outline: none;

    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;

    padding: 10px 12px 10px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px gainsboro !important;
    background: #ffffff;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

    box-sizing: border-box;
}

.caja2:focus{
    border: solid 1px #6633cc !important;
}

.caja_log{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px LightGray !important;
       
    /*background: #f1ece8;*/
    background: rgba(241,236,232,0.25);

    /*text-transform: uppercase;*/
    width: 100%;

    font-size: 11pt !important;
    /*color: #393a3a;*/
    color: #424949;
    font-family:  NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#txtuser::placeholder {
  font-size: 11pt !important;
  color: #FFFFFF ;
  font-family:  NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}

#txtpass::placeholder {
  color: black;
  font-size: 11pt !important;
  color: #FFFFFF; 
  font-family:  NotoSans-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}

.caja:focus{
    border: solid 1px #6633cc !important;
    box-shadow: 0px 0px 3px #6633cc !important;
}

.caja_temas{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px LightGray !important;
       
    font-size: 11pt !important;
    color: #444444;

    /*text-transform: uppercase;*/
    width: 90%;
}

.caja_temas:focus{
    border: solid 1px #6633cc !important;
    box-shadow: 0px 0px 3px #6633cc !important;
}

.caja_sinborde{
    margin-top: 15px;

    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;

    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;

    border: solid 1px white !important;
       
    font-size: 11pt !important;
    color: #444444;

    width: 90%;
}

.caja_sinborde:focus{
    border: solid 1px white !important;
    box-shadow: 0px 0px 3px #6633cc !important;
}

.caja_alerta{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 2px red !important;
       
    font-size: 11pt !important;
    color: #000000;

    /*text-transform: uppercase;*/
    width: 100%;
}

/*---------Desplegables---------*/
.combo{
    -webkit-border-radius: 8px;
    border-radius: 8px;

    padding: 8px 5px 8px 5px !important;
    box-sizing: border-box !important;
       
    border: solid 1px gray;
       
    /*background: rgba(241,236,232,0.25);*/
    background: #f2f7fd;
       
    cursor: pointer;
    width: 100%;

    font-size: 14pt;
    color: gray;
    /*color: rgba(57,58,58,0.5);*/
    font-family:  Roboto-Regular, sans-serif;
}

.combo option{
    -webkit-border-radius: 8px;
    border-radius: 8px;

    padding: 20px;
    background: #ffffff;
    border: solid 1px silver;
}

.combo option:hover{
    background: #eeeeee !important;
}

.combo:focus{
    border: solid 1px #6633cc !important;
    box-shadow: 0px 0px 3px #6633cc !important;
}

.etiqueta_16{
    width: 100%;
    text-align:center; 
    font-family:'soberana sans light'; 
    color:black;
    font-weight: bold; 
    font-size:16pt;
    padding: 0.5em;
}

.etiqueta_16_green{
    text-align:center;
    font-family:'soberana sans regular'; 
    color: #000000;
    font-weight: normal;
    font-size:11pt;
}

.etiqueta_con_padding{
    padding: 7px;
    box-sizing: border-box;
}

/*Tipografia*/    
@font-face{
    font-family: NotoSans-Bold;
    src: url("../fonts/Lato-Regular.ttf") /* EOT file for IE */
}
@font-face{
    font-family: NotoSans-Regular;
    src: url("../fonts/Lato-Regular.ttf") /* TTF file for CSS3 browsers */
}



@font-face{
    font-family: Montserrat-Medium;
    src: url("../fonts/Lato-Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face{
    font-family: Montserrat-SemiBold;
    src: url("../fonts/Lato-Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face{
    font-family: Montserrat-Regular;
    src: url("../fonts/Lato-Regular.ttf") /* TTF file for CSS3 browsers */
}



@font-face{
    font-family: NunitoSans-SemiBold;
    src: url("../fonts/Lato-Regular.ttf") /* TTF file for CSS3 browsers */
}



@font-face{
    font-family: NunitoSans-ExtraBold;
    src: url("../fonts/Lato-Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face{
    font-family: Roboto-Regular;
    src: url("../fonts/Lato-Regular.ttf") /* TTF file for CSS3 browsers */
}


.input {
  border: none;
  border-bottom: 1px solid #9e9e9e;

  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;

  font-family:'soberana sans regular'; 
  font-size: 14px;
  color: mediumseagreen;
  text-transform: uppercase;
  
  margin: 0 0 8px 0;
  padding: 1px 12px 1px 12px;
  /*padding: 0;*/

  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;

  -webkit-transition: border .3s, -webkit-box-shadow .3s;
          transition: border .3s, -webkit-box-shadow .3s;
          transition: box-shadow .3s, border .3s;
          transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

  box-sizing: border-box;
}

.input:focus {
    border-bottom: solid 2.2px #008080;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*CAPAS MODALES*/
.capa_modal{
   display: none;
   z-index: 700;

   width: 100%;
   height: 100%;
   position: fixed;
   
   background: rgba(0,0,0,.4);
   overflow-y: auto;
}

.capa_modal_obs{
   display: none; 
   z-index: 700;
   
   width: 100%; 
   height: 100%; 
   position: fixed; 

   background: rgba(0,0,0,.8);
   overflow-y: auto;
}

.capa_loader{
   background: rgba(255,255,255,.5);
   box-sizing: border-box;
}

.ventana_modal{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    
    background: #ffffff;
    /*box-sizing: border-box;*/
}

.ventana_modal2{
    z-index: 701;

    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;

    width: 96%;
    margin: auto;

    -webkit-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);

    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.ventana_modal_shadow{
    z-index: 701;

    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;

    margin: auto;
    position: relative;
    top: 50%;
    transform: translatey(-50%);

    -webkit-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
}

.cabecera{
    /*background: #0d9dff;*/
    /*background: rgba(0,0,0,.8);*/
    background: #4B277A;
    /*box-sizing: border-box;*/

    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}


/*----Divalerta------*/
.divalerta{
    width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,.02);
}

.divalerta_header{
    width: 99%;
    margin: auto;
    max-width: 500px;

    border: solid 2px #e7000c;
    background: #fef5f6;

    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divalerta_close{
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #b9132c;

    margin: auto; width: 25px; height: 25px;
}

.divalerta_close:hover{
    cursor: pointer;
    background: #e67171;
}


/*SCROLLBARS*/
::-webkit-scrollbar {
    width: 9px;
    height: 8px;
}
 
::-webkit-scrollbar-track {
    /*background: rgba(0,0,0,0.3);*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

/*MENU LATERAL*/
.collapsible-header{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.collapsible-header:hover{
    /*background: #191919 !important;*/
    background: #005C8A !important;
}

.collapsible-header:focus{
    border: solid 1px #1d1d1d !important;
}

.collapsible_elementos:hover{
    color: #ffffff !important;
}

.collapsible_elementos i{
    font-size: 12pt !important;
}

.collapsible-body{
    background: #005C8A !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.waves-effect{
    width:100% !important; 
    text-decoration:none !important;

    color:gainsboro !important;
    font-weight: normal !important; 
    font-size:10pt !important;

    padding-left: 31%;
    padding-top: 1px !important;
    padding-bottom: 1px !important;

    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.opacidad:hover{
    opacity:.7;
   -moz-opacity: 0.7;
   filter: alpha(opacity=70);
}

/*----------Menú superior------------*/
.menuCSS3 ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;/*------*/
}

.menuCSS3 a {
    float: right;/*------*/
    width: 80px;/*------*/

    display: block;
    padding: 0px;
    background: transparent;
    text-decoration: none;
        
    font-size: 10pt;
    text-align: center;
    font-family: NotoSans-Regular, sans-serif;
    /*border-bottom: solid 1px #4B4B4B;*/

    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.menuCSS3 a:hover {
    /*background: #f7f7f7;*/
    /*color: #1d1d1d;*/
}

.menuCSS3 ul li ul {
    background: #ffffff;
    display: none;

    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);

    /*padding-bottom: 10px;*/
}

.menuCSS3 ul li ul a:hover {
    background: #f7f7f7;
}

.menuCSS3 ul li ul a {
    background: #ffffff;
    color: #393a3a;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 220px;/*------*/
}

.menuCSS3 ul li a:hover + ul, .menuCSS3 ul li ul:hover {
    display: block;
}

.menuCSS3Static_item {
    cursor: pointer;
    float: right;/*------*/
    width: 220px;/*------*/

    display: block;
    padding: 0px;
    background-color: #ffffff;
    text-decoration: none;
        
    font-size: 1.1em !important;
    color: gainsboro;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


/*----Menu categorizacion---*/
.categorizacion {
    font-family: NotoSans-Regular, sans-serif; 
    color: #ffffff; font-size: 9pt; 
    padding: 5px;
}

.categorizacion ul li a{
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
}

.categorizacion li{
    list-style-type:none;
    position:relative;
}

.categorizacion li a{
    text-decoration:none;
    display:block;
    padding:5px 10px;
    width:160px;
    color:#fff;
    background-color: #ffffff;
    color: #444444;
}
            
.categorizacion li a:hover{
    color:#000;
    background-color:#fff;
}

#lkbcategorizacion{
    background: #4B277A; color: #ffffff; cursor: pointer;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(75, 39, 122, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(75, 39, 122, 1);
    box-shadow: 0px 0px 0px 0px rgba(75, 39, 122, 1);
}
            
.categorizacion li>ul{
    display:none;
    position:absolute;
    top:0px;
    left:142px;/*----*/
}
    
.categorizacion li:hover>ul{
    display:block;
    cursor: pointer;
}
            
.categorizacion li > ul >li{
    float:left;
}



/*----Estilo checbox----*/
.demo input[type="checkbox"] {
    display: none;
}

.demo input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../iconos/checkbox-uncheck.png);
    background-size: cover;
    cursor: pointer;
}

.demo input[type="checkbox"]:checked + label span {
    background: url(../iconos/checkbox-check.png);
    background-size: cover;
}

.letrero_checkbox
{
    width: 100%;
    /*padding-top: 25px;*/
    /*padding-bottom: 15px;*/
    box-sizing: border-box;

    font-size: 13pt;
    color: #767777;
    /*font-weight: bold;*/
    font-family: Roboto-Regular, sans-serif;
}


/*-----Estilo radiobuttons------*/
input[type="radio"] + label:before {
    content: "";
    width: 26px;
    height: 26px;
    float: left;
    margin: 0.5em 0.5em 0 0;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 100%;
}

input[type="radio"]:checked + label:before {
    border-color: #6633cc;
}

input[type="radio"]:checked + label:after {
    content: "";
    width: 12px;
    height: 6px;
    border: 4px solid #6633cc;
    float: left;
    margin-left: -1.95em;
    border-right: 0;
    border-top: 0;
    margin-top: 1em;
    transform: rotate(-55deg);
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    width: 100%;
    float: left;
    font-weight: bold;
    line-height: 3em;
    /*color: #ccc;*/
    color: #777777;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

input[type="radio"]:checked + label {
    /*color: #0fbf12;*/
    color: #6633cc;
}

input[type="file"] {
    color: #45D09E;
    font-family: NotoSans-Regular, sans-serif;   
}

/*----encabezados----*/
h1,h2,h3,h4,h5,h6{
    width: 100%;
    box-sizing: border-box;

    color: #393a3a;
    font-family: NunitoSans-SemiBold, sans-serif;

    padding-top: 10px;
    padding-bottom: 15px;
}

/*-------textos------*/
p{
    box-sizing: border-box;
    color: #222222;
    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;
}

a{
    box-sizing: border-box;
    color: #222222;
    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;
}

.titulo1 {
    width: 100%;
    text-decoration:none;
    box-sizing: border-box;

    font-size: 2em;
    color: #393a3a;
    font-family:  Montserrat-Medium, sans-serif;
}

.subtitulos_registro {
    width: 100%;
    text-decoration:none;
    box-sizing: border-box;

    font-size: 13pt;
    color: #393a3a;
    font-family:  NotoSans-Bold, sans-serif;
}

.texto_registro {
    width: 100%;
    text-decoration:none;
    padding-right: 20px;
    box-sizing: border-box;

    text-align: justify;
    font-size: 1em;
    color: #393a3a;
    font-family:  NotoSans-Regular, sans-serif;
}

.texto_montserrat_regular {
    width: 100%;
    text-decoration:none;
    box-sizing: border-box;

    text-align: justify;
    font-size: 1.1em;
    color: #393a3a;
    font-family:  Montserrat-Regular, sans-serif;
}

.subtitulos_registro_perfil {
    width: 100%;
    text-decoration:none;
    box-sizing: border-box;

    font-size: 13pt;
    color: #393a3a;
    font-family:  Montserrat-SemiBold, sans-serif;
}

.encab_rojo_suave_16em
{
    box-sizing: border-box;
    text-decoration:none; 
    text-align: center;

    font-size: 1.5em; 
    color: #EB5E5E;
    font-weight:bold;
    font-family: NotoSans-Regular, sans-serif;
}

.encab_italic_rojo_suave_16em
{
    box-sizing: border-box;
    text-decoration:none; 
    text-align: center;

    font-size: 1.5em; 
    color: #EB5E5E; 
    /*font-style: italic;*/
    font-weight:bold;
    font-family: NotoSans-Regular, sans-serif;
}

.encab_white_normal_092em
{
    box-sizing: border-box;
    font-size: 0.91em;
    color: #ffffff;
    font-family: NotoSans-Regular, sans-serif;
}

.texto_verdedidactic_italic
{
    box-sizing: border-box;
    font-size: 1.4em;
    font-weight: bold;
    color: #45D09E;
    font-family: NotoSans-Regular, sans-serif;
    /*font-style: italic;*/
}

.texto_verdedidactic_italic_10em
{
    box-sizing: border-box;
    font-size: 0.9em;
    font-weight: bold;
    color: #45D09E;
    font-family: NotoSans-Regular, sans-serif;
    /*font-style: italic;*/
}

.texto_morado_suave_italic_12em
{
    width: 100%;
    box-sizing: border-box;

    font-size: 1.1em;
    font-weight: bold;
    color: #6633cc;
    font-family: NotoSans-Regular, sans-serif;
    /*font-style: italic;*/
}

.texto_seminegro_11em
{
    width:100%;
    box-sizing: border-box;

    font-size: 1.0em;
    color: #444444;
    font-weight: bolder;
    font-family: NotoSans-Regular, sans-serif;
}

.texto_seminegro_10em_normal
{
    width: 100%;
    box-sizing: border-box;

    font-size: 0.9em;
    color: #393a3a;
    font-weight: normal;
    font-family: NotoSans-Regular, sans-serif;
}

.texto_seminegro_09em_normal
{
    width: 100%;
    box-sizing: border-box;

    font-size: 0.8em;
    color: #393a3a;
    font-weight: normal;
    font-family: NotoSans-Regular, sans-serif;
}

.texto_seminegro_small
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;

    font-size: 10pt;
    font-weight:normal;
    color: #393a3a;
    font-family: NotoSans-Regular, sans-serif;
}

.texto_seminegro2_small
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;

    font-size: 10pt;
    font-weight: normal;
    color: #777777;
    font-family: NotoSans-Regular, sans-serif;
}

.texto_silver_small_bold
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;

    font-size: 10pt;
    font-weight: bold;
    color: #777777;
    font-family: NotoSans-Regular, sans-serif;
}

.text-danger{
    color: red;
    font-family: NotoSans-Regular, sans-serif;
}

.text-success{
    color: green;
    font-family: NotoSans-Regular, sans-serif;   
}

.letrero_small
{
    padding-top: 0px;
    padding-bottom: 13px;
    padding-left: 17px;
    box-sizing: border-box;

    font-size: 10pt;
    font-weight: normal;
    color: #393a3a;
    font-family: NotoSans-Regular, sans-serif;
}

.letrero_small2
{
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;

    font-size: 10pt;
    font-weight: normal;
    color: #393a3a;
    font-family: NotoSans-Regular, sans-serif;
}

.letrero_menu_blanco
{
    box-sizing: border-box;
    font-size: 11pt;
    /*color: #777777;*/
    /*font-weight: bold;*/
    color: #ffffff;
    font-family: NotoSans-Regular, sans-serif;
    /*font-style: italic;*/
}

/*---------Sombras----------*/
.sombra_rojo_suave{
    
}

.sombra_rojo_suave:hover{
    cursor: pointer;
    border-bottom: solid 3px #EB5E5E;
    box-sizing: border-box;
    /*background: rgb(255,223,223);
    background: linear-gradient(0deg, rgba(255,223,223,1) 0%, rgba(255,246,246,1) 100%);*/

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sombra_rojo_suave_select{
    cursor: pointer;
    border-bottom: solid 3px #EB5E5E;
    box-sizing: border-box;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*-------FullCalendar-------*/
.fc-event{
    cursor: pointer;
}

/*-------Menú lateral-------*/
.elemento_lateral
{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    box-sizing: border-box;

    font-size: 0.8em;
    font-weight:bold;
    color: #444444;
    font-family: NotoSans-Regular, sans-serif;
}

.elemento_lateral:hover
{
    background: #dbdbdb;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    color: #EB5E5E;
}

.elemento_lateral_apagado
{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    box-sizing: border-box;

    font-size: 0.8em;
    font-weight:bold;
    /*color: #444444;*/
    color: silver;
    font-family: NotoSans-Regular, sans-serif;
}

video {
    /*background-size: cover;
    bottom: 0;*/
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    /*right: 0;
    z-index: -100;*/
}

/*----Admin----*/
.admin_elements:hover{
    background: #f2f2f2;
    cursor: pointer;
    color: #ffffff;
}

/*-------Resposive-------*/
.content_prin{
    padding-left: 350px; padding-top: 70px; 
    width: 100%; 
    height: 100%; 
    position: absolute;
    overflow-y: auto; 
    box-sizing: border-box;
    
    font-family: NotoSans-Regular, sans-serif;
    /*font-size: 0.9em;*/
}

.boton_bar{
    cursor: pointer;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 1.3em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_bar:hover{
    color: #f7f7f7;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_bar_hide{
    display: none;
    cursor: pointer;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 1.3em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_bar_hide:hover{
    color: #f7f7f7;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.div_menu{
    width:300px; height:100%; 
    float:left; 
    position: absolute; 
    padding-top: 70px; 
    box-sizing: border-box; 
    background: #f7f7f7; 
    overflow-x: hidden; overflow-y: auto; 
    z-index: 400;
}

.boton_home{
    display: inline;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

    margin-right: 20px;
}

.boton_home:hover{
    color: #eeeeee;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_home_hide{
    display: none;
}

.boton_logout{
    display: inline;
    cursor: pointer;

    -webkit-border-radius: 12px;
    border-radius: 12px;
    
    background: #EB5E5E;
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;

    font-size: 11pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.boton_logout:hover{
    background: #e42323;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_validado{
    width: 100%; height: 70px; 
    background: #4B277A; 
    position: fixed; z-index: 600; 
    border-bottom: solid 1px silver; box-sizing: border-box;
}

@media screen and (max-width: 760px) {
    .header_validado{
        width: 100%; height: auto;
        background: #4B277A; 
        position: fixed; z-index: 600; 
        border-bottom: solid 1px silver; box-sizing: border-box;       
    }   
}

@media screen and (max-width: 1000px) {
    .boton_bar{
        display: none;
        cursor: pointer;
    
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 8px;

        font-size: 1.3em;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }
    .boton_bar_hide{
        display: inline;
        cursor: pointer;
    
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 8px;

        font-size: 1.3em;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }

    .boton_bar_hide:hover{
        color: #f7f7f7;

        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .div_menu{
        left: -300px;
        width:300px; height:100%; 
        float:left; 
        position: absolute; 
        padding-top: 70px; 
        box-sizing: border-box; 
        background: #f7f7f7; 
        overflow-x: hidden; overflow-y: auto; 
        z-index: 400;
    }

    .content_prin{
        padding-left: 50px; padding-top: 70px; 
        width: 100%; 
        height: 100%; 
        position: absolute; 
        overflow-y: auto; 
        box-sizing: border-box;
        
        font-family: NotoSans-Regular, sans-serif;
    }

    .boton_home{
        display: none;
    }

    .boton_home_hide{
        display: inline;
        cursor: pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 8px;

        font-size: 11pt;
        font-weight: bold;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

        margin-right: 1px;
    }

    .boton_home_hide:hover{
        color: #eeeeee;

        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .boton_logout{
        display: none;        
    }
}