/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
  /* Margin bottom by footer height */
	margin-bottom: 50px;  
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 50px;
	display: flex;
	align-items: center;
	text-align: center;
}

.text-muted {
	color: #ffffff;
}
.table-stripped {
	font-size: 8px;
}

.centrado {
	text-align: center;
}
.jumbotron { 
	background-image: url('../img/logo.jpg');	
	background-size: 100% 100%;
	height: 300px;
}

.navbar-guinda {
	background-color: #590208;
	border-color: #590208;
	color: white;
}

.border-guinda {
	border-color: #590208;
}

.crema {
	background-color: #bb9e66;	
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
	padding: 50px 15px 0;
}
.container .text-muted {
	margin: 20px 0;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;  
}

code {
	font-size: 80%;
}

#div1 > p {
	text-align: justify;
}
.just > p {
	text-align: justify;
}