body{
color:#000;
background:#fff;
}
body nav ul{
	padding:0;  /*correjir espacio blanco que genera el skip*/
	
}
*{
	font-family: 'Oxygen', sans-serif;
	margin:0;
	}
header{
	display: flex;
    justify-content: space-between;
	background:#fff;
	width:100%;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	z-index:1000;
	position:fixed;
}
figure img{
	margin:12px 0 10px 0;
	display: inline-block;
	margin-left: 0;
	box-sizing:border-box;
}
footer{
	background:#000;
	width:100%;
	position:relative;
}
table {
	width: 96%;
	margin:0 auto;
}
table, td, th {
	border:  0px;
	border-collapse: collapse;
	border: 1px solid #ff9c00;
}
td {
    padding: 10px;
}
th {
    background: #ff9c00;
    color: #000;
	padding: 10px 10px;
    text-align: left; 
}

/*https://css-tricks.com/snippets/css/a-guide-to-flexbox/*//
nav{
	
}
video{
	text-align: center;
	margin:0 auto;
	
}


/*-------------------salto de ocntenido----------*/
#skip {
	background:#000;
	color:#fff;
	text-decoration:none;
	list-style: none;
	text-decoration:none;
	margin-button:300px;
}
#skip  a {
	background:#000;
	color:#fff;
    z-index:-20;
    left: -999px;
    top: -999px;
	position:absolute;
	font-size:14px;
	text-transform: uppercase;
	
}

#skip ul li{
	list-style: none;
	text-decoration:none;
}

#skip a:focus {
    left: 0;
    top: 0;
	display:block;
	border-radius:6px;
	position:fixed;
    padding: 3px;
	font-weight:bold;
	color:#fff;
	padding:3px;
	margin:3px;
    background: #005B99;
	z-index:2000;
	
    }



/*--------------salto de ocntenido----------------*/
.background {
	background:#000;
	background-image: url('../images/background.jpg'); 
	background-size: cover;
	z-index:-5;
	background-attachment: fixed;
}
.portada {
	color: white;
	padding: 20px;
	height: 500px;
	position:float;
	text-shadow: 1px 2px #000;
}

.portada ul li{
	margin-left:0;
	font-size:18pt;
	padding-left:0;
	box-sizing:border-box;
	list-style-type: circle;
}
@media screen and (max-width: 500px) {
	
.portada ul li{
	
	list-style-type: none;
}	
}
.portada ul {
	margin-left:18px;
	font-size:18pt;
	padding-left:0;
	box-sizing:border-box;
}
#portada{
	    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    
    -webkit-box-align: left;
    -moz-box-align: left;
    -o-box-align: left;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	justify-content:left;
    
}

#portada div{
	margin:0;
	
	flex-direction:row;
	justify-content:left;
	
	
}
#portada div img{
text-align: center;
margin-left:0;
padding-left:0;
justify-content:center;
margin-top:-150px;
    height: 200px;
	
}

#main{
	background:#fff;
	margin:0 auto;
	padding-top:2em;
}
#complementary-1{
	
	background:#fff;
}
.line{
	width:100%;
	height:5px;
	background:#dc8701;
	-webkit-box-shadow: 0px -12px 20px -9px rgba(220,135,1,1);
	-moz-box-shadow: 0px -12px 20px -9px rgba(220,135,1,1);
	box-shadow: 0px -12px 20px -9px rgba(220,135,1,1);
}

/*------------------------------------contenido principal------*/
#content {

    overflow:hidden;
	background:#fff;
		/* border-radius:0 0 17px 17px; */
	/* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56); */
/* -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56); */
/* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56); */
padding-bottom:17px;
border-left:0.5px solid #787878;
border-right:0.5px solid #787878;
border-bottom:0.5px solid #787878;
border-radius:0 0 13px 13px;


}

#info {
   width:100%;
    display:flex;
justify-content:space-around;
    

    
    box-sizing:border-box;
   
word-break: break-all;
 word-wrap: break-word;
	
}
#info p{   /*------------------------------------------------color texto de contenido-*/
	
	font-size:12pt;
	color:#000;
}

#tecnologias hr{
	border:0.3px dashed #000;
}


#tecnologias {
    width:33%;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    z-index:3;
	
    margin:2px;
}

/*------------------------------------Contenido principal*/
/*------------------------------título servicios-*/

.capa-text-services{   /*color de fonde dol contenido principal*/
	width:100%;
	height:cover;
	text-align:center;
	
}
.capa-text-services h1{
	color:#0e0e0e;
	font-size:30pt;
	font-weight:lighter;
	padding:15px;
	box-sizing:border-box;
	font-family: 'Oxygen', sans-serif;
}
.img-banner-mult{
	background:#fff;

	background-size: cover;
	z-index:-5;
	width:100%;
	/* position:absolute; */
	height:30px;
	background-attachment: fixed;
	
	
}

.HomeTestimonials-wave {
    background: url(../images/wave.png) center center;
    height: 12px;
    background-repeat: no-repeat;
    -webkit-background-size: 96px;
    -moz-background-size: 96px;
    background-size: 96px;
    margin-top: 1.5em;
}

.capa-text-services h1 hr{
	max-width:60%;
	margin:0 auto;
	margin-top:7px;
	border:0.3px solid #d0d0d0;
}

