/* CSS Document */
body{
	background:#666;	
}
.footer{
	position:fixed;
	bottom:0;
	width:100%;
}
.btBf{
	border-radius:10px;
	border:3px solid #7b8a4a;
	background:#4a4d31;
	color:#FFF;
	text-transform:uppercase;
	font-size:13px; 
    width:100%; 
    text-align:center; 
    padding:10px;
	/*margin:5px;*/
	margin-bottom:15px;
	clear:both;
}
.btBf:hover{
	border:3px solid #98a371;
	background:#71745e;
	color:#FFF;
	text-decoration:none !important;
}
a:hover{
	text-decoration:none !important;
}

.resultados{
		
}
.resultados td, .resultados th {
	font-size:12px;
	text-transform:uppercase;
}
.resultados thead tr{
	background:#847D4C;
}
.resultados tfoot th{
	background:#847D4C;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.page-link {
    color: #4CAF50;
}

#menusite{
}

#menusitebt{
	display:none;
}

figure{
    width:90%;
    height:auto;
   /* margin:50px auto;*/
    background:#FFF;
    position:relative;
    /*box-shadow:20px 20px 50px grey;  */
	/*position:absolute;*/
	margin:auto;
	margin-top:-70px;
	padding:20px;
	
	box-shadow: 0px -30px 40px -7px #000000, 0px -30px 27px -12px rgba(0,0,0,0);
	
}
figure:before, figure:after{
    content:'';
    position:absolute;
    top: 0px;
    width:0;
    height:0;
}

/*figure:before{
    left: -10px;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 100px solid #FFF;
}

figure:after{
    right: -10px;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 100px solid #FFF;
}*/

@media (max-width:730px){
	#menusite{
		display:none;
	}
	#menusitebt{
		display:inline;
	}
	figure{
		margin-top:0;
	}
}