.corredores {
	text-align: center;
	padding-top: 100px;
}
.corredores img {
	height: 228px;
	margin: 0;
	border-radius: 5px;
}
.lyPopUp {
	position: absolute;
	left: 361px;
	top: 50%;
	background: #fff;
	border-radius: 15px 0 15px 15px;
}
.lyClose {
	position: absolute;
	right: -25px;
	top: -25px;
	background: none;
	padding: 5px;
	border-radius: 7px;
}
.lyClose img {
	padding-top: 4px;
}
.lyPopCont {
	width: 1000px;
	height: auto;
}
.lyPopCont .ly_head {
	padding: 25px 0 20px 50px;
	background: #45b29d;
	font-size: 2.25em;
	color: #fff;
	min-height: 35px;
}
.lyPopCont .ly_cont {
	padding: 10px 0 0;
	overflow: hidden;
	font-size: 2em;
}
.lyPopCont .ly_cont {
	padding: 30px 0;
	text-align: center;
}
.lyPopCont .ly_cont img {
	border-radius: 15px;
	border-style: dashed;
	border-width: 3px;
	border-color: #c5653a;
}
.texto input {
	position: absolute;
	top: 300px;
	left: 900px;
	width: 100px;
	font-size: 45px;
	font-family: cabinregular;
	text-align: center;
	padding: 2px 5px;
	border-radius: 15px;
	border: dashed 2px #89380F;
}
.resp {
	position: relative;
	top: 300px;
	left: 850px;
	margin-right: 50px;
	background: #fff;
	padding: 2px;
	width: 70px;
	height: 75px;
	display: inline-block;
	border-radius: 15px;
}
.fondo_bl {
	background-color: #FFF;
	border-radius: 15px;
	border-style: dashed;
	border-width: 3px;
	border-color: #c5653a;
	padding: 5px;
}
.fondo_bl h1 {
	color: #000!important;
	font-size: 55px;
}
.imgreinicia {
	width: 100px;
	height: 100px;
	background-image: url(../img/reinicia.png);
	background-size: cover;
	position: absolute;
	bottom: 50px;
	right: 48px;
	cursor: pointer;
}
.imgreinicia:active {
	bottom: 48px;
}