/*---------------------------------------mapa de sitio--------*/
.capa-ruta{
	background-image: url(../images/bg.png);
background:#e9e9e9;
    background-repeat: no-repeat;
	padding-top:30px;
	padding-bottom:7px;
	margin-bottom:50px;
}
.breadcrumbs {
    font-size: 14px;
    color: #212121;
    text-decoration: none;
    list-style: none;
	
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:first-child {
    color: #000;
    /* text-shadow: 1px 1px #000; */
    font-weight: bold;
}
a {
    color: #000;
    text-decoration: underline;
}
.showHere {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
}
.showHere  ul{
	 text-decoration: none;
margin:5px;	
padding:5px;
}

.center{
max-width: 928px;
margin: 0 auto;

	
}


/*---------------------------------------mapa de sitio--------------*/

/*-.-------------------------------------botones servicios*/
/*---------------------------------------cajas ptoyrctos*/
.box-proyect-title{
	background:#000;
	opacity:0.8;
border-radius:13px 13px 0 0;
	width:340px;
	top:0;
width:100%;
	position:absolute;
}
.box-proyect-title h2{
	color:#fff;
	padding:5px;
    text-align:left;
	margin-left:8px;
	font-weight:100;
	/* text-shadow: 1.7px 1.7px #000; */
}
.box-proyect{
	
	height:200px;
	display:flex;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(132, 132, 132, 1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(132,132,132,8);
	box-shadow: 0px 2px 5px 0px rgba(132, 132, 132, 1);

	/* background:#b9555d;	 */
	/* opacity:0.7; */
	border-radius:13px;
	margin:20px;
	box-sizing:border-box;
	background-size: cover;
	justify-content:center;
	align-items:center;
	padding:20px ;
}


/*---------------------------------------cajas ptoyrctos*/
/*--------------------------botones servicios ppl*/
.box-service-ppl{
	width:300px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	font-size:11px;
	padding:0;
	margin:5px;
}
.box-service-ppl a{
	font-size:13px;
	white-space: nowrap ;
}


.cap-color {
	  -webkit-filter: grayscale(100%);  
     filter: grayscale(100%);  
}

.cap-color:hover {
	cursor:pointer;
	 -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	transition-duration: 1s, 2s;
}
.contenedor-box{
	max-width: 100%;
  margin: 0 auto;
	
}
.box-service-ppl h2{
	color:#fff;
    left:0;
	justify-content:left;
	text-shadow: 1px 1px #000;
}

.box-service-ppl img{
	color:#fff;
}

.box-service-ppl div{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(132, 132, 132, 1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(132,132,132,8);
	box-shadow: 0px 2px 5px 0px rgba(132, 132, 132, 1);
	height:70px;
	width:300px;
	margin:8px 5px;
	border-radius: 10px;
}
.cap-color-1{
	display:flex;
	margin:10px ;
	flex-wrap:nowrap;
	align-items:center;
	padding:0 15px;
	justify-content:flax-star;
}
.cap-color-1 h2 {
	flex-grow: 3;
	margin:10px;
	color:#fff;
	}
	


.box-service-ppl div:nth-child(1){
	background:#645b95;
	
}
.box-service-ppl div:nth-child(2){
	background:#7D7830;

}
.box-service-ppl div:nth-child(3){
	background:#637888;
}.box-service-ppl div:nth-child(4){
	background:#5d7c5b;
}
.box-service-ppl div:nth-child(5){
	background:#b65d25;
}
.box-service-ppl div:nth-child(6){
	background:#6e6e6e;
}
.box-service-ppl div:nth-child(7){
	
	
}
@media screen and (max-width: 587px){
	.box-service-ppl{
	flex-wrap:wrap;
}
.cap-color-1{
	margin:10px;
}
.cap-color-1 img{
	display:none;
}
	
}

/*------------------------------------------botones servicios*/
/*.--------------------------------------propiedades boton acceder jaws*/
 .m-card .m-card-cta {
    padding: 0 30px 30px 30px;
    padding: 0 3rem 3rem 3rem;
    display: block;

    text-align: center;
}


.box-proyect:hover img {-webkit-transform:scale(1.3);transform:scale(1.3);}
.box-proyect {overflow:hidden;}


img, img:hover {
    transition: all .5s ease-in-out; 
  -webkit-transition: all .5s ease-in-out; 
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
	background:red;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0;
}

.botones{
  background:#000;
  opacity:0.7;
	shadow: 10px #000;
	text-shadow: 1.5px 1.5px #000;
    color: #fff;
	width:100%;

    padding: 6px 20px;
    list-style: none;
    border-radius:7px ;
    border: 1px solid #fff;
    font-size: 17px;
	text-decoration: none;
    /* border-bottom: 2px solid #262d25; */
    cursor: pointer;
	bottom:0;
    transition: all .1s ease-in-out;
}
.prop-botones a{
	
	font-size:20px;
}


.capa-button-b a:hover  {
	font-weight:bold;
	text-decoration: underline;
	background-color:#fff;
	opacity:0.9;
	color:#000;
	text-shadow: none;
	border:1px solid #3e8cf5;
}
 .layer:hover > .capa-button-b a {
	
	font-weight:bold;
	text-decoration: underline;
	background-color:#fff;
	opacity:0.9;
	color:#000;
	text-shadow: none;
	border:1px solid #3e8cf5; 
	
}




.layer{
 
      position: absolute;
  bottom: 0;
  right:0;
  margin-bottom:6px;
  padding:10px;

	
}
/*---------------------------------------propiedadees boton acceder jaws*/

/*--------------------------botones servicios ppl---------------*/

/*-------------------------------box trust-*/
/**-------------------------------------------------------------------------------------------------------------box footer*/
.style-4{
	background: transparent;
	font-size:15px;
	width:100%;
	border-radius:8px;
	color:#fff;
	padding:10px 20px;
	justify-content:center;
	text-decoration: none;
	text-shadow:none;
	font-weight:100;
	border:1px solid #fff;
}
.style-4:hover{
font-weight:bold;
	text-decoration: underline;
	background-color:#fff;
	opacity:0.9;
	color:#000;
	text-shadow: none;
	border:1px solid #3e8cf5;
}
.line-footer-2{
	margin:20px;
	border:0.5px solid #fff;
}

.logo-footer {
	display: flex;
	margin:30px 0 0 0px ;
	align-items: center;
	justify-content: center;
}
/**------------------------------------------------------------------------------------------------------------box footer*/
/*-----------------------------------------------------------------------------------------------------------box social*/
.box-footer{
	display:flex;
	justify-content:center;
	width:100%;
	text-align: center;
	height:default;
	padding:10px auto;
	padding-top:10px;
	margin-bottom:10px;
	align-items:center;
	position:relative;
	box-sizing:border-box;
}
.box-footer div{
	width:300px;
	margin:5px;
	position:relative;
}
.box-footer h1
{
	font-size:16px;
	margin-bottom:5%;
	text-align:center;
	width:100%;
	font-weight:lighter;
	color:#fff;	
}
.box-social-red {
	display:flex;
	justify-content:space-between;
}
.box-social-red span{
	margin:3px;
	position:float;
}
/*-----------------------------------------------------------------------------------------------------------box social*/

/*------------------------------------------------------------------------------------------------------------------------------menu 2*/
.menu-2{
	position:relative;
	width:100%;
	padding:3px;
	box-sizing:border-box;
	background:#202020;
	
}
.menu-bottom{
	padding:0;
}
.nav-menu-bottom {
	display: flex;
	left:0;
	right: 0;
	width:100%;
	justify-content:center;
	align-items:center;  /*--centrado vertical de items del menu---*/
}
.nav-menu-bottom a {
  color: #fff;
  text-decoration: none;

}
.nav-menu-bottom li {
  display: inline-block;
  margin: 30px; 

  font-size:19px;
}
.nav-menu-bottom ul {
  text-align:center;
}
/*--------------------------Propiedades del menu*/
.menu-bottom a {
    list-style:none;
    bmargin:0;
    letter-spacing:1px;
    text-align:left;
	font-weight:lighter;
}
/*---------------------------Propiedades del menu*/
/*----------------------------tres columnas footer*/
/*------------------------------tres columnas footer*/
/*-------------------------Media Query's*/

@media screen and (max-width: 879px) {
	.nav-menu-bottom {
		margin:0 auto;
		padding-left:0;
		color:#fff;
		width:100%;
		position:relative;
		z-index:2
	}
	.menu-bottom{
		padding:0;
		margin:0;
	}
	.menu-bottom li{
		padding:0;
		margin:0;
		width:100%;
	}
	.nav-menu-bottom a {
		justify-content:left;
		text-align:left;
		color:#fff;
		justify-content:left
	}
	.nav-menu-bottom ul li {
		float:none;
		border-bottom:0.1px solid #8d8d8d;
		background:#202020;
		font-size:25px;
		color:#fff;
		justify-content:left;
		text-align:left;
		box-sizing: border-box;
		padding: 15px 30px 3px 30px;
	}
	.nav-menu-bottom ul li a {
		font-size:17px;
	}
	.nav-menu-bottom li:first-child {
		border-top: 0.1px solid #8d8d8d;
	/*----------------------------------cambio*/
	}
	/*-------------------------Menú vertical propiedades*/
}
/*-------------------------Media Query's*/
/*/////////////////////////////////////////////////////////*/
/*-------------------------------------------------IMAGENES GIF*/

.avatar-bottom:before{  /*----------flechita--*/
	content: ""; 
	position: absolute;
	top:78px;
	margin-top:30px;
	margin:0 auto;
	float:bottom;
	opacity: 3 ;
	left: 35% ;
	margin:0 auto ;
	justify-content:center;
	border-style: solid;
	box-sizing:border-box;
	border-width: 10px;
	border-color: #ff9c00  transparent transparent  transparent;
}
.dropdown-bottom > .dropdown-menu-bottom{   /*-----------capa--*/
	display:none;
}
.dropdown-bottom:hover > .dropdown-menu-bottom{ /*-----------aparición capa--*/
	display:block;
	margin-left:-5px;
	top:-60px;
	box-sizing:border-box;
	position:absolute;
	
}
.dropdown-menu-bottom div {  /*-----------efecto capa--*/
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-duration: 0.2s, 0.2s;
	-webkit-transition-duration: 0.2s, 0.2s;
}
/*===========================================================================================*/
/*-----------------imagenes gif 2-----------------------*/
.dropdown-1-bottom > .dropdown-1menu-bottom{   /*-----------capa--*/
	display:none;
}
.dropdown-1-bottom:hover > .dropdown-1menu-bottom{ /*-----------aparición capa--*/
	display:block;
	margin-left:10px;
	top:-60px;
	box-sizing:border-box;
	position:absolute;
}
.dropdown-1menu-bottom div {  /*-----------efecto capa--*/
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-duration: 0.2s, 0.2s;
	-webkit-transition-duration: 0.2s, 0.2s;
}

/*===========================================================================================*/

/*-----------------imagenes gif 2-----------------------*/
/*-----------------imagenes gif 3-----------------------*/
.dropdown-2-bottom > .dropdown-2menu-bottom{   /*-----------capa--*/
	display:none;
}
.dropdown-2-bottom:hover > .dropdown-2menu-bottom{ /*-----------aparición capa--*/
	display:block;
	margin-left:13px;
	top:-60px;
	box-sizing:border-box;
	position:absolute;
}
.dropdown-2menu-bottom div {  /*-----------efecto capa--*/
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-duration: 0.2s, 0.2s;
	-webkit-transition-duration: 0.2s, 0.2s;
}

/*===========================================================================================*/

/*-----------------imagenes gif 3-----------------------*/
/*-----------------imagenes gif mobile-----------------------*/
.avatar-mobile-bottom{
	display:none;
}
.avatar-mobile-3-bottom{
	display:none;
}
@media (max-width:879px) 
{  
    .nav-menu-bottom {
		display: block; 
		position: relative;
		right: 0;
		height: default;
		align-items: center;
	}
	.avatar-bottom{
		display:none;	
	}
   .avatar-mobile-bottom{
		display:block;	
		float:left;
		margin-top:-16px;
		margin-left:-15px;
		position:static;
	}
	.dropdown-1menu-bottom{
		display:none;
	}
	.dropdown-2menu-bottom{
		display:none;
	}
	.avatar-mobile-3-bottom{  /*Flechita menu mobile*/
		display:none;
	}
	.dropdown-menu-bottom{
		display:none;
	}
	.avatar-mobile-bottom img{
		display:block;	
		float:right;
		border-radius:13px;
		margin-right:-10px;
		margin:10px;
	}
}
/*-----------------imagenes gif mobile-----------------------*/
.avatar-bottom {
	/* cambia estos dos valores para definir el tamaño de tu círculo */
	height: 77px;
	width: 85px;	
	/* los siguientes valores son independientes del tamaño del círculo */
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	border-radius:13px;
	background-size:85px;
	border:1px solid #ff9c00;
}
/*//////////////////////////////////////////////////▲▲ IMAGENES GIF ▲▲//////////////////////////////////////////////77//*/
/*//////////////////////////////////////////////////▼▼ ANIMACIONES ▼▼//////////////////////////////////////////////////77//*/
/*-----------------imagenes gif-----------------------*/
@media (max-width:618px) 
	{  
	.dropdown-menu-bottom{
		display:none;
		width: 0;
		right:0;
		height:0;
	}
	.dropdown-1menu-bottom{
		display:none;
		width: 0;
		right:0;
		height:0;
	}
	.dropdown-2menu-bottom{
		display:none;
		width: 0;
		right:0;
		height:0;
	}
     div.avatar-bottom{
		display:none;
     }
	
   .dropdown-1-bottom:hover > .dropdown-1menu-bottom {  /*efecto de aparicion*/
		display:none;
	}
    .dropdown-bottom:hover > .dropdown-menu-bottom {  /*efecto de aparicion*/   
		display:none;
	}
	.dropdown-2-bottom:hover > .dropdown-2menu-bottom {  /*efecto de aparicion*/
		display:none;
	}
}
/*--------------------------------------------------IMAGENES GIF*/
/*----------------------------------------------------------------------------------------------------------------------------------menu2r*/

/*-------------------------------footer*/
.credits h1{
	text-align:center;
	color:#fff;
	left:0;
	right:0;
	font-size:16px;
	font-weight:lighter;
}
.credits{
	position: relative;
    bottom: 0;
    left: 0;
    padding: 5px;
    margin-top: 20px;
    right: 0;
}
.line-footer{
	bottom:0;
	position:absolute;
	margin:0 auto;
	left:0;
	padding:4px;
	right:0;
	width:20%;
	height:6px;
	background:#ec7a08;
   border-radius:3px 3px 0 0;
}
/*-------------------------------footer*/
.contenedor {
  max-width: 928px;
  margin: 0 auto;


}
.box-services h3{
	color:#000;
}
.box-services-2 h3{
	color:#000;
}

.titulo {
	font-size: 60px;
	margin-bottom: 0;
	color:#fff;
	margin-top: 60px;
}
.capa-menu{
	z-index:1000;
	width:100%;
	height:58px;
	top:0;
	background:#fff;
	position:fixed;
		border-bottom:1px solid #ff9c00;
}
/*-----------------------------------------------------salto de contenido-----*/

#skip{
	background:#000;
	height:40px;
	width:100%;
	color:#fff;
	position:block;
	margin-button:300px;
}
#skip a {
	background:#000;
	color:#fff;
    z-index:2000;	
    left: -999px;
    top: -999px;
	font-size:14px;
	text-transform: uppercase;
   }

#skip a:focus {
    left: 0;
    top: 0;
	border-radius:6px;
	position:fixed;
    padding: 3px;
	font-weight:bold;
	color:#fff;
	padding:3px;
	margin:3px;
    background: #005B99;
	z-index:2000;
  
    }
	/*-----------------------------------------------------salto de contenido-----*/
