#seccion-curricula {
	background-image: url("../images/curricula-fondo-1280.png");
	background-color: #021732;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
}

#titulo-curricula {
	background-image: url("../images/curricula-titulo-1280.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
}

#contenido-curricula {
	width: 100%;
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-around; /* Safari 6.1+ */
	-webkit-align-items: center; /* Safari 7.0+ */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.imagen-cuatrimestre {
	background-image: url("../images/cuatrimestre/cutrimestre-A-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 400px;
	height: 420px;
}

.imagen-cuatrimestre-maestria {
	background-image: url("../images/cuatrimestre/maestria/cutrimestre-A-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 400px;
	height: 420px;
}

.imagen-cuatrimestre-B {
	background-image: url("../images/cuatrimestre/cutrimestre-B-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 400px;
	height: 420px;
}

.boton-nivel-A-1-06 {
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	top: 65px;
	left: 217px;
	
}

.boton-nivel-A-2-06 {
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	top: 135px;
	left: 290px;
	
}

.boton-nivel-A-3-06 {
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	top: 185px;
	left: 150px;
}

.boton-nivel-A-4-06 {
	
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	top: 45px;
	left: 35px;
	
}

.boton-nivel-A-5-06 {
	width: 100px;
	height: 70px;
	display: block;
	position: relative;
	bottom: 163px;
	left: 65px;
	
}




.boton-nivel-A-1 {
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	top: 65px;
	left: 217px;
	
}

.boton-nivel-A-2 {
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	top: 115px;
	left: 290px;
	
}

.boton-nivel-A-3 {
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	top: 175px;
	left: 220px;
	
}

.boton-nivel-A-4 {
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	top: 110px;
	left: 95px;
	
}

.boton-nivel-A-5 {
	width: 100px;
	height: 70px;
	display: block;
	position: relative;
	bottom: 63px;
	left: 25px;
	
}



.boton-nivel-A-6 {
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	bottom: 240px;
	left: 90px;
	
}

.boton-nivel-B-1 {
	width: 85px;
    height: 115px;
    display: block;
    position: relative;
    top: 120px;
    left: 290px;
}

.boton-nivel-B-2 {
	width: 150px;
	height: 75px;
	display: block;
	position: relative;
	top: 185px;
	left: 135px;
}

.boton-nivel-B-3 {
	width: 75px;
	height: 150px;
	display: block;
	position: relative;
	top: -105px;
	left: 65px;
}

.nivel-cuatrimestre {
	width: 360px;
	padding: 0px 20px;
}

.nivel-cuatrimestre p {
	font-size: 14pt;
	color: #33CA00;
	line-height: 1.4;
	text-align: left;
	font-weight: lighter;
	font-family: "Helvetica Neue LT Std Light",sans-serif;
	padding: 15px 0px;
}

.nivel-cuatrimestre ul li {
	font-size: 12pt;
	color: #FFFFFF;
	text-align: left;
	font-weight: lighter;
	font-family: "Helvetica Neue LT Std Light",sans-serif;
	padding: 5px 0px;
	list-style-type: disc;
	list-style-position: inside;
}

#optativas {
	margin-left: auto; 
	margin-right: auto;
}

#pie-curricula {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px;
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-around; /* Safari 6.1+ */
	-webkit-align-items: center; /* Safari 7.0+ */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.texto-revoe p {
	font-size: 14pt;
	color: #33CA00;
	line-height: 1.4;
	text-align: center;
	font-weight: lighter;
	font-family: "Helvetica Neue LT Std Light",sans-serif;
}

@media (max-width: 767px) {
	#seccion-curricula {
		background-image: url("../images/curricula-fondo-768.png");
	}

	#titulo-curricula {
		background-image: url("../images/curricula-titulo-768.png");
	}

	.imagen-cuatrimestre, .imagen-cuatrimestre-maestria {
		min-width: 300px;
		width: 300px;
		height: 320px;
	}

	

	.boton-nivel-A-1-06 {
		
	    width: 75px;
	    height: 60px;
	    display: block;
	    position: relative;
	    top: 40px;
	    left: 170px;
	}

	.boton-nivel-A-2-06 {
	
		width: 65px;
		height: 60px;
		display: block;
		position: relative;
		top: 90px;
		left: 220px;
	}

	.boton-nivel-A-3-06 {
		
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		top: 105px;
		left: 130px;
	}

	.boton-nivel-A-4-06 {
		
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		top: -20px;
		left: 15px;
	}

	.boton-nivel-A-5-06 {
		
		width: 50px;
		height: 54px;
		display: block;
		position: relative;
		top: -180px;
		left: 65px;
	}






	.boton-nivel-A-1 {
	    width: 75px;
	    height: 60px;
	    display: block;
	    position: relative;
	    top: 40px;
	    left: 170px;
	}

	.boton-nivel-A-2 {
		width: 65px;
		height: 60px;
		display: block;
		position: relative;
		top: 70px;
		left: 220px;
	}

	.boton-nivel-A-3 {
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		top: 95px;
		left: 170px;
	}

	.boton-nivel-A-4 {
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		top: 40px;
		left: 75px;
	}

	.boton-nivel-A-5 {
		width: 50px;
		height: 54px;
		display: block;
		position: relative;
		bottom: 110px;
		left: 35px;
	}

	.boton-nivel-A-6 {
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		bottom: 250px;
		left: 70px;
	}
}

