body {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
footer {
	background: #999999;
	bottom: 0px;
	height: 80px;
	margin-top: 12px;
	text-align: center;
	width: 100%;
}
footer img { 
	height: 80px;
	margin: 0px 3px 0px;
}
nav {
	background: #999999 !important;
	margin-bottom: 0px !important;
	margin-top: 12px;
}
.section-container {
	max-width: 802px;
	margin: 0px auto;
}
#bs-example-navbar-collapse-1 {
	margin-left: 110px;
}
#contenedorInducon {
	margin: 0px auto;
	/*max-width: 802px;*/
}
#error404 {
	height: 300px;
	text-align: center;
}
#logoArenaInducon {
	/*-webkit-box-shadow: -5px 0px 7px -3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: -5px 0px 7px -3px rgba(50, 50, 50, 0.5);
	box-shadow: -5px 0px 7px -3px rgba(50, 50, 50, 0.5);*/
	position: absolute;
	top: -4px;
	z-index: 5;
}
#nav-subscribe-footer {
	background: #5B5B5F;
	/*margin: 0px auto;*/
	margin-top: 12px;
	height: 198px;
	/*max-width: 802px;*/
}
#nav-subscribe-footer .nav-fotter-container{
	max-width: 802px;
	margin: 0px auto;
}
.banner .dots li {
	background: #0082cc;
	border-color: #0082cc;
	opacity: 1;
}
.banner .dots li.active {
	background: #666666;
	border-color: #666666;
	opacity: 1;
}
.centroNav {
	max-width: 768px;
}
.cerrarSesion {
	float: right;
	margin-bottom: 10px;
}
.collapse {
	display: block !important;
}
.nav-footer {
	color: #FFFFFF;
	float: left;
	font-size: 0.8em;
	padding-top: 20px;
	width: 504px;
}
.nav-footer a {
	color: #FFFFFF;
	text-decoration: none;
}
/* INICIO Agrego para cambiar color letras menu */
.navbar-default .navbar-nav > li > a:hover {
	color: #006D75 !important;
	/*font-weight: bold;*/
}
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
}
/* FIN Agrego para cambiar color letras menu */
.nav-footer ul {
	float: left;
	list-style:none;
	padding-left: 26px;
}
.nav-footer ul li {
	padding-top: 3px;
}
.nav-footer ul li:nth-child(1) {
	font-size: 1.1em;
	font-weight: bold;
}
.navbar-nav>li>a {
	padding-top: 18px;
	padding-bottom: 18px;
}
.navbar-nav>li {
	height: 56px;
	margin-left: 2px;
}
.navbar-nav>li:hover {
	background: #E6E6E6;
	color: #999999 !important;
}
.navbar-nav>ul {
	height: 56px;
}
.navbar-toggle {
	display: none;
}
.subscribe-footer {
	background: #006D75;
	color: #fff;
	float: left;
	font-size: 0.8em;
	height: 170px;
	width: 298px;
	padding: 20px;
	vertical-align: top;
}
.subscribe-footer button {
	background: url('../img/src/flechaSubscribirse.png');
	border: none;
	height: 37px;
	width: 34px;
}
.subscribe-footer input { 
	border-radius: 5px 0px 0px 5px;
	float: left;
	height: 38px;
	width: 224px;
}
.subscribe-footer ul{
	list-style:none;
	padding-left: 0px;
}
.subscribe-footer ul li:nth-child(1) {
	font-size: 1.1em;
	font-weight: bold;
}

.intranet-footer {
	float: right;
    width: 298px;
    background: grey;
    color: #fff;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    font-size: 12px;
	padding-top: 7px;
	padding-bottom: 4px;
}

.whatsapp-icon {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
  transition: all 0.5s ease 0s;
  z-index: 200;
  padding: 4px;
}
  
.whatsapp-icon:hover {
  box-shadow: rgb(0 0 0 / 70%) 2px 2px 11px;
}

/* INICIO RESPONSIVE DEL MENU*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	nav { 
		background: #fff !important;
	}
	#bs-example-navbar-collapse-1 {
		margin-left: 0px;
	}
	#logoArenaInducon {
		position: static;
		top: 0px;
		z-index: 0;
	}
	.centroNav {
		padding-left: 0px;
	}
	.navbar {
		border-color: #fff;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		background: #fff !important;
    	border-color: #fff;
	}
	.navbar-header {
		background: #fff !important;
		margin-left: 2px !important;
	}
	.navbar-nav > li {
		background: #999999;
		margin-bottom: 10px;
	}
}
@media (min-width: 585px) { /* Mientras que el minimo sea 585 */
	.navbar-collapse.collapse {
		background: #999999 !important;
    	display: block !important;
	}
	.navbar-nav > li {
		/*float: left;*/
	}
}
@media (max-width: 780px) { /* Mientras que el maximo sea 768 */
	.navHide {
		display: none !important;
	}
	.centroNav {
		max-width: 530px;
	}	
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* FIN RESPONSIVE DEL MENU*/


/* INICIO RESPONSIVE DEL FOOTER*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 780px) { /* Mientras que el minimo sea 768 */
	.footerArenaHide {
		display: none !important;
	}
	footer img {
		margin: 0px 10px 0px;
	}
}
@media (max-width: 584px) { /* Mientras que el maximo sea 584 */
	footer {
		display: none !important;	
	}	
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* FIN RESPONSIVE DEL FOOTER*/

/* INICIO RESPONSIVE DELNAV-FOTTER Y SUBSCRIBE*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 818px) { /* Mientras que el maximo sea 816 */
	#contenedorInducon {
		max-width: 685px;
	}
	#nav-subscribe-footer {
		/*max-width: 685px;*/
	}
	#nav-subscribe-footer .nav-fotter-container {
		max-width: 685px;
		margin: 0px auto;
	}
	.nav-footer {
		width: 498px;
	}
	.subscribe-footer {
		padding-left: 15px;
		padding-right: 15px;
		width: 187px;
	}
	.subscribe-footer input { 
		width: 118px;
	}
	.intranet-footer {
		width: 187px;
	}
}
@media (max-width: 700px) { /* Mientras que el maximo sea 700 */
	footer {
		display: none !important;
	}
	.estiloMovil {
		margin: 0px auto;
		text-align: left;
		max-width: 260px;
	}
	.nav-footer {
		display: none;
	}
	.subscribe-footer {
		width: 100%;
	}
	.subscribe-footer input { 
		width: 82%;
	}
	.subscribe-footer ul li:nth-child(2), .subscribe-footer ul li:nth-child(4) {
		float: left;
	}
	.intranet-footer {
		width: 100%;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* FIN RESPONSIVE DELNAV-FOTTER Y SUBSCRIBE*/