.titulo span {
	text-decoration: underline;
	text-decoration-color: #ff9c00;
	position:float;
}
.title-a {
	font-size: 40px;
	margin-top: 0; 
	font-weight:100;
	position:relative;
	margin-bottom:24px;
	position:float;
}
.nav-menu {
	z-index:1000;
	display: flex;
	position: absolute;
	right: 0;
	margin-right:80px;
	height:100%;
	align-items:center;  /*--centrado vertical de items del menu---*/
}
.nav-menu a {
	color: #000;
	text-decoration: none;
	z-index:4;
}
.nav-menu li {
	display: inline-block;
	margin-left: 30px; 
	font-size:19px;
	z-index:4;
}
ul .menu{
	padding:0;
}
.search-box-2{
	visibility:hidden;
	display:none;
}
/*---------------------------Propiedades menu responsive*/
.menu-trigger {
    display:none;
    -webkit-transition:.5s;
    -moz-transition:.5s
}
/*---------------------------Propiedades menu responsive*/
/*--------------------------Propiedades de busqueda*/
#mod-search-searchword95{
	border-radius:6px 0 0 6px;
	border:1px solid #dadada;
	padding:3px;
	margin-right:0;
	margin-right:-10px;
}
.button {
	background:#ff9c00;
	border:none;
	color:#000;
	cursor:pointer;
	padding:4px;
	border-radius:0 6px 6px 0;
    font-weight:bold;	
}
.style-1 {
    background: transparent;
    font-size: 25px;
    border-radius: 8px;
    color: #000;
    padding: 6px 20px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 100;
    border: 1px solid #000;
    margin: 0 auto;
}
.capa-boton{

margin: 40px ;
text-align: center;
align-items: center;
z-index: 4;

}
.capa-boton a{
font-weight:lighter;
color:#000;
}
.style-1:hover{
font-weight:bold;
	text-decoration: underline;
	background-color:#fff;
	opacity:0.9;
	color:#000;
	text-shadow: none;
	border:1px solid #3e8cf5;
}
.style-2{
	background: transparent;
	font-size:25px;
	border-radius:8px;
	color:#000;
	padding:10px;
	text-decoration: none;
	text-shadow:none;
	font-weight:bold;
	border:1px solid #fe9b0f;
}
.form-inline{
	box-sizing: border-box;
	margin: 0px;
}
/*--------------------------Propiedades de busqueda*/
/*-------------------------propiedades de idioma--*/
.box-idioma{
	width: default ;
	height:20px;
	margin:0 14px;
	display:inline-block;
	margin-top:17px;
	float:right;
	position: relative;	
}
.notranslate{
	background:#fff;
	width:36px;
	font-size:14px;
	border:none;
	font-weight:normal
}
.notranslate:focus{
	outline: none;
}
.notranslate option{
	cursor:pointer;
	font-weight:normal;
}
/*-------------------------propiedades de idioma*/
/*--------------------------Propiedades del menu*/
.menu a {
    list-style:none;
    bmargin:0;
    letter-spacing:1px;
    text-align:left
}
/*---------------------------Propiedades del menu*/
/*-------------------------Media Query's*/
/*-------------------------------------------------NUEVO IMAGENES GIF*/

