footer {
	border-top: 4px solid #854442;

}
.aml_banner {
	display: grid;
	margin-top: 2%;
	left: 0;
}
.table-condensed,
 thead,
 tbody,
 tr {
 	border: 4px solid #854442;
}
.mode-night {
	background-color: 	#3c2f2f;
	border-radius: 5px;
	border: 4px solid #854442;
	color: #fff4e6;
	padding: 5px;
	margin-bottom: 5%;
}
/*the bootstrap capuccino by Jorge AML*/
.table-striped,
thead,
th {
	background-color: #3c2f2f;
}
.table-striped,
tbody,
tr {
	background-color: #3c2f2f;
	color: #fff4e6;
}
/*You must to upload bootstrap.min.css to have the right color!*/
.table-striped>tbody>tr:nth-of-type(2n+1){background-color:	#4b3832}
.table-striped {
	border-radius: 5px;
}
.aml-panel {
	background-color: 	#3c2f2f;
	border: 4px solid 	#854442;
	margin-bottom: 5%;
	color: #fff4e6;
	border-radius: 5px;
}
.aml-heading {
	border-bottom: 4px solid #854442;
}
.aml-title {
	font-size: 2rem;
	padding-left: 2%;
}
.aml-body {
	padding: 3%;
}
.aml-anat {
	color: #00aedb;
}
.aml-anat:hover {
	color: #ffc425;
}
.list-group-aml {
	background-color: #3c2f2f;
	margin-bottom: 5%;
	border: 4px solid 	#854442;
	border-radius: 5px;
}
.list-group-item-aml {
	color: 	#fff4e6;
	display: block;
	padding: 3%;
	border-bottom: 1px solid #854442;
}
.list-group-item-aml:hover {
	color: 	#ffc425;
	background-color: #4b3832;
	text-decoration: none;
}
.badge {
	float: right;
}
.active-aml {
	color: 	#ffc425;
	background-color: #4b3832;
	text-decoration: none;
}
.cap-a {
	color: #00aedb;
}
.cap-a:hover {
	color: #ffc425;
}
/*capuccino title and paragraphs*/
.aml-title-capuccino {
	color: #fff4e6;
	text-align: center;
}
.aml-p-capuccino {
	color: #fff4e6;
}
.img-capuccino-md4 {
	width: 250px;
	height: 250px;
	border-radius: 5px;
	border: 4px solid 	#854442;
	/*box-shadow: 1px 1px 8px 5px #4b3832;*/
	margin-top: 5%;
	margin-left: 7%;
	display: grid;
}
/*Capuccino buttons*/
.capuccino-button {
	border-radius: 5px;
	border: 2px solid #854442;
	background-color: #4b3832;
	padding: 2%;
	display: grid;
	text-align: center;
}
/*capuccino-container */
.capuccino-container {
	background-color: 	#3c2f2f;
	border-radius: 5px;
	border: 4px solid #854442;
	padding-bottom: 2%;
	display: grid;
	margin-right: 2%;
}
.Cappuccino-hr {
	border-top: 2px solid #854442;
	border-bottom: 2px solid #854442;
	margin-right: 5%;
	margin-left: 5%;
}
/*Capuccino badge neu*/
.badge-aml {
	background-color: #be9b7b;
	color: 	#3c2f2f;
	border-radius: 10px;
	display: inline-block;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	float: right;
	border: 2px solid #4b3832;
}
.badge-aml:hover {
	background-color: #be9b7b;
	color: 	#fff4e6;
}
/*All classes of this section are in anatomia-parciales.html */
.aml_capuf {
	background-color: #3c2f2f;
	color: #fff4e6;
	border: 4px solid #854442;
	border-radius: 5px;
	margin-bottom: 15px;

}
.aml_capuf h3 {
	text-align: center;
}
.center {
	margin-left: 5%;
	padding-bottom: 1%;
	display: inline-block;
}