body {
	background: #333;
	margin:0;
   	padding:0;
	height: auto; /*100%;*/
	/* font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222; */
}

#header {
	height: 160px;
	background: url(../include/images/foto_5.jpg) no-repeat;
	background-position: top center;
	/* background-size: auto 52%; */
	/* background: #554d42 url(../include/images/foto_5.jpg) no-repeat; */
}

.pie {
	position:fixed;
	bottom:0;
	width:100%;
	height:60px;   /* Height of the footer */
	/* background:#6cf; */
	margin-top: auto;
}

.bg-unexpo {
	/* background: #4377c562; */
	/* background: #e9eff0e1; */
	background: #eef1f1f8;
}

/* .nav-link.active>a {
 	background-color: red;
} */

.nav-item>a:hover {
	background-color: #C0C0C0; /*gray;*/
}
/* .nav-item>.active>a {
	background-color: rgb(90, 32, 32);
} */

/*code to change background color*/
.navbar-nav>.active>a {
	background-color: #C0C0C0;
	/* color: red; */
}

.textsmall {
	font-size: small
}

.seleccion {
	padding: 20px;
}

.content-box {
	box-sizing: content-box;
}

.border-box {
box-sizing: border-box;
}