/*
Naranja: #fd6a54
Azul: #1cbbb4
Gris/azulado (pagina web): #94a7b5
*/
body {
    /*
	background: rgb(125,185,232); 
	background: -moz-linear-gradient(top,  rgba(125,185,232,1) 71%, rgba(125,185,232,1) 99%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(71%,rgba(125,185,232,1)), color-stop(99%,rgba(125,185,232,1))); 
	background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 71%,rgba(125,185,232,1) 99%); 
	background: -o-linear-gradient(top,  rgba(125,185,232,1) 71%,rgba(125,185,232,1) 99%); 
	background: -ms-linear-gradient(top,  rgba(125,185,232,1) 71%,rgba(125,185,232,1) 99%); 
	background: linear-gradient(to bottom,  rgba(125,185,232,1) 71%,rgba(125,185,232,1) 99%); 
	
	background: rgb(148, 167, 181); 
	background: -moz-linear-gradient(top,  rgba(148, 167, 181,1) 71%, rgba(148, 167, 181,1) 99%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(71%,rgba(148, 167, 181,1)), color-stop(99%,rgba(148, 167, 181,1))); 
	background: -webkit-linear-gradient(top,  rgba(148, 167, 181,1) 71%,rgba(148, 167, 181,1) 99%); 
	background: -o-linear-gradient(top,  rgba(148, 167, 181,1) 71%,rgba(148, 167, 181,1) 99%); 
	background: -ms-linear-gradient(top,  rgba(148, 167, 181,1) 71%,rgba(148, 167, 181,1) 99%); 
	background: linear-gradient(to bottom,  rgba(148, 167, 181,1) 71%,rgba(148, 167, 181,1) 99%);
	*/
/*   
    background-image: url("../images/solo_ojo.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    margin: auto;
 */ 
 
 /* 02/07/2020
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#7db9e8',GradientType=0 ); // IE6-9 
*/

	color: #000;
	font-family: "Century Gothic";
	font-size: 16px;
	line-height: 1.6;
}

header {
	width:100%;
	margin:auto;
}
 
nav {
/*	background:rgb(125,185,232,1);*/
	margin-top:20px;
	position: relative;
}
ul#menu-horizontal li {
float: left;
display: inline;
position: relative;
}

ul#menu-horizontal ul {
display: none;
position: relative;
top:0;
left:0;
margin:0;
padding:0;

background:#FFFFFF;
}

ul#menu-horizontal ul li {
display: block !important;
}
/*
ul#menu-horizontal li:hover ul{
display: none;
}
*/
ul#menu-horizontal li:hover ul{
display: block;
}

/* estilos: */

#menu-horizontal {
/*width:100%;
margin:0 auto;*/
width:100%;
text-align:center;
}

#menu-horizontal li {
margin:0px;
width:170px;
min-height:0px;
text-align:left;
font:bold 15px Arial, Helvetica, sans-serif;
/*background:rgb(125,185,232);*/
background:#fff;
/*color:#3669a3;*/
color: #0b6b67;
list-style:none;
padding:0px 0px;
}

/* y otro poquito por aquí..  background:#C5014F;  */

#menu-horizontal li:hover {
/*background:#1ba79d; ESTE ES EL BUENO SELECCIONADO EL MENU*/
 /*background:#3669a3;*/

/*color:#fff;*/
color:#fd6a54;
}

#menu-horizontal li a:hover {
background:#fd6a54;
/*color:#fd6a54;*/
color:#fff;
    
}
#menu-horizontal li a {
font:bold 15px Arial, Helvetica, sans-serif;
/*color:#3669a3;*/
color: #0b6b67;
text-decoration:none;
}

#menu-horizontal li ul li{
float:none;

width:170px;
margin:0px 0px;
/*position:absolute;*/
}

#fila1{
    /*color:#1cbbb4;*/
    color:#0b6b67;
    font-weight:bold; 
}
#fila2{
    color:#0a5753;
}
#txt_naranja{
    color:#fd6a54;
    font-weight:bold;
}
#frm_h1 {
  color: #fd6a54;
/*  font-weight: normal;
  font-size: 40px;
  font-family: Arial;
  text-transform: uppercase;*/
}
nav ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
nav ul li a {
	text-decoration:none;
    color:rgb(125,185,232);
	display:block;
	padding:0px 0px;
}
nav ul li ul li a {
	text-decoration:none;
    color:rgb(125,185,232);
	display:block;
	padding:0px 0px;
}
nav ul li {
	text-decoration:none;
	color:#483D8B;

	display:block;
	float:left;
}
nav ul li a:hover {
    /*
    background:rgb(125,185,232);
	color:#fff;
	*/
	background-color:#3669a3;
	color:#fff;
	padding:0px 0px;
}