.avatar:before{  /*----------flechita--*/content: ""; 
	position: absolute;
	top:-20px;
	margin:0 auto;
	float:top;
	opacity: 3 ;
	left: 37% ;
	margin:0 auto ;
	justify-content:center;
	border-style: solid;
	box-sizing:border-box;
	border-width: 10px;
	border-color:  transparent transparent #ff9c00  transparent;
}
.dropdown > .dropdown-menu{   /*-----------capa--*/
	display:none;
}
.dropdown:hover > .dropdown-menu{ /*-----------aparición capa--*/
	display:block;
	margin-left:0;
	top:55px;
	box-sizing:border-box;
	position:absolute;
}
.dropdown-menu div {  /*-----------efecto capa--*/
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-duration: 0.2s, 0.2s;
	-webkit-transition-duration: 0.2s, 0.2s;
}
/*-----------GIF 2--*/
.dropdown-1 > .dropdown-1menu{   /*-----------capa--*/
	display:none;
}
.dropdown-1:hover > .dropdown-1menu{ /*-----------aparición capa--*/
	display:block;
	margin-left:0;
	top:55px;
	box-sizing:border-box;
	position:absolute;
}
.dropdown-1menu div {  /*-----------efecto capa--*/
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-duration: 0.2s, 0.2s;
	-webkit-transition-duration: 0.2s, 0.2s;
}
/*-----------GIF 2--*/
/*-----------GIF 3--*/
.dropdown-2 > .dropdown-2menu{   /*-----------capa--*/
	display:none;
}
.dropdown-2:hover > .dropdown-2menu{ /*-----------aparición capa--*/
	display:block;
	margin-left:0;
	top:55px;
	box-sizing:border-box;
	position:absolute;
}
.dropdown-2menu div {  /*-----------efecto capa--*/
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-duration: 0.2s, 0.2s;
	-webkit-transition-duration: 0.2s, 0.2s;
}
/*-----------GIF 3--*/

