@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf");
}

.row {
  display: flex;
}

body {
  background-image: url("../bgGildemeister.jpg");
  background-size: 100% 155%;
}
body.HYU {
  background-image: url("../bgHyundai.jpg");
  background-size: 100% 175%;
}
body.FOR {
  background-image: url("../bgFortaleza.jpg");
  background-size: 100% 155%;
}

.tabla1 {
  background-color: #f7f3f2;
  margin-left: auto;
  margin-top: 15%;
  width: 19%;
  border: 0.5px solid;
  border-color: #CFCCFE;
}

.tabla2 {
  background-color: #f7f3f2;
  margin-right: auto;
  margin-top: 15%;
  border: 0.5px solid;
  border-color: #CFCCFE;
}

.btn:disabled,.btn[disabled] {
  border: 2px solid #BBBBBB;
  background-color: #BBBBBB;
  margin-bottom: 15px;
  margin-top: 20px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  font-family: "Poppins";
  padding: 5px 30px;
}
.btn {
  border: 2px solid #0c346c ;
  background-color: #0c346c ;
  margin-bottom: 15px;
  margin-top: 20px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  font-family: "Poppins";
  padding: 5px 30px;
}
.btn:focus {
  border: 2px solid #0c346c ;
  background-color: #0c346c ;
  margin-bottom: 15px;
  margin-top: 20px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  font-family: "Poppins";
  padding: 5px 30px;
}

.botoAlineat {
    text-align: right;
    width: 114%;
}

.fechaAlineada {
    text-align: center;
	margin-top: -6%;
    margin-left: 13%;
	color: #2294b9;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

.loader {  
  position: fixed;
  animation-delay: 3000ms;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../65ba488626025cff82f091336fbf94bb.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: .8;
}

input[type=text] {
  width: 114%;
  padding: 5px 5px;
  border: #BBBBBB;
  margin: 0px 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

.estadoImg {
  margin-left: auto;
  padding: 0px 100px;
}
.estadoImg[id=imgPen]:none {
  padding: 0px;
  position: absolute;
  width: 0%;
}

.logoImg {
  padding: 20px 35px;
  margin-left: 3%;
}


.pr-letra {
  font-family: "Poppins";
  padding: 10px 50px;
}

.wTr {
  font-family: "Poppins";
  padding: 0px 50px;
}