nav > ul > li:hover div {
	display:block;
}


/*
*{
    
    box-sizing:border-box;
    margin:0;
    padding:0;
    
    }
ul li {
    list-style-type:none;
    position:relative;
    width:180px;
}
ul li ul li{
    list-style-type:none;
    position:relative;
    width:320px;
}
                
li a{
    text-decoration:none;
    color:#483D8B;
	width:320px;
	padding:5px 10px;    
}
ul li:hover {
    background-color:#3669a3;
	color:#fff;
	padding:5px 10px;
}
li a:hover{
    color:#fff;
    background-color:#3669a3;
    width:320px;
}
    
li ul{
        display:none;
        position:absolute;
        top:0px;
        left:180px;
        width:320px
        
}
            
li:hover ul{display:block;}

*/

















h2_2 {
	/*color: #111;*/
	color: #483D8B;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	margin: 15px;
	text-align: center;
	
}


h2 {
	/*color: #111;*/
/*	color: #483D8B;*/
    color: #0b6b67;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	margin: 15px;
	text-align: center;
	
}


select {

  /* styling */
  background-color: #FF9;
/*  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
*/
  /* reset */
/*
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  */
}
.borde_table {
  border:  #fd6a54 3px solid;
}

.group_barras {
	border: 5px solid #999999;
	padding: 40px;
	width: 900px;
	color: #006;
	height:500px;
	overflow:auto;
	
border-radius: 8px;
/* border-color:#036;*/
border-color:#fd6a54;

/* 02/07/2020	
	background: rgb(255,255,255);  /* Old browsers */
/*	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
/*
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1eeff',GradientType=0 ); /* IE6-9 */

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.group {
	border: 5px solid #999999;
	padding: 40px;
	width: 1000px;
	color: #006;
border-radius: 8px;
border-color:#fd6a54;

/*  02/07/2020
	background: rgb(255,255,255); /* Old browsers */
/*	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

/*
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1eeff',GradientType=0 ); /* IE6-9 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.group_usuarios {
/*	border: 5px solid #999999; */
	border: 5px solid #1cbbb4;
	padding: 40px;
	width: 400px;
/*	color: #006; */
color: #0a5753;
border-radius: 3px;
/*border-color:#036;*/
border-color:#fd6a54;
	
	background: rgb(255,255,255); /* Old browsers */
/*
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(209,238,255,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%
	    ,rgba(255,255,255,1)), color-stop(100%,rgba(209,238,255,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); 
*/

/* 02/07/2020
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%
	    ,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1eeff',GradientType=0 ); /* IE6-9 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.group_menu {
/*	border: 5px solid #999999;*/
	padding: 0px;
/*	width: 100%;*/
	width: 1200px;
	color: #006;
	text-align: center;
	/*
 border-radius: 8px;
 border-color:#036; 
	
	background: rgb(255,255,255); /* Old browsers */
/*	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(209,238,255,1) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,238,255,1))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); /* W3C */

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1eeff',GradientType=0 ); /* IE6-9 */
/*	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
*/	
}

.group_menu.appMenu {
	width: auto;
	text-align: left;
}

.appMenuLogo {
	display: flex;
	justify-content: center;
	margin: 10px 0 6px;
}

.appMenuLogo__img {
	max-width: 150px;
	height: auto;
	display: block;
}

.group_eventos {
	border: 10px solid #999999;
	padding: 40px;
	width: 1100px;
	color: #006;
border-radius: 8px;
border-color:#036;
border-color:#fd6a54;

/* 02/07/2020
	background: rgb(255,255,255); /* Old browsers */
/*	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(209,238,255,1) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,238,255,1))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(209,238,255,1) 100%); /* W3C */

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1eeff',GradientType=0 ); /* IE6-9 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.contact-form {
	width: 400px;
	text-align: left;

}

.numero {
    text-align: right;
}

.form-textarea {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	color: #000;
	background-color: #FF9;
	border: 1px solid #999;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior: url(PIE.htc);
	font-family: "Century Gothic";
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Form input box style */
.form-input {
	display: block;
	width: 200px;
	height: 15px;
	margin-bottom: 15px;
	color: #000;
	background-color: #FF9;
	border: 1px solid #999;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior: url(PIE.htc);
	font-family: "Century Gothic";
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.form-input_2 {
	display: block;
	width: 200px;
	height: 15px;
	margin-bottom: 15px;
	color: #0a5753;
	background-color: #0a5753;
	border: 1px solid #999;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior: url(PIE.htc);
	font-family: "Century Gothic";
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.form-input_5 {
	display: block;
	width: 521px;
	height: 15px;
	margin-bottom: 15px;
	color: #000;
	background-color: #FF9;
	border: 1px solid #999;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior: url(PIE.htc);
	font-family: "Century Gothic";
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* Focus style */
.form-input:focus {
	border: 1px solid #7fbbf9;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #7fbbf9;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #7fbbf9;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #7fbbf9;
}

/* Error style */
.form-input:-moz-ui-invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
}

.form-input.invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
}

/* Form submit button */
.form-btn {
	padding: 0 15px;
/*	height: 30px;*/
	font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fd6a54;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border: 0px solid #fd6a54;
	outline: none;
	position: relative;
	/*
	background-color: #1d83e2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1d83e2), to(#0d3d6a)); 
	background-image: -webkit-linear-gradient(top, #1d83e2, #0d3d6a); 
	background-image:    -moz-linear-gradient(top, #1d83e2, #0d3d6a); 
	background-image:     -ms-linear-gradient(top, #1d83e2, #0d3d6a); 
	background-image:      -o-linear-gradient(top, #1d83e2, #0d3d6a); 
	background-image:         linear-gradient(top, #1d83e2, #0d3d6a);
	
		background-color: #1cbbb4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1d83e2), to(#0d3d6a)); *//* Saf4+, Chrome */
/*	background-image: -webkit-linear-gradient(top, #1cbbb4, #1cbbb4); /* Chrome 10+, Saf5.1+, iOS 5+ */
	/*background-image:    -moz-linear-gradient(top, #1cbbb4, #1cbbb4); /* FF3.6 */
/*	background-image:     -ms-linear-gradient(top, #1cbbb4, #1cbbb4); /* IE10 */
/*	background-image:      -o-linear-gradient(top, #1cbbb4, #1cbbb4); /* Opera 11.10+ */
/*	background-image:         linear-gradient(top, #1cbbb4, #1cbbb4);
	
/*	-pie-background:          linear-gradient(top, #1cbbb4, #1cbbb4); /* IE6-IE9 */
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}

.form-btn:active {
	border: 1px solid #1d83e2;
	background-color: #0d3d6a;
	
	/* 02/07/2020
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0d3d6a), to(#1d83e2)); /* Saf4+, Chrome */
/*	background-image: -webkit-linear-gradient(top, #0d3d6a, #1d83e2); /* Chrome 10+, Saf5.1+, iOS 5+ */
/*	background-image:    -moz-linear-gradient(top, #0d3d6a, #1d83e2); /* FF3.6 */
/*	background-image:     -ms-linear-gradient(top, #0d3d6a, #1d83e2); /* IE10 */
/*	background-image:      -o-linear-gradient(top, #0d3d6a, #1d83e2); /* Opera 11.10+ */
/*	background-image:         linear-gradient(top, #0d3d6a, #1d83e2);
	-pie-background:          linear-gradient(top, #0d3d6a, #1d83e2); /* IE6-IE9 */
	-moz-box-shadow:    inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);

	box-shadow:         inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	behavior: url(PIE.htc);
}

label {
/*	margin-bottom: 8px;*/
	display: block;
	width: 50px;
	color: #003;
/*	font-size: 14px;*/
	font-weight: bold;
}

label span {
	font-size: 12px;
	color:#333;
	font-weight: normal;
}

.contact-form.frame {
    background-color: #444444;
    border: 1px solid #CCCCCC;
    padding: 20px;
}

div1_documentos {
     overflow:scroll;
     height:10px;
     width:50px;
}
div1_documentos table {
    width:50px;
    background-color:lightgray;
}


.contenedor-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.contenedor-responsive iframe,
.contenedor-responsive object,
.contenedor-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ventana-content {
	display:none;
	width:auto;
	margin:0 4px 4px 4px;
	background-color:#FFF;
	border:1px solid #99bbe8;
	overflow-x:hidden;
	overflow-y:auto;
}

.ventana iframe {
	width:100%;
	height:99%;
	border:0;
}



/* menu */
.appMenu {
	min-height: 100vh;
	box-sizing: border-box;
	padding: 18px 18px 36px;
	background: transparent;
}

.appMenu__wrap {
	max-width: 1100px;
	margin: 0 auto;
}

.appMenu__header {
	display: flex;
	justify-content: center;
	margin: 6px 0 12px;
}

.appMenu__logoFrame {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.appMenu__logo {
	max-width: 135px;
	height: auto;
	display: block;
	border-radius: 12px;
}

.appMenu__sections {
	display: grid;
	gap: 16px;
	align-items: start;
}

.appTopMenu {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
	overflow-x: auto;
	padding: 6px 2px;
	margin: 8px 0 12px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.appTopMenu__item {
	appearance: none;
	border: 0;
	cursor: pointer;
	padding: 12px 14px;
	border-radius: 12px;
	font-weight: 900;
	font-size: 14px;
	white-space: nowrap;
	color: #fff;
	background: linear-gradient(135deg, #0d3d6a 0%, #1d83e2 100%);
	box-shadow: 0 8px 18px rgba(18, 38, 63, 0.12);
	flex: 0 0 auto;
	transition: background 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.appTopMenu__item:hover {
	background: linear-gradient(135deg, #0b365e 0%, #166fbe 100%);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(18, 38, 63, 0.16);
}

.appTopMenu__item.is-active {
	background: linear-gradient(135deg, #072945 0%, #0f5fa6 100%);
}

.appMenuPanels {
	display: block;
}

.appHoverMenu {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
	overflow-x: auto;
	padding: 6px 2px;
	margin: 8px 0 12px;
}

.appHoverMenu__item {
	position: relative;
	flex: 0 0 auto;
}

.appHoverMenu__button {
	appearance: none;
	border: 0;
	cursor: pointer;
	padding: 12px 14px;
	border-radius: 12px;
	font-weight: 900;
	font-size: 14px;
	white-space: nowrap;
	color: #fff;
	background: linear-gradient(135deg, #0d3d6a 0%, #1d83e2 100%);
	box-shadow: 0 8px 18px rgba(18, 38, 63, 0.12);
	transition: background 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.appHoverMenu__button::after {
	content: "▾";
	margin-left: 8px;
	opacity: 0.95;
}

.appHoverMenu__item:hover .appHoverMenu__button,
.appHoverMenu__item:focus-within .appHoverMenu__button {
	background: linear-gradient(135deg, #0b365e 0%, #166fbe 100%);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(18, 38, 63, 0.16);
}

.appHoverMenu__dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 2000;
	min-width: 260px;
	max-width: 360px;
	padding: 10px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(18, 38, 63, 0.10);
	box-shadow: 0 20px 45px rgba(18, 38, 63, 0.18);
	backdrop-filter: blur(6px);
}

.appHoverMenu__item:hover .appHoverMenu__dropdown,
.appHoverMenu__item:focus-within .appHoverMenu__dropdown {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
}

.appHoverMenu__dropdown .appMenuBtn {
	animation: none;
	padding: 10px 10px;
}

.appHoverMenu__dropdown .appMenuBtn:hover {
	transform: none;
}

.appMenuBar {
	overflow: visible;
	padding: 6px 0;
	margin: 8px 0 12px;
}

.appMenuBar__list {
	width: auto;
	text-align: left;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	overflow: visible !important;
	justify-content: center;
}

.appMenuBar__list > li {
	width: auto;
	background: transparent;
	list-style: none;
	padding: 0;
	margin: 0;
}

.appMenuBar nav ul,
.appMenuBar ul,
.appMenuBar__list,
.appMenuBar__list ul {
	overflow: visible !important;
}

.appMenuBar__item {
	position: relative;
	flex: 0 0 auto;
}

.appMenuBar__button {
	display: inline-flex;
	align-items: center;
	padding: 13px 18px;
	border-radius: 12px;
	font-weight: 900;
	font-size: 15px;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(135deg, #0d3d6a 0%, #1d83e2 100%);
	box-shadow: 0 8px 18px rgba(18, 38, 63, 0.12);
	border: 0;
	cursor: default;
}

.appMenuBar ul {
	overflow: visible !important;
}

.appMenuBar__button::after {
	content: "▾";
	margin-left: 8px;
	opacity: 0.95;
}

.appMenuBar__item:hover .appMenuBar__button {
	background: linear-gradient(135deg, #0b365e 0%, #166fbe 100%);
	transform: none;
}

.appMenuBar__dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2500;
	min-width: 260px;
	max-width: 360px;
	padding: 8px 0 0;
	margin: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.appMenuBar__list ul.appMenuBar__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	margin: 0;
	padding: 8px 0 0;
	background: transparent !important;
}

.appMenuBar__list ul.appMenuBar__dropdown > li {
	display: block !important;
	float: none !important;
	width: auto !important;
}

.appMenuBar__item:hover > .appMenuBar__dropdown {
	display: block;
}

.appMenuBar__dropdown > li {
	display: block !important;
	float: none !important;
	width: auto;
	margin: 0 0 6px 0;
}

.appMenuBar__dropdown > li:last-child {
	margin-bottom: 0;
}

.appMenuBar__dropdown .appMenuBtn {
	display: block;
	animation: none;
	padding: 10px 12px;
	background: transparent;
	border-radius: 999px;
	box-shadow: none;
	font-weight: 800;
	color: #0d3d6a;
}

.appMenuBar__dropdown .appMenuBtn:hover {
	transform: none;
	background: rgba(29, 131, 226, 0.16);
	color: #0d3d6a;
}

.appMenuBar__dropdown .appMenuBtn::before {
	content: none;
}

.appMenuBar__dropdown > li {
	margin: 0;
}

.appMenuBar__dropdown .appMenuBtn {
	border-bottom: 0;
}

.appMenuBar__dropdown > li:last-child .appMenuBtn {
	border-bottom: 0;
}

.appMenuBar__dropdown {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 12px;
	box-shadow: 0 20px 45px rgba(18, 38, 63, 0.18);
	padding: 8px;
}

.appMenuPanel {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(18, 38, 63, 0.10);
	border-radius: 16px;
	padding: 0;
	box-shadow: 0 10px 30px rgba(18, 38, 63, 0.10);
	backdrop-filter: blur(6px);
	overflow: hidden;
}

.appMenuPanel__buttons {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	padding: 10px;
}

.appMenuSection {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(18, 38, 63, 0.10);
	border-radius: 16px;
	padding: 0;
	box-shadow: 0 10px 30px rgba(18, 38, 63, 0.10);
	backdrop-filter: blur(6px);
	overflow: hidden;
}

.appMenuSection__title {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.4px;
	color: #fff;
	margin: 0;
	padding: 16px 16px;
	background: linear-gradient(135deg, #0d3d6a 0%, #1d83e2 100%);
	width: 100%;
	text-align: left;
	border: 0;
	cursor: pointer;
}

.appMenuSection__buttons {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	padding: 10px;
	display: none;
}

.appMenuSection:hover .appMenuSection__buttons {
	display: grid;
}

.appMenuSection.is-open .appMenuSection__buttons {
	display: grid;
}

.appMenuSection__title::after {
	content: "▾";
	float: right;
	opacity: 0.9;
}

.appMenuSection.is-open .appMenuSection__title::after {
	content: "▴";
}

.appMenuBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 14px;
	text-decoration: none;
	color: #0d3d6a;
	font-weight: 800;
	font-size: 14px;
	background: transparent;
	border: 0;
	box-shadow: none;
	transition: transform 140ms ease, background 140ms ease, color 140ms ease;
	animation: appMenuPop 220ms ease both;
	position: relative;
	overflow: hidden;
}

.appMenuBtn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(400px 120px at 0% 0%, rgba(29, 131, 226, 0.18), transparent 55%);
	opacity: 0;
	transition: opacity 140ms ease;
}

.appMenuBtn__label {
	position: relative;
}

.appMenuBtn:hover {
	transform: translateY(-1px);
	background: rgba(29, 131, 226, 0.12);
}

.appMenuBtn:hover::before {
	opacity: 1;
}

.appMenuBtn:active {
	transform: translateY(0px);
}

.appMenuBtn.is-selected {
	background: linear-gradient(135deg, rgba(29, 131, 226, 0.22) 0%, rgba(13, 61, 106, 0.12) 100%);
}

.appMenuBtn.is-selected:hover {
	background: linear-gradient(135deg, rgba(29, 131, 226, 0.28) 0%, rgba(13, 61, 106, 0.16) 100%);
}

.appMenuBtn.is-selected::before {
	opacity: 1;
}

.appMenuBtn:focus {
	outline: 2px solid rgba(29, 131, 226, 0.60);
	outline-offset: 2px;
}

.appMenuBtn.is-selected:focus {
	outline: 2px solid rgba(13, 61, 106, 0.55);
}

@keyframes appMenuPop {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

@media (max-width: 520px) {
	.appMenu {
		padding: 20px 12px 28px;
	}
	.appMenuSection__buttons {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 900px) {
	.appMenu__sections {
		grid-template-columns: repeat(5, 1fr);
		gap: 12px;
	}
	.appMenuSection__title {
		font-size: 16px;
		padding: 14px 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.appMenuSection__buttons {
		padding: 8px;
	}
}
