.bannerlanding {
	position: relative;
	height: 380px;
	margin: 0 0 0 0;
}

.fondoexamen {
	background: url('../img/bannerlanding.png') center center;
	background-size: cover;
}

.fondoreferido {
	background: url('../img/bannerlandingreferidos.jpg') center center;
	background-size: cover;
}

.fondoplatica {
	background: url('../img/bannerlandingplatica.jpg') center center;
	background-size: cover;
}

.barraroja {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 70%;
	height: 100%;
	background: rgba(230, 56, 67, 0.7);
	-webkit-clip-path: polygon(0 0, 86% 0, 52% 100%, 0% 100%);
	clip-path: polygon(0 0, 86% 0, 52% 100%, 0% 100%);
}

.barraazul {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 70%;
	height: 100%;
	background: rgba(31, 151, 203, 0.7);
	-webkit-clip-path: polygon(0 0, 86% 0, 52% 100%, 0% 100%);
	clip-path: polygon(0 0, 86% 0, 52% 100%, 0% 100%);
}

.barranaranja {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 70%;
	height: 100%;
	background: rgba(255, 131, 30, 0.7);
	-webkit-clip-path: polygon(0 0, 86% 0, 52% 100%, 0% 100%);
	clip-path: polygon(0 0, 86% 0, 52% 100%, 0% 100%);
}

.logoexa {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 40px;
}

.logoblanco {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 40px;
}

.fechaexamen {
	font-size: 4vh;
	color: #FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 2;
	top: 180px;
	left: 40px;
}

.txt1 {
	font-size: 35px;
	color: #FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 2;
	top: 140px;
	left: 40px;
}

.amarilloexamen {
	font-size: 3.5vh;
	color: #FFC53E;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 2;
	top: 260px;
	left: 40px;
}

.amarillotxt {
	font-size: 25px;
	color: #FFC53E;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 2;
	top: 210px;
	left: 40px;
}

.btnyellow {
	background: #FFC53E;
	border: solid 1px #FF831E;
	position: absolute;
	z-index: 2;
	bottom: 40px;
	left: 40px;
	font-size: 18px;
	color: #FFF;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.btnyellow:hover, .btnyellow:focus {
	color: #FFF;
	border: solid 1px #FFF;
	outline: none;
	-webkit-box-shadow: 0 0 10px 0px #FFF;
	box-shadow: 0 0 10px 0px #FFF;
}

.btnred {
	background: #ED2C3B;
	border: solid 1px #C4313D;
	position: absolute;
	z-index: 2;
	bottom: 40px;
	left: 40px;
	font-size: 18px;
	color: #FFF;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.btnred:hover, .btnred:focus {
	color: #FFF;
	border: solid 1px #FFF;
	outline: none;
	-webkit-box-shadow: 0 0 10px 0px #FFF;
	box-shadow: 0 0 10px 0px #FFF;
}

.btnredcentrado {
	display: block;
	margin: 40px auto 40px auto;
	padding: 20px;
	background: #ED2C3B;
	border: solid 1px #C4313D;
	font-size: 26px;
	color: #FFF;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: 0 0 10px 0px #FFF;
	box-shadow: 0 0 10px 0px #FFF;
}

.btnredcentrado:hover, .btnredcentrado:focus {
	color: #FFF;
	border: solid 1px #C4313D;
	outline: none;
	-webkit-box-shadow: 0 0 10px 0px #C4313D;
	box-shadow: 0 0 10px 0px #C4313D;
}

.padding20 {
	padding: 60px 0 0 0;
}

.formregistro {
	background: #FFF;
	width: 70%;
	left: 0;
	right: 0;
	border: solid 1px #E5E5E5;
	padding: 15px;
	webkit-box-shadow: 0 10px 20px 0 #b2bec3;
    box-shadow: 0 2px 15px 0 #b2bec3;
    margin: 60px auto 0 auto;
}

.formregistro h4 {
	font-size: 22px;
	color: #AA1A30;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

.formregistro input[type="text"] {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 0 20px 0;
	padding: 4px;
	background: #F4F4F4;
	border: solid 1px #E4E4E4;
}

.formregistro input[type="text"]:focus {
	outline: none;
}

.renglon {
	margin: 5px 0 5px 0;
}

.renglon input {
	display: inline-block;
	margin: 0 10px 0 0;
}

.formregistro button.btnamarillo {
	margin: 20px 0 0 0;
	display: block;
	width: 100%;
}

.formregistro button.btnamarillo:hover, .formregistro button.btnamarillo:focus, .formregistro button.btnamarillo.visited {
	color: #FFF;
	outline: none;
	-webkit-box-shadow: 0 0 10px 0px #FFF;
	box-shadow: 0 0 10px 0px #FFF;
}

.btnazulclaro {
	margin: 0 0 0 0;
	background: #01b2e5;
	border: solid 1px #1f97cb;
	color: #FFF;
	padding: 8px;
	outline: none;
}

h2.tituloniveles {
	display: block;
	width: 277px;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

h2.tituloniveles span {
	display: block;
	width: 30%;
	height: 6px;
	left: 0;
	right: 0;
	margin: 20px auto 0 auto;
	background: #F43645;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}

.listainteriores {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFC53E;
}

.listainteriores span {
	color: #FFF;
}

.videoiframe iframe {
	width: 100%;
	height: 393px;
}

.titulogal {
	display: block;
	width: 100%;
	text-align: center;
}

.botonerarecompensas {
	text-align: center;
}

.botonerarecompensas button, .botonerarecompensas button:active, .botonerarecompensas button:visited {
	margin: 0 5px 0 5px;
	padding: 8px 8px 2px 8px;
	background: transparent;
	border: none;
	color: #FFF;
	text-align: center;
	outline: none;
}

.botonerarecompensas button:hover {
	border-bottom: solid 2px #FFC53E !important;
	color: #FFC53E !important;
}

.ractivo {
	border-bottom: solid 2px #FFC53E !important;
	color: #FFC53E !important;
}

.notarecompensa {
	color: #FFF;
	font-style: italic;
	text-align: center;
}

.notarecompensa i {
	color: #FFC53F;
}

.formatoFormularios h3 {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-size: 18px;
	font-weight: normal;
	color: #AA1A30;
}

.formatoFormularios label {
	display: block;
}

.formatoFormularios input, .formatoFormularios select {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 0 20px 0;
    padding: 4px;
    background: #F4F4F4;
    border-radius: 0px;
    border: solid 1px #E4E4E4;
    outline: none;
}

.linea {
	margin-top: 0px;
}

.pasos_admision_icons img {
    width: 90px;   
}












































