input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="time"], input[type="date"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	font-family: 'Poppins', serif;
	margin: 0;
	padding: 0;
}

.migas_cursos .texto {
	text-align: left;
}

.migas_cursos .texto .titulo {
	width: 65%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.migas_cursos .texto .links {
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.migas_cursos .texto .botones {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.migas_cursos .texto .botones .boton {
	border: none;
	line-height: 60px;
}

.migas_cursos .texto .botones .boton:hover {
	background-color: #ffffff;
}

.migas_cursos .texto .botones .anterior,
.migas_cursos .texto .botones .siguiente {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	margin-left: 10px;
	border-radius: 100%;
	background: url('../img/web/cursos/angulo_w.png') no-repeat center #f94743;
}

.migas_cursos .texto .botones .siguiente {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.migas_cursos .texto .botones a:nth-of-type(2) {
	margin-left: 25px;
}

.migas_cursos .texto .botones .anterior:hover,
.migas_cursos .texto .botones .siguiente:hover {
	background: url('../img/web/cursos/angulo.png') no-repeat center #ffffff;
}

.migas_cursos .usuario {
	position: absolute;
	top: 125px;
	left: 0;
	right: 0;
	text-align: right;
}

.migas_cursos .usuario a {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	margin-left: 10px;
	border-radius: 100%;
	background: url('../img/web/cursos/usuario_w.png') no-repeat center #49926f;
}

.migas_cursos .usuario a:hover {
	background: url('../img/web/cursos/usuario.png') no-repeat center #ffffff;
}

/* CURSOS */
.contenido_cursos {
	max-width: 1280px;
	margin: 100px auto;
}

.contenido_cursos .titulo_cursos {
	color: #f94743;
	font-size: 40px;
	font-family: 'Quaver Serif';
	margin: 0 auto;
	text-align: center;
}

.adorno_cursos {
	background: url('../img/web/cursos/adorno_cursos.png') no-repeat center;
	height: 10px;
	margin: 10px 0;
}

.adorno_cursos img {
	vertical-align: middle;
}

.texto_cursos {
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}

.texto_cursos p {
	margin-top: 0;
	font-family: 'Poppins';
	font-size: 13.5px;
	font-weight: 400;
	color: #000000;
}

.fondo_banner_cursos {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: rgba(0, 0, 0, .75);
	z-index: 100;
}

/* LISTADO */
.listado_cursos {
	display: flex;
	flex-wrap: wrap;
}

.item_curso {
	width: 300px;
	margin-bottom: 25px;
	margin-right: 25px;
	text-transform: uppercase;
	text-align: center;
}

.item_curso:nth-of-type(4n) {
	margin-right: 0;
}

.item_curso .imagen_curso {
	display: block;
	height: 300px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.item_curso .imagen_curso:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #e2e2e2;
	z-index: -1;
}

.item_curso .texto_curso .titulo_curso {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Poppins';
	font-weight: 600;
	color: #000000;
	margin: 30px 0 30px 0;
	display: inline-block;
	min-height: 40px;
}

.item_curso .texto_curso .tipo_curso, .item_curso .texto_curso .ubicacion_curso, .item_curso .texto_curso .separador, .item_curso .texto_curso .horas_curso {
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: 600;
	color: #f94743;
}

.item_curso .texto_curso .separador {
	margin-right: 5px;
}

.item_curso .texto_curso .boton_curso {
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: 600;
	display: inline-block;
	padding: 12px 37px;
	margin: 20px 0;
	border-radius: 50px;
	background-color: #f94743;
	color: #ffffff;
}

.item_curso .texto_curso .boton_curso:hover {
	color: #f94743;
	background-color: #ffffff;
}

.item_curso .texto_curso .boton_curso.sel {
	color: #ffffff;
	background-color: #49926f;
}

.mensaje_emergente {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
	background: #f94743;
	z-index: 5;
	transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
}

.mensaje_emergente.abierto {
	transform: none;
}

.mensaje_emergente .contenedor {
	position: relative;
	max-width: 1280px;
}

.mensaje_emergente span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 450px;
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #ffffff;
}

.mensaje_emergente span b {
	font-weight: 400;
}

.mensaje_emergente span i {
	font-weight: 400;
	font-style: normal;
}

.mensaje_emergente a {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	width: 270px;
	border-radius: 65px;
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: 600;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	color: #f94743;
	background: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.mensaje_emergente a:hover {
	color: #ffffff;
	background-color: #f94743;
}

.detalles_cursos {
	max-width: 1280px;
	margin: 100px auto;
}

.detalles_cursos .titulo_detalles {
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: 400;
	color: #f94743;
	margin: 0;
	padding: 30px 0 15px 0;
}

.detalles_curso {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
}

.detalles_curso .titulo_curso {
	display: inline-block;
	font-size: 16px;
	font-family: 'Poppins';
	font-weight: 600;
	line-height: 60px;
	color: #000000;
	margin-right: 15px;
	text-transform: uppercase;
}

.detalles_curso .tipo_curso, .detalles_curso .ubicacion_curso, .detalles_curso .separador, .detalles_curso .horas_curso {
	display: inline-block;
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: 600;
	line-height: 60px;
	color: #f94743;
	text-transform: uppercase;
}

.detalles_curso .separador {
	margin-right: 5px;
}

.detalles_curso a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: url('../img/web/cursos/borrar.png') no-repeat center #49926f;
}

.detalles_curso a:hover {
	background: url('../img/web/cursos/borrar.png') no-repeat center #f94743;
}

.confirmar_cursos {
	display: block;
	width: 270px;
	margin-top: 50px;
	border-radius: 65px;
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: 600;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background: #f94743;
}

.confirmar_cursos:hover {
	color: #f94743;
	background: #ffffff;
}

.inscripcion_completa {
	height: 120px;
	max-width: 1280px;
	margin: 100px auto;
	background: #f94743;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inscripcion_completa span {
	font-family: 'Poppins';
	font-size: 18px;
	color: #ffffff;
}

.texto_completo {
	padding-top: 50px;
	text-align: center;
}

.texto_completo p {
	margin-top: 0;
	font-family: 'Poppins';
	font-size: 13.5px;
	font-weight: 400;
	color: #000000;
}

/* FICHA */
.curso {
	max-width: 1280px;
	margin: 100px auto;
}

.curso .foto {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	margin-right: 2.5%;
}

.curso .foto:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	background: #e2e2e2;
}

.curso .foto img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}

.curso .texto {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	margin-left: 2.5%;
}

.curso .texto .titulo {
	display: block;
	margin-bottom: 50px;
	font-family: 'Poppins';
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}

.curso .texto .con_icono {
	display: block;
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-size: 13.5px;
	font-weight: 400;
	color: #000000;
}

.curso .texto .horas {
	margin-bottom: 50px;
}

.curso .texto .con_icono:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 100%;
	background: #f94743;
}

