@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Edu+SA+Hand:wght@400..700&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
	margin:0;
	padding:0;
}
#hola{
	font-family: "Dancing Script";
	font-size: 80px;
	font-size: 50px;
	color: white;
	
}
#nombre{
	font-family: "Dosis", sans-serif;
	font-size: 80px;
	color: white;	
}
#carrera{
	font-family: "Dosis", sans-serif;
	font-size: 70px;
	color: white;
}
#menu{
	width: 100%;
	position: fixed;
	border: none;
}
#menu th{
	background-color: white;
	padding: 10px;
	
	opacity: 0.8;
}
#menu th a{
	color: black;
	text-decoration: none;
	font-family: "Arial";
	font-size: 20px;
}
#menu th a:hover{
	color:hotpink;
}
a{
	color: hotpink;
	text-decoration: none;
	font-family: "Dancing Script", cursive;
	font-size: 50px;
}
#caja01{
	width: 100%;
	height: 100vh;
	background:url(imge/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin:0 auto;
	padding:0;
}
#caja02{
	width: 100%;
	height: 800px;
	background-color:PaleVioletRed;
}
#caja03{
	
	width: 100%;
	height: 1200px;
	background-color:PaleVioletRed;
}

#caja04{
	width: 100%;
	height: 525px;
	background-color:LightPink;	
}

#caja01 table{
	padding-top: 150px;
	width: 50%;
}

#caja01 table th img{
	width: 85%;
}

#titulo{
	font-size: 50px;
	text-align: center;
	font-family: "Dosis", sans-serif;
	padding: 20px;
}

#titulo2{
	font-size: 50px;
	text-align: center;
	font-family: "Dosis", sans-serif;
	color: black;
}

#imgP{
	border-radius:30px;
	width: 90%;
	height: 450px;
	padding: 10px;
}

#subtitulo{
	font-size: 30px;
	text-align: center;
}
#texto{
	font-family: "Arial";
	font-size: 20px;
	text-align: center;
	padding: 20px;
	width:90%;
	color: black;
}

#texto2{
	font-family: arial;
	color: black;
	font-size: 20px;
	text-align: left;
	padding: 20px;	
}
#texto3{
	color: black;
	font-size: 15px;
	text-align: center;
	padding-top: 10px;	
}
#fondo{
	background-color:LightPink;
	width:100%;
	height: 450px;
	border-radius: 30px;
	/*overflow-x: hidden;
	word-break: break-word;*/
}
#imgS{
	padding-top: 20px;
	width:85%;
	height:250px;
	border-radius:40px;
}
#tablaS{
	padding: 0px;
	table-layout: fixed;
	width:80%;
	margin: 0 auto;
}
#tablaS th{
	padding: 50px
}
#tablaC{
	padding: 20px;
	width: 100%
}
#contactoTex{
	font-family: sans-serif;
	color: black;
	text-align: center;
	padding-top:20px;
	font-size: 20px;
}