*{
	margin:0;
	padding:0;
	text-decoration:none;
	color:white;
	list-style:none;
	box-sizing: border-box;
}

header{
	
	font-size: 1rem;
	letter-spacing: 0.1rem;
	font-weight: 700;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	min-height: 55px;
}

.nosotros{
	width:50%;
	background-color: #5863F1;
	float:left;
	height: 65px;
	padding-top: 22px;
}

#carta{
	background-color: #FCD2A7;
}

.contenedor_principal{
	width: 80%;
	margin-left:10%;
}

.contenedor_foto{
	width: 100%;
	margin-top: 45px;
	position: relative;
	height: 177px;
	margin-bottom: 45px;
	max-width: 320px;


}

.foto{

	 margin-bottom: 20px;
	 position:absolute;
	 z-index:-1;
	 right:0;
}

.presentacion{
	font-family: 'Slabo 13px', serif;
	font-weight: 200;
	font-size: 25px;
	color:#FCD2A7;
	letter-spacing: 0.3rem;
	margin-bottom: 10px;
	padding-top: 80px;
	text-align: left;

}

.linea_nombre{
	width: 15%;
	height: 2px;
	background-color:#5863F1;
}

.materias{
	width: 100%;
}

.titulos_materias{
	color:#5863F1;
	font-size: 15px;
	letter-spacing: 0.1rem;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
}

#cursando{
	color:#FCD2A7;
	font-weight: 800;
}

.texto_materias{
	color:#5863F1;
	font-size: 12px;
	letter-spacing: 0.1rem;
	font-family: 'Slabo 13px', serif;
}

.x_fadu{
	letter-spacing: 0.1rem;
	font-size: 21px;
	margin-top: 40px;
	font-family: 'Slabo 13px', serif;
	margin-bottom: 40px;

}

#x{
	color:#5863F1;
}

#fadu{
	color:#FCD2A7;
	font-weight: 200;
	margin-bottom: 5px;
}   

.footer{
	background-color: #5863F1;
}

#emoji{
	padding-top:30px;
	padding-bottom: 10px;
	text-align: center;
	font-family: 'Slabo 13px', serif;
	font-size:16px;
	color:#FCD2A7;
}
.portfolio{
	margin-bottom: 20px;
}

.foto_portfolio{
	margin-bottom: 20px;
	width:100%;

}
.texto_footer{
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size:0.8rem;
	width:80%;
	margin-left:10%;
	padding-bottom: 30px;
	text-align:center;
}