.curso .texto .modalidad:before {
	background: url('../img/web/cursos/modalidad.png') no-repeat center #f94743;
}

.curso .texto .ubicacion:before {
	background: url('../img/web/cursos/ubicacion.png') no-repeat center #f94743;
}

.curso .texto .fecha:before {
	background: url('../img/web/cursos/fecha.png') no-repeat center #f94743;
}

.curso .texto .horas:before {
	background: url('../img/web/cursos/horas.png') no-repeat center #f94743;
}

.curso .texto .con_icono b {
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f94743;
}

.curso .texto .descripcion_corta {
	margin-bottom: 50px;
	font-family: 'Poppins';
	font-size: 13.5px;
	font-weight: 400;
	color: #000000;
}

.curso .texto .boton_curso {
	display: inline-block;
	width: 225px;
	border-radius: 60px;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #f94743;
}

.curso .texto .boton_curso:hover {
	color: #f94743;
	background-color: #ffffff;
}

.curso .texto .boton_curso.sel {
	color: #ffffff;
	background-color: #49926f;
}

.curso .descripcion_larga {
	margin-top: 100px;
	font-family: 'Poppins';
	font-size: 13.5px;
	font-weight: 400;
	color: #000000;
}

.curso .descripcion_larga .titulo {
	display: block;
	margin-bottom: 25px;
	font-family: 'Poppins';
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}

.curso .descripcion_larga  p {
	margin-top: 0;
}

.curso .indice {
	margin-top: 50px;
	font-family: 'Poppins';
	font-size: 13.5px;
	font-weight: 400;
	color: #000000;
}

.curso .indice .titulo {
	display: block;
	margin-bottom: 25px;
	font-family: 'Poppins';
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}

