table{
	font-family: 'Roboto';
	margin: 10px auto 50px !important;
	padding: 0;
}

table thead{
	font-family: 'Roboto Condensed';
	background-color: #2a3642;
	color: #FFF;
}

table tbody{
	font-size: 12px;
}

table tbody tr td button{
	float: right;
	font-size: 12px !important;
	font-family: 'Roboto Condensed';
	color: #FFF !important;
	margin-left: 10px;
}

.totales{
	font-family: 'Roboto Condensed';
}

.buttonBlue{
	background-color: #07639d !important;
	border-color: #07639d !important;
}

.buttonBlue:hover{
	background-color: #06c !important;
}

.buttonYellow{
	background-color: #ffd200 !important;
	border-color: #ffd200 !important;
	color: #2a3642 !important;
}

.buttonYellow:hover{
	background-color: yellow !important;
}

.buttonRed{
	background-color: #B22222 !important;
	border-color: #B22222 !important;
}

.buttonRed:hover{
	background-color: #FF0000 !important;
}

.buttonAncho{
	width: 120px;
}

#buttonVolver{
	float: right;
	color: #FFF;
	margin-left: 10px;
	font-family: 'Roboto Condensed';
	background-color: #2a3642;
	border-color: #2a3642;
}

#buttonVolver:hover{
	background-color: #ffd200;
	color: #2a3642;
}

@media (max-width: 810px) {
	#buttonVolver{
		margin-bottom: 30px;
	}
	table tbody tr td button{
		width: 100px !important;
	}

	.buttonRed{
		margin-bottom: 5px;
	}
}