/*Generales*/
body{
	font-family: 'Montserrat', sans-serif !important;
	background-image: url(../img/bg_marron.jpg);
}
a:hover{
	color: initial !important;
	text-decoration: none;
}
.no-padding{
	padding: 0px !important
}
.main_logo{
	width: 200px;
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 125px);
}
.dataTables_wrapper{
	margin-top: 20px;
}