.curso .indice p {
	margin-top: 0;
}

.curso .adjunto {
	margin-top: 50px;
}

.curso .adjunto .titulo {
	display: block;
	margin-bottom: 25px;
	font-family: 'Poppins';
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}

.curso .adjunto a {
	display: block;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f94743;
}

.curso .adjunto a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 100%;
	background: url('../img/web/cursos/adjunto.png') no-repeat center #f94743;
}

.curso .imagenes {
	margin-top: 50px;
}

.curso .imagenes .titulo {
	display: block;
	margin-bottom: 25px;
	font-family: 'Poppins';
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}

.curso .imagenes .imagen {
	position: relative;
	display: inline-block;
	width: 23.5%;
	margin-bottom: 2%;
	margin-right: 2%;
}

.curso .imagenes .imagen:nth-of-type(4n) {
	margin-right: 0;
}

.curso .imagenes .imagen:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	background: #e2e2e2;
}

.curso .imagenes .imagen img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}

.curso .compartir {
	margin-top: 50px;
}

.curso .compartir .titulo {
	display: block;
	margin-bottom: 25px;
	font-family: 'Poppins';
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}

.curso .compartir a {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 100%;
	background: #f94743;
}

.curso .compartir .facebook {
	background: url('../img/web/cursos/facebook.png') no-repeat center #f94743;
}

.curso .compartir .twitter {
	background: url('../img/web/cursos/twitter.png') no-repeat center #f94743;
}

.curso .compartir .google {
	background: url('../img/web/cursos/google.png') no-repeat center #f94743;
}

.curso .compartir a:hover {
	background-color: #49926f;
}

/* ACCESO */
.acceso {
	max-width: 1280px;
	margin: 100px auto;
	font-family: 'Poppins';
	text-align: center;
}

.acceso .izquierda {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	margin-right: 2.5%;
}

.acceso .derecha {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	margin-left: 2.5%;
}

.acceso .centro {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
}

.acceso .rotulazo {
	display: block;
	margin-bottom: 50px;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}

.acceso form .campo {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.acceso form .campo:nth-of-type(2n) {
	margin-right: 0;
}

.acceso form .campo label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #000000;
}

.acceso form .campo input {
	display: block;
	width: 100%;
	border: none;
	padding: 0 25px;
	font-size: 13px;
	line-height: 60px;
	text-align: center;
	color: #000000;
	background: #e2e2e2;
}

.acceso form .campo input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #e2e2e2 inset;
}

.acceso .pie_acceso {
	margin-top: 25px;
}

.acceso .pie_acceso .boton_recordar {
	display: inline-block;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f94743;
}

.acceso .pie_acceso {
	margin-top: 25px;
}

.acceso .pie_acceso .clausulas {
	margin-bottom: 25px;
	font-size: 1.25em;
    text-align: justify;
    text-align-last: center;
}

.acceso .pie_acceso .clausulas a {
	color: #000000;
	text-decoration: underline;
}

.acceso .pie_acceso .check_this {
	display: block;
	margin-bottom: 25px;
}

.acceso .pie_acceso .check_this label {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f94743;
	cursor: pointer;
}

.acceso .pie_acceso .check_this a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	color: #f94743;
}

.check_this input[type="checkbox"] {
	display: none;
	border: 0;
	border-radius: 0;
	vertical-align: middle;
	background: transparent;
	opacity: 0;
}

.check_this input[type="checkbox"]+label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.check_this input[type="checkbox"]+label:before {
	background: url('../img/web/cursos/check.png') 0 top no-repeat
}

.check_this input[type="checkbox"]:checked+label:before {
	background: url('../img/web/cursos/check.png') -25px top no-repeat
}

.cambiar_password {
	font-size: 13px;
	font-weight: 400;
}

.acceso .boton_acceso {
	display: block;
	width: 175px;
	margin: 0 auto;
	border-radius: 60px;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #f94743;
}

.acceso .boton_acceso:hover {
	color: #f94743;
	background: #ffffff;
}

.acceso .mensaje {
	margin-bottom: 50px;
	font-size: 13.5px;
}

.acceso .mensaje p {
	margin-top: 0;
	margin-bottom: 20px;
}

.acceso .mensaje p:last-child {
	margin-bottom: 0;
}

.recordar form {
	width: 50%;
	margin: 0 auto;
}

