@charset "UTF-8";
/*Hoja de estilos CV*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


body{
	font-family: "Nunito", sans-serif;
	font-size: 14pt;
	background-color: aliceblue;
	margin:1%
	}
	
	
header{background-color: powderblue; mintcream;
				text-align: center;
				margin: 0;}
	
	nav>ul{
		list-style:none;
		text-align:left;
			}
	
	a{text-decoration-line: none;
		}
		
	
	h1{
		color:#5199C3;
		text-align: center;
		}
	
	h2{
	color:#565656;
	padding:0.1ex 2ex;
	text-decoration: underline;
	}
	
	p{
	}
	
figure{margin:0;
padding:0.1ex 3ex;
}	
	
	li{
	}
	
table{background-color: white;
		margin: 2ex;
		color:#5199C3;
		}	
		tr{font-weight: bold;}
	
footer{ text-align: center;
	color:#565656;
	font-weight:bold;
	font-size:2.5ex}
			
			
fieldset{padding:0.1ex 3ex;
}