/*-----------------imagenes gif mobile-----------------------*/
.avatar-mobile{
	display:none;
}
.avatar-mobile-3{
	display:none;
}
.avatar-mobile img{
	display:block;	
	float:right;
	border-radius:13px;
	margin-right:-10px;
	margin:10px;
	top:30px;
}
/*-------------------------------------------------NUEVO IMAGENES GIF*/
/*-----------------imagenes gif mobile-----------------------*/
.avatar-mobile{
	display:none;
}
.avatar-mobile-3{
	display:none;
}
.avatar-mobile img{
	display:block;	
	float:right;
	border-radius:13px;
	margin-right:-10px;
	margin:10px;
	top:30px;
}
/*-----------------imagenes gif mobile-----------------------*/
.avatar {
	/* cambia estos dos valores para definir el tamaño de tu círculo */
	height: 77px;
	width: 85px;	
	/* los siguientes valores son independientes del tamaño del círculo */
	background-repeat: no-repeat;
	opacity:0.9;
	margin:0;
	padding:0;
	border-radius:13px;
	background-size:85px;
	border:1px solid #ff9c00;
	z-index:300;
}
/*//////////////////////////////////////////////////▲▲ IMAGENES GIF ▲▲//////////////////////////////////////////////77//*/
/*//////////////////////////////////////////////////▼▼ ANIMACIONES ▼▼//////////////////////////////////////////////////77//*/
/*-----------------imagenes gif-----------------------*/
@media (max-width:790px) 
	{  
	.dropdown-menu{
		display:none;
		width: 0;
		right:0;
		height:0;
	}
	.dropdown-1menu{
		display:none;
		width: 0;
		right:0;
		height:0;
	}
	.dropdown-2menu{
		display:none;
		width: 0;
		right:0;
		height:0;
	}
	.dropdown-3menu{
		display:none;
		width: 0;
		right:0;
		height:0;
	}
     div.avatar{
	
	display:none;
     }
   .dropdown-1:hover > .dropdown-1menu {  /*efecto de aparicion*/
	display:none;
	}
    .dropdown:hover > .dropdown-menu {  /*efecto de aparicion*/   
	display:none;
	}
	.dropdown-2:hover > .dropdown-2menu {  /*efecto de aparicion*/
	display:none;
	}
	.dropdown-3:hover > .dropdown-3menu {  /*efecto de aparicion*/
	display:none;
	}
	.dropdown-menu {
		display:none;
	}
	.dropdown-1menu {
		display:none;
	}
	.dropdown-2menu {
		display:none;
	}
	.dropdown-3menu {
		display:none;
	}
	.dropdown-menu{
		display:none;
		
	}
}
/*--------------------------------------------------IMAGENES GIF*/
/*//////////////////////////////////////////////////▼▼ VENTANA FLOTATE ▼▼//////////////////////////////////////////////77//*/
a.open{
	z-index:2000;
	border-radius: 5px;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
a.open:hover{
	z-index:2000;
}
.modalDialog{
	background-color: rgba(0,0,0,.7);
	bottom: 0;
	top:0;
	left: 0;
	right: 0;
	opacity: 0;
	position: fixed;
	z-index: -2;
}
.modalDialog:target{
	z-index:1000;
	opacity: 9;
}
a.close{
	border-radius:50%;
	background-color: #ff9d00;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 22px;
	right: 5px;
	top:5px;
    margin:5px;
	text-align: center;
	text-decoration: none;
	width: 28px;
	border:1.4px solid #415b0e;
	position:absolute;
}
.video-prop{
    max-width: 100%;
    margin-bottom: 5px;
}


.modal h1{
	color: #000;
	font-weight: bold;
}
.modal{
	z-index:2000;
	background-color: #fff;
	box-shadow: 0px 0px 10px #000;
	/*border-radius: 45px 0 0 0;*/
	color: #505961;
	margin: 5% auto;
	border-top:3px solid #ff9d00;
	padding: 20px;

	position: relative;
	max-width: 296px;
	overflow-y:auto;
	height: default; 
	border-radius:30px; 
}
.modal h1{
	margin:0 auto;
	text-align:center;
}
#demo1{
	margin-top:30px;
	margin-bottom:20px;
}
/*=============================================================*/
/*======================================================lupe=*/
/*//////////////////////////////////////////////////▼▼ BOTON LUPA▼▼//////////////////////////////////////////////77//*/
.back-ima{
	background:#fff;
	border-radius:10px 0 0 10px;
}
.flotante {
	transform: translateX(30%);
	transition: all 0.5s;
	outline:0px;
	z-index:2;
	width:50px;
	opacity:0.8;
}
.flotante {
	
	position:fixed;
	bottom:320px;
	right:0px;
	top: 47%; 
	z-index:4;
}
.lsc p {
    margin: 0 auto;
    color: #fff;
    padding: 0;
    width: default;
    margin: 0 5px;
    margin-top: 35%;
    font-weight:bold;
    font-size: 13px;
}
.lsc input{
	background:#fff;
	width:90%;
	height:26px;
	border-radius:5px;
	color:#006db8;
	font-weight:bold;
	font-size:17px;
	margin:1.9px;
	padding:0;
}
.flotante:focus {
	outline:0px;
    z-index:2;
}
.flotante:hover {
	transform: translateX(0%);
	transition: all 0.5s;
	outline:0px;
	z-index:4;
	opacity:1;
}
/* Scroll Personalizado */
#uno ::-webkit-scrollbar {
	width: 3px;
}
#uno ::-webkit-scrollbar-thumb {
	background: #a6a4a5;
	border-radius: 5px;
}
#screen-switcher form fieldset label span{
	display:none;
}
#uno{
	display:none;
	background:#006db8;
	width:100px;   /*----------------------------------------ANCHO DE VENTANA ACCESIBLE--*/
	border-left:1.7px solid #fff;
	transition: all 0.9s;  
   
	opacity:0.9;
	position:fixed; /*El div será ubicado con relación a la pantalla*/
	right:0px; /*A la izquierda deje un espacio de 0px*/
	top:-100%;
	height:100%; /*alto del div*/
	z-index:5;
	-webkit-box-shadow: -6px 0px 38px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: -6px 0px 38px -16px rgba(0,0,0,0.75);
	box-shadow: -6px 0px 38px -16px rgba(0,0,0,0.75);
}