.recordar .texto {
	font-family: 'Poppins';
	font-size: 13.5px;
	font-weight: 400;
	color: #000000;
}

/* ALUMNO */
.alumno {
	margin-top: 40px;
}

.alumno .opciones {
	margin-top: 40px;
	text-align: center;
}

.alumno .opciones a {
	display: inline-block;
	width: 200px;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f94743;
}

.alumno .opciones a:hover {
	color: #49926f;
}

.alumno .opciones a.sel {
	color: #49926f;
}

.alumno .opciones a:before {
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 100%;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.alumno .opciones .mis_cursos:before {
	background: url('../img/web/cursos/mis_cursos.png') no-repeat center #f94743;
}

.alumno .opciones .mis_datos:before {
	background: url('../img/web/cursos/mis_datos.png') no-repeat center #f94743;
}

.alumno .opciones .cerrar_sesion:before {
	background: url('../img/web/cursos/cerrar_sesion.png') no-repeat center #f94743;
}

.alumno .opciones a:hover:before {
	background-color: #49926f;
}

.alumno .opciones a.sel:before {
	background-color: #49926f;
}

.mi_curso {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	text-align: left;
}

.mi_curso .titulo_curso {
	display: block;
	font-size: 16px;
	font-family: 'Poppins';
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}

.mi_curso .tipo_curso, .mi_curso .ubicacion_curso, .mi_curso .separador, .mi_curso .horas_curso, .mi_curso .fecha_hora, .mi_curso .estado {
	display: inline-block;
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: 600;
	color: #f94743;
	text-transform: uppercase;
}

.mi_curso .fecha_hora, .mi_curso .estado {
	display: block;
	color: inherit;
}

.mi_curso .fecha_hora b, .mi_curso .estado b {
	color: #49926f;
	font-weight: 600;
}

.mi_curso .separador {
	margin-right: 5px;
}

@media screen and (max-width: 1439px)
{
	.migas_cursos .texto .titulo {
		width: 60%;
	}

	.migas_cursos .texto .links {
		width: 60%;
	}
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1280px)
{
	.contenido_cursos, .mensaje_emergente .contenedor, .detalles_cursos, .inscripcion_completa, .curso, .acceso {
		margin-left: 5%;
		margin-right: 5%;
	}
	div.cabecera .links .opciones .separador {
		display: none;
	}

	div.cabecera .links .opciones a:last-child {
		display: none;
	}

	div.cabecera .links .opciones a:first-child {
		display: inline-block;
	}

	.contenido_cursos .titulo_cursos {
		width: 100%;
		font-size: 35px;
	}

	.item_curso {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.item_curso:nth-of-type(4n) {
    	margin-right: 2%;
	}

	.item_curso:nth-of-type(3n) {
		margin-right: 0;
	}

	.item_curso .texto_curso .titulo_curso {
		min-height: 0;
	}

	.curso .imagenes .imagen {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.curso .imagenes .imagen:nth-of-type(4n) {
		margin-right: 2%;
	}

	.curso .imagenes .imagen:nth-of-type(3n) {
		margin-right: 0;
	}

	.mensaje_emergente span {
		margin-right: 350px;
	}

	.mensaje_emergente a {
		right: 40px;
	}

	.detalles_curso .titulo_curso {
		display: block;
		line-height: 30px;
	}

	.detalles_curso .tipo_curso, .detalles_curso .ubicacion_curso, .detalles_curso .separador, .detalles_curso .horas_curso {
		line-height: 30px;
	}

	.alumno .opciones a {
		width: 32%;
		margin-right: 2%;
	}

	.alumno .opciones a:last-child {
		margin-right: 0;
	}
	
	.acceso .izquierda {
		width: 100%;
		margin: 0;
	}

	.acceso .derecha {
		width: 100%;
		margin: 0;
		margin-top: 100px;
	}

	.acceso .centro {
		width: 100%;
	}

	.recordar form {
		width: 100%;
	}
}

@media screen and (max-width: 1279px)
{
	.migas_cursos .texto {
		bottom: 100px;
	}

	.migas_cursos .texto .titulo {
		width: 75%;
		font-size: 2em;
	}

	.migas_cursos .texto .links {
		width: 75%;
		font-size: 1.5em;
	}

	.migas_cursos .texto .botones .boton {
		display: none;
	}

	.migas_cursos .texto .botones a:nth-of-type(2) {
		margin-left: 0;
	}

	.migas_cursos .usuario {
		top: 50px;
	}
}

@media screen and (max-width: 1023px)
{
	.item_curso {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5%;
	}

	.item_curso:nth-of-type(3n) {
    	margin-right: 4%;
	}

	.item_curso:nth-of-type(2n) {
		margin-right: 0;
	}

	.mensaje_emergente {
		padding: 15px 0;
		text-align: center;
	}

	.mensaje_emergente span {
		margin-right: 0;
		font-size: 13.5px;
    	font-weight: 400;
    	line-height: initial;
	}

	.mensaje_emergente a {
		position: static;
		width: 175px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 25px;
	    border-radius: 60px;
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 45px;
		transform: none;
	}

	.curso .imagenes .imagen {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5%;
	}

	.curso .imagenes .imagen:nth-of-type(3n) {
		margin-right: 4%;
	}

	.curso .imagenes .imagen:nth-of-type(2n) {
		margin-right: 0;
	}

	.confirmar_cursos {
		width: 175px;
		border-radius: 60px;
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 60px;
	}
}

@media screen and (max-width: 767px)
{
	div.cabecera .logo {
		display: inline-block;
		vertical-align: middle;
		width: 49%;
		float: none !important;
	}

	div.cabecera .links {
		display: inline-block;
		vertical-align: middle;
		width: 49%;
		float: none !important;
	}

	div.cabecera .links .opciones a {
		font-size: 0;
	}

	div.cabecera .links .redes {
		display: none;
	}

	div.cabecera .links .opciones {
		margin: 0;
	}

	div.cabecera .links .opciones a i {
		font-size: 16px;
		margin: 0;
	}

	.subcabecera .izquierda {
		float: none;
		text-align: center;
	}

	.subcabecera .derecha {
		float: none;
		text-align: center;
	}

	.subcabecera .derecha a {
		margin-top: 10px;
	}

	.banner_cursos {
		height: 200px;
		width: 95%;
	}

	.banner_cursos .contenido {
		position: relative;
		width: 100%;
		min-width: auto;
		text-align: center;
	}

	.banner_cursos .contenido:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .75);
	}

	.banner_cursos .contenido .titulo {
		position: relative;
		font-size: 35px;
		color: #ffffff;
		z-index: 1;
	}

	.banner_cursos .enlace {
		z-index: 2;
	}

	.banner_cursos .cerrar_banner_cursos {
		left: 0;
		right: 0;
		margin: auto;
		top: -52px;
		height: 50px;
		width: 50px;
	}

	.item_curso {
		width: 100%;
		margin-right: 0 !important;
	}

	.curso .imagenes .imagen {
		width: 100%;
		margin-right: 0 !important;
	}

	.curso .foto {
		width: 100%;
	}

	.curso .texto {
		width: 100%;
		margin: 0;
		margin-top: 50px;
	}

	.detalles_cursos .titulo_detalles {
		font-size: 20px;
	}

	.detalles_curso a {
		position: static;
		width: 45px;
    	height: 45px;
    	margin-top: 10px;
	}

	.confirmar_cursos {
		margin: 0 auto;
		margin-top: 50px;
		line-height: 45px;
	}

	.inscripcion_completa span {
    	font-size: 13.5px;
	}

	.acceso form .campo {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}

	.acceso .boton_acceso {
		line-height: 45px;
	}
	
	.alumno .opciones {
		margin-bottom: 40px;
	}

	.alumno .opciones a {
		width: 100%;
		margin-top: 25px;
		margin-right: 0 !important;
	}
	
	.alumno .opciones a:before {
		margin-bottom: 0;
	}

	.migas_cursos .texto {
		bottom: auto;
		text-align: center;
	}

	.migas_cursos .texto .titulo {
		width: 100%;
	}

	.migas_cursos .texto .links {
		width: 100%;
	}

	.migas_cursos .texto .botones {
		position: static;
		height: 60px;
		margin-top: 25px;
		text-align: left;
		transform: none;
	}

	.migas_cursos .usuario {
		left: 65%;
		top: 50%;
		margin-top: 35px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}
}

@media screen and (max-width: 485px)
{

}

@media screen and (max-width: 475px)
{

}

@media screen and (max-width: 320px)
{

}