@charset "ISO-8859-1";

.carousel-control-prev {
	height: 40px;
	width: 40px;
	outline: black;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 100%, 100%;
	border-radius: 50%;
	border: 2px solid black;
    position: static;
}

.carousel-control-next {
	height: 40px;
	width: 40px;
	outline: black;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 100%, 100%;
	border-radius: 50%;
	border: 2px solid black;
	position: static;
}

.carousel-control-prev2 {
	height: 40px;
	width: 40px;
	outline: black;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 100%, 100%;
	border-radius: 50%;
	border: 2px solid black;
	top: 450px;
	left: 230px;
	margin-left: 20px;
	margin-top: 20px;
}

.carousel-control-next2 {
	height: 40px;
	width: 40px;
	outline: black;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 100%, 100%;
	border-radius: 50%;
	border: 2px solid black;
	top: 450px;
	left: 280px;
	margin-left: 25px;
	margin-top: 20px;
}

.modal-content {
	width: 550px;
	height: 500px;
}

#contenedor {
	width: 750px;
}

#divAviso {
	background-color: white;
	background-size: 100%, 100%;
	height: 270px;
	width: 625px;
	margin-left: 20px;
	table-layout: fixed;
	border: 1px solid black;
}

.myCarrousel {
	color: black;
	height: 200px;
	width: 600px;
	overflow-y: scroll;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#tab {
	height: 200px;
	width: 600px;
}

#contenedorAviso {
	display: block;
	margin: auto;
	margin-top: 5px;
	border: 1px solid #ccc;
	padding: 10px 20px 20px;
}

#foot-message{
	white-space: pre;
}
.carousel-botones{
    display: flex;
}
.carousel-botones a + a {
     margin-left: 10px;
}