.cerrar{
	width:90%;
	position:float;
	border:1px solid #fff;
	background:#19527b;
	margin:0 auto;
	margin-top:63px;
	cursor:pointer;
}
.icon-log-out{
	font-size:40px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	border-radius:5px;
}
#uno input {
	float:right;
	z-index:100;
}
/*//////////////////////////////////////////////////▲▲ BOTON LUPA ▲▲//////////////////////////////////////////////77//*/
.box-aplication{

	overflow: inherit;
	overflow-x: hidden;
   


   
  
}

.box-aplication span{
	
	
	overflow-y: scroll;
}
.cap-versions{
    background:#032a46;
	z-index:6;
    padding:5px;
	box-sizing:border-box;
	width:100%;
	position:absolute;
	right:0;
	border-top:1px solid #fff;
	bottom:0;
	font-size:15px;
	font-weight:100;
	text-align:center;
	color:#fff;
	display: block;
}

/*//////////////////////////////////////////////////////PROPIEDADES CONTRASTE*/
#screen-switcher {
	width:95%;
	margin:0 auto;
	padding:0;
	border:0px;
	display:block;
}
fieldset{
	padding:5px 0;
	margin:0 auto;
	width:95%;
	border:1px solid #fff;
	border-radius:6px;
}
#select-screen-switcher{
	margin:0 auto;
	padding:0;
    position:float;
	float:center;
	left:0;
}
#uno span{
	margin:0 auto;
	padding:0;
	margin-top:10px;
	width:100%;
	display:block; 
	text-align:center; 
}
#uno input{
	cursor:pointer;
	padding:0 auto;
	box-sizing: border-box;
	/*-----------------*/
	text-align:center; 
	margin-bottom:10px;
}
.contraste p{
	color:#fff;
	padding:0;
	font-size:15px;
	margin:0;
	font-weight:bold;
	/*letter-spacing:-1.1px;*/
	font-size:13px;
}
.idioma p{
	color:#fff;
	padding:0;
	text-align:center; 
	margin:0;
	letter-spacing:-1.1px;
	font-size:13px;
}
.idioma {
	color:#fff;
	text-align:center; 
	margin:0 auto;
	letter-spacing:-1px;
}
.idioma div {
	border:1px  solid #fff ;
	text-align:center;
	position:float;
	margin: auto;
	float:center;
}
.caja-idioma {
	margin:0 auto;
	border:1px  solid #fff ;
	right:0;
	left:0;
	width:90%;
	border-radius:6px;
}
.idioma select{
	position:float;
	margin: auto;
	margin:4px 0;
	text-align:center; 
	margin-left: auto;
	margin-right: auto;
}
select {
	border: 1px solid #ccc;
	margin:0 auto;
	padding:0;
	background:#fff;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	width:20px;
	border-radius:5px;
	font-family: 'Oxygen', sans-serif;
}
option{
	cursor:pointer;
	font-weight:bold;
	font-family: 'Oxygen', sans-serif;
}
option:hover{
	background:#000;
	color:#fff;
	font-weight:300;
	cursor:pointer;
	font-family: 'Oxygen', sans-serif;
}
#screen-switcher span{
	display:block;
	color:#fff;
	margin:0;
	padding:0
}
/*////////////////////////////////////////////////////////PROPIEDADES CONTRASTE*/
/*/////////////////////////////////////////////////////PROPIEDADES fuente*/
.caja-font div  {
	margin:0 auto;
	padding:0;
	width:100%;
}
#caja{
	display:inline-block;
	position:fixed;
	bottom:320px;
	bottom:0px;
	width:100%;
	border-top:1.7px solid #fff;
	z-index:4;
	background:#076db6;
	opacity:0.9;
}
#ocul-cap{
	display:none;
}
#fontsize span {
	font-family: 'Oxygen', sans-serif;
	background:red;
	color:yellow;
}
#fontsize div a{
   color:#000;
}
.font-tam p{
	color:#fff;
	padding:0;
	text-align:center; 
	margin:0;
	letter-spacing:-1.1px;
	font-size:13px;
}
.caja-font {
	margin:0 auto;
	/* border:1px  solid #fff ; */
	right:0;
	left:0;
	width:90%;
}

