body {
	background: url('../images/fondo-min.jpg') no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-o-background-size: 100%;
	font-weight: bold !important;
}

.btn {
	background-color: #dc6a1c !important;
	border-color: #dc6a1c !important;
	color: #ffffff !important;
}

#card {
	margin: 25% 1% 0% 1%;
	border: 3px solid #dc6a1c !important;
	background-color: white;
}

#card table {
	margin: 1%;
	text-align: center;
}

.table {
	max-width: 98%;
	border: 1px solid #dc6a1c !important;
	table-layout: fixed;
}

.table td {
	vertical-align: middle !important;
}

@media only screen and (min-width: 320px) {
	.table tr {
		height: 25px;
	}
}

@media only screen and (min-width: 568px) {
	.table tr {
		height: 70px;
	}
}

@media only screen and (min-width: 640px) {
	.table tr {
		height: 75px;
	}
}

@media only screen and (min-width: 768px) {
	.table tr {
		height: 100px;
	}
}

@media only screen and (min-width: 1024px) {
	.table tr {
		height: 130px;
	}
}

@media only screen and (min-width: 1366px) {
	.table tr {
		height: 180px;
	}
}

@media only screen and (max-width: 585px) {
	footer {
		display: none !important;
	}
}

.table-bordered td {
	border: 1px solid #dc6a1c !important;
}

td.blank {
	background: url('../images/cara.ico') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.clickable, .checked {
	cursor: pointer;
}

.checked {
	background-color: #dc6a1c;
	color: white;
}

.footer {
	width: 100%;
	color: white;
	font-weight: bold;
    padding-top: 10px;
    font-size: 0.75rem;
    padding: 0px 25px 0px 25px;
}

.footer a {
	color: white;
}

.footer a:hover {
	color: #dc6a1c;
}