@CHARSET "UTF-8";
#splashImg {
	background-image: url("../img/splashImg.png");
	width: 50%;
	height: 50%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#sesionTabs a {
	border: none;
}
#loginHeader {
	max-width: 140px;
	width: 100%;
	padding: 1% 0px;
}
.logoCenter {
	max-width: 270px;
	width: 100%;
	padding: 1% 0px;
	margin: auto;
	display: block;
}
#adornoP {
	display: none;
}
#globalPanel, #clone_globalM {
	top: 57px;
	height: 208px;
	width: 195px;
	opacity: .91;
}
#map {
	height: 100%;
	width: 100%;
	position: relative;
}
#tablero_wrap {
	position: absolute;
	width: 100%;
	bottom: 0;
}
#tablero {
	height: 150px;
	width: 320px;
	background-image: url("../img/tablero.png");
	background-position: 0px 17px;
	background-size: cover;
	position: relative;
}
#verde_marc {
	background-image: url("../img/tabG.png");
}
#amarillo_marc {
	background-image: url("../img/tabY.png");
}
#rojo_marc {
	background-image: url("../img/tabR.png");
}
#map_btn_menu:active {
	box-shadow: inherit;
}
#map_btn_menu {
	left: 50px;
	top: 66px;
	width: 29px;
	height: 33px;
	position: absolute;
	border-style: solid;
	border-color: #1D1A1A;
	border-width: 1px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,.5);
	border-radius: 3px;
}
.alert_marco {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: 96.6%;
	background-position: 4px 17px;
	pointer-events: none;
}
.background_tab {
	background-repeat: no-repeat;
	margin: auto;
}
#tab_cont {
	position: relative;
	width: 100%;
	height: 100%;
}
#tab_maxV {
	color: #acb0b5;
	text-align: center;
	position: absolute;
	font-family: digital;
	right: 45px;
	top: 66px;
	line-height: 97%;
}
#kmXhr {
	position: absolute;
	left: 145px;
	top: 100px;
	text-align: center;
	font-family: digital;
	font-size: 10px;
}
#map_vel_act {
	position: absolute;
	font-family: digital;
	left: 136px;
	width: 41px;
	top: 58px;
	text-align: center;
	color: rgb(56, 46, 46);
}
.map_vel {
	font-size: 30px;
}
.tarjetaWrap {
	height: 32px;
	text-align: left;
	vertical-align: middle;
	line-height: 32px;
}
.tarjeta {
	font-family: digital-italic;
	text-align: right;
	position: absolute;
	right: 16px;
}
.tarjetaValor {
	font-size: 25px;
}
.btn-custom {
	margin: auto;
	border: initial;
	border-width: 0;
	width: 35px;
	height: 35px;
}
.btn-custom:after {
	background-size: 26px 26px;
	width: 35px;
	height: 35px;
	margin: auto;
	top: 0;
	left: 0;
}
#grid_custom_btns > div {
	padding: 15px;
}
@media screen and (min-height: 479px) {
	#loginHeader {
		max-width: 328px;
		padding: 18% 0px;
	}
	#adornoP {
		text-align: center;
		line-height: 10px;
		font-size: 15px;
		vertical-align: middle;
		display: block;
	}
}