@media (max-width: 659px) {
	.imagen-cuatrimestre ,.imagen-cuatrimestre-maestria  {
		min-width: 400px;
		width: 400px;
		height: 420px;
	}

	.boton-nivel-A-1 {
		width: 100px;
		height: 60px;
		top: 65px;
		left: 217px;
	}

	.nivel-cuatrimestre {
		width: 400px;
		padding: 30px 20px;
	}

	#pie-curricula {
		width: 100%;
	}

	.boton-nivel-A-1-06 {
		width: 100px;
		height: 60px;
		display: block;
		position: relative;
		top: 65px;
		left: 217px;
		
	}

	.boton-nivel-A-2-06 {
		width: 100px;
		height: 60px;
		display: block;
		position: relative;
		top: 135px;
		left: 290px;
	}

	.boton-nivel-A-3-06 {
		width: 100px;
		height: 60px;
		display: block;
		position: relative;
		top: 185px;
		left: 150px;
	}

	.boton-nivel-A-4-06 {
		width: 100px;
		height: 60px;
		display: block;
		position: relative;
		top: 40px;
		left: 25px;
	}

	.boton-nivel-A-5-06 {
		
		width: 100px;
		height: 70px;
		display: block;
		position: relative;
		bottom: 163px;
		left: 65px;
	}





	.boton-nivel-A-1 {
		width: 100px;
		height: 60px;
		display: block;
		position: relative;
		top: 65px;
		left: 217px;
		
	}

	.boton-nivel-A-2 {
		width: 100px;
		height: 60px;
		display: block;
		position: relative;
		top: 115px;
		left: 290px;
	}

	.boton-nivel-A-3 {
		width: 100px;
		height: 60px;
		display: block;
		position: relative;
		top: 175px;
		left: 220px;
	}

	.boton-nivel-A-4 {
		width: 100px;
		height: 60px;
		display: block;
		position: relative;
		top: 110px;
		left: 95px;
	}

	.boton-nivel-A-5 {
		width: 100px;
		height: 70px;
		display: block;
		position: relative;
		bottom: 63px;
		left: 25px;
	}




	.boton-nivel-A-6 {
		width: 100px;
		height: 60px;
		display: block;
		position: relative;
		bottom: 240px;
		left: 90px;
	}
}

@media (max-width: 400px) {
	#seccion-curricula {
		background-image: url("../images/curricula-fondo-400.png");
	}

	#titulo-curricula {
		background-image: url("../images/curricula-titulo-400.png");
	}

	.imagen-cuatrimestre ,.imagen-cuatrimestre-maestria {
		min-width: 299px;
		width: 299px;
		height: 319px;
	}

	/* ----MESTRIAS------- */
	.boton-nivel-A-1-06 {
		
	    width: 75px;
	    height: 60px;
	    
	    position: relative;
	    top: 40px;
	    left: 170px;
	}

	.boton-nivel-A-2-06 {
		
		width: 65px;
		height: 60px;
		display: block;
		position: relative;
		top: 90px;
		left: 220px;
	}

	.boton-nivel-A-3-06 {
		
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		top: 115px;
		left: 120px;	
	}

	.boton-nivel-A-4-06 {
		
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		top: -20px;
		left: 15px;
	}

	.boton-nivel-A-5-06 {
		
		width: 50px;
		height: 54px;
		display: block;
		position: relative;
		bottom: 110px;
		left: 65px;
	}

	/* ----------------- */

	.boton-nivel-A-1 {
	    width: 75px;
	    height: 60px;
	    
	    position: relative;
	    top: 40px;
	    left: 170px;
	}

	.boton-nivel-A-2 {
		width: 65px;
		height: 60px;
		display: block;
		position: relative;
		top: 70px;
		left: 220px;
	}

	.boton-nivel-A-3 {
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		top: 95px;
		left: 170px;	
	}

	.boton-nivel-A-4 {
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		top: 40px;
		left: 75px;
	}

	.boton-nivel-A-5 {
		width: 50px;
		height: 54px;
		display: block;
		position: relative;
		bottom: 110px;
		left: 35px;
	}

	.boton-nivel-A-6 {
		width: 70px;
		height: 60px;
		display: block;
		position: relative;
		bottom: 250px;
		left: 70px;
	}

	#optativas {
		width: 100%;
	}
}

@media (max-width: 330px) {
	.texto-revoe p {
		font-size: 12pt;
	}
}