.caja-font div{
	position:float;
	float:center;
	color:#fff;
	width:96%;
	font-size:30px;
	padding:4px 0;
	text-align:center;
	font-weight:normal;
	cursor:pointer;
}
#fontsize{
	border:1px solid #fff;
}
#font-type {
	color:#fff;
	width:100%;
	background:#fff;
	box-sizing: border-box;
	border-radius:5px;
	width:80%;
	margin:5px auto;
	font-size:24px;
}
#font-type-2 {
	color:#fff;
    width:80%;
	background:#fff;
	box-sizing: border-box;
	border-radius:5px;
	font-size:17px;
	margin:5px auto;
}
#font-type-3 {
	color:#fff;
	width:100%;
	background:#fff;
	box-sizing: border-box;
	border-radius:5px;
	width:80%;
	font-size:24px;
	margin:5px auto;
}
/*/////////////////////////////////////////////////////PROPIEDADES fuente*/
/*/////////////////////////////////////////////////////PROPIEDADES ZOMM*/
.zoom p{
	color:#fff;
	padding:0;
	text-align:center; 
	margin:0;
	font-weight:bold;
	/*letter-spacing:-1.1px;*/
	font-size:13px;
}
.caja-zoom {
	margin:0 auto;
	border:1px  solid #fff ;
	right:0;
	left:0;
	width:90%;
	border-radius:6px;
}
.caja-zoom div{
	position:float;
	float:center;
	color:#fff;
	width:96%;
	font-size:30px;
	padding:4px 0;
	text-align:center;
	font-weight:normal;
	cursor:pointer;
}
/*/////////////////////////NAVEGACION TECLADO//*/
.key {
	color:#fff;
	text-align:center; 
	margin:0 auto;
	
}
.key p{
	color:#fff;
	padding:0;
	text-align:center; 
	margin:0;
	font-weight:bold;
	/* letter-spacing:-1.1px; */
	font-size:13px;
}
.caja-key{
	margin:0 auto;
	border:1px  solid #fff ;
	right:0;
	left:0;
	border-radius:6px;
	width:90%; /*---------------propiedad estaba deshabilitada OJO!*/
}
.icon-keyboard {
	cursor:pointer;
	font-size:35px;
}
#capaKey{
	background:#fff;
	width:100%;
	height:default;
	position:fixed;
	left:50%;
	left:0;
	right:0;
	top:0;
	padding:0 6px;
	transform: translateX(100%);
	transition: all 0.5s;
	outline:0px;
	z-index:4;
	bottom:0;
	overflow:auto;
}
.help {
	border-bottom:1px solid #fff;
}
.help div{
	color:#fff;
	text-align:center; 
	margin:8px auto;
}
.icon-help-with-circle{
	color:#fff;
	font-size:20px;
	margin:0 auto;
	position:float;
	float:center;
}
.margin-key{
	max-width:920px;
	height:100%;
	margin:30px auto;
	box-sizing:border-box;
}
.exit:after{
	content:"X";
	width:30px;
	height:30px;
	left:0;
	margin-top:60px;
	margin:15px;
	font-size:50px;
	position:float;
	float:left;
	font-weight:normal;
	color:#ff9c00;
	vertical-align:middle;
	cursor:pointer;
}
#capaKey2{
	background:#fff;
	width:100%;
	height:100vh;
	position:fixed;
	left:50%;
	left:0;
	right:0;
	top:0;
	transform: translateX(0%);
	transition: all 0.5s;
	outline:0px;
	z-index:3;
	bottom:0;
}
.capa-key:hover{
    transform: translateX(0%);
}
#capaKey h1{
	vertical-align:middle;
	color:#ffa10d;
	font-weight:normal;
}
#capaKey p{
	color:#848a90;
	line-height:-2;
}
#capaKey div:nth-child(2){
	margin-top:52px;
}
#capaKey{
	margin-top:60px;
}
.tabla {
	margin:0 auto;
	width:98%;
	margin-bottom:15%;
}

