html{
    position: relative;
  	min-height: 100%;
}

body{
	background-color: white;
	margin-bottom: 40px;
	font-family: 'Source Sans Pro', sans-serif;
}

.jumbotron{
	background: black !important;
	margin-bottom: 0px;
	padding: 0px;
}

#content{
	padding-bottom: 20px;
}

.img-responsive{
	display: initial;
}

.load{
	display: table;
	position: fixed;
	z-index: 100; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(255,255,255); 
	background-color: rgba(255,255,255,0.8); 
}

.image-load{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.panel{
    padding: 0px;
}

.panel-body{
    background-image: url("../resources/fondocarousel.png");
    background-repeat: no-repeat;
    background-size: cover;
}

th{
    text-align: center;
}

.opcionesFila{
	vertical-align: middle !important;
	text-align: center;
}

.mensaje{
	text-align: center;
	background-color: #f2f2f2;
	font-size: 22px;
	padding: 20px 10px;
	margin-bottom: 20px;
}

.alert-mensaje{
	text-align: center;
	font-size: 16px;
    color: gray;
    background-color: #fff;
    border-color: #a8a8a8;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}