@charset "utf-8";
/* CSS Document */

div#tablas{

	justify-content: center;
}
#tabla{

	background-color: #F4F7FC;
	color:#01063D;
	text-align: center;
	margin-top: 0px;
	margin-left: 20px;
	display: inline-block;
	}
#tabl{
	background-color:#F4F7FC;
	color:#01063D;
	margin-left: 20px;
	font-size: 12px;
	height: 400px;
	width: 80%;
	overflow: scroll;
	padding: 0px;
	display:inline-block;
	justify-content: center;
}
.menu{
	position: fixed;
}		

.slider{
  position: inherit;
}
#imgp{
	margin-top: 60px;
	width: 100%;
}
div#myCarousel{
  position: inherit;
  width: 100%;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  width: 100%;
  position: inherit;
}
div#.carousel-inner{
	position: inherit;
}
.carousel-control-next{
	height: 300px;
	margin-top: 60px;
}
.carousel-control-prev{
	height: 300px;
	margin-top: 60px;
}

/* Declare heights because of positioning of img element */

.carousel-item {
  position: inherit;
  top: 0;
  left: 0;
  min-width: 100%; 
  position: inherit;
  display: inline-block;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 800px) {
#imgp{
	margin-top: 0px;
	width: 100%;
}

.carousel-control-next{
	height: 170px;
	margin-top: 60px;
}
.carousel-control-prev{
	height: 170px;
	margin-top: 60px;
}
}