.tabla{
	margin-top:27px;
}


/*----------------Mapa del sitio----------------*/
/*---------------------color texto sistema de lectura online*/
.sexy_tooltip .powered_by, #sexy_tooltip .powered_by
{
	color:#fff;
}
/*---------------------color texto sistema de lectura online*/
/*=====================JAWS=*/
.jaws {
	color:#fff;	
	text-align:center; 
	margin:0 auto;
	font-weight:bold;
}
#boton{
	display:none;
	margin:5px 0;
}
.jaws p{
	color:#fff;
	padding:0;
	text-align:center; 
	margin:0;
	letter-spacing:-1.1px; 
	font-size:13px;
}
.caja-jaws{
	margin:0 auto;
	right:0;
	left:0;
	width:90%;
	border:1px  solid #fff ;
    border-radius:6px;
	margin-bottom:20px;
}
.caja-jaws select
{
	margin:6px 0;
}
.caja-jaws img{
	display:none;
}
#jTmplSelectForm input:first-child{
	display:none;

}	
#jTmplSelectForm input{
	background:#fff;
	width:100%;
	height:26px;
	border-radius:5px;
	color:#006db8;
	font-weight:bold;
	font-size:11px;
	margin:5 auto;
	padding:0;
}	
#jTmplDirectories option:first-child{
	display:none;
}
/* _------------------------------cambios ultimos */
.bot-access{
	
	position:fixed;
	bottom:320px;
	left:0px;
	top: 47%; 
	z-index:4;
	background:#076db6;
}
#caja{
	display:inline-block;
	position:fixed;
	bottom:320px;
	bottom:0px;
	width:100%;
	border-top:1.7px solid #fff;
	z-index:4;
	background:#076db6;
	opacity:0.9;
}
.box-exit{
	width:50px;
}
.box-color{
}
#ocul-cap{
	display:none;
}
.box-access{
	display:flex;
	justify-content:center;
}
.box-access span{
	width:default;
    margin:0 20px;
}

#capaKey div:nth-child(2) {
    margin-top: 52px;
}
#capaKey h1 {
    vertical-align: middle;
    color: #ff9c00;
    font-weight: normal;
}
#CG_TS_Select option{
	cursor:pointer;
	
}
#CG_TS_Select option:nth-child(2){
	display:none;
	
}
/*=====================JAWS=*/
.screenreader{
	position:absolute;
	left:-1000px;
	width:20px;
	height:20px;
	overflow:hidden;
	background:red;
	
}
/*--------------------------------------------boton lsc*/

#botoncito {
	display:none;
	visibility:hidden;
	margin-left:-30px;
	position:absolute;
	margin-top:-40px;
	z-index:1;
	background:0;
	padding-bottom:10px;
	text-decoration:none;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
#botoncito-2{
	display:none;
	visibility:hidden;
	margin-left:-30px;
	margin-top:-12px;
	text-decoration:none;
	position:absolute;
	z-index:1;
}
#botoncito-3{
	display:none;
	visibility:hidden;
	margin-left:-30px;
	margin-top:-47px;
	text-decoration:none;
	position:absolute;
	z-index:1;
}

#toggle {
  display: inline-block;
  position: relative;
  padding: 0.4em 0.7em;
  border: 1px solid hsl(213, 71%, 49%);
  border-radius: 5px;
  box-shadow: 0 1px 2px hsl(216, 27%, 55%);
  color: #fff;
  text-shadow: 0 -1px 1px hsl(216, 27%, 25%);
  background-color: hsl(216, 82%, 51%);
  background-image: linear-gradient(to bottom, hsl(216, 82%, 53%), hsl(216, 82%, 47%));
}