@charset "utf-8";
/* CSS Document */

/******************************


/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,400i,700,700i,800,800i');

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body
{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
.btn {
    margin: 5px;
}
.txt-tabla {
    font-size: 24px;
    font-weight: 100;
    color: #a5a5a5;
    line-height: 40px;
}
.tit {
    font-size: 36px;
    color: #2F2F2F;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 100;
    letter-spacing: 0px;
}
.table td, .table th {
    padding: 2rem !important;
}
.table thead th {
    border-bottom: 10px solid #40474e !important;
}