/* hoja de estilo 03 */

/* header */

ul {display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	font-size: 1rem; 
	letter-spacing: 2px; 
	background-color: #a2192e;}

li {text-decoration: none; 
	list-style: none; 
	padding: 0.3rem; 
	font-size: 0.7rem; 
	font-weight: 500;  
	margin-right: 3rem;}

/* body */
a {color: #ffffff;
   font-weight: 600;}

body {font-family: 'Raleway', sans-serif;
	  background-color:#ffffff;
      background-image: url(../img/background03.png);
	  background-size: 70px;}

.avatar {display: block; 
		border-radius: 60%; 
		width: 15rem; 
		height: 15rem; 
		text-align: center; 
		margin:auto; 
		padding-top: 2rem; 
		padding-bottom: 2rem;}

#caja1 {background-color: rgba(250, 246, 246, 0.28); 
		text-align: center; 
		color: #5f1939; 
		padding-bottom: 3rem;}

h1 {font-size: 1.6rem; 
	font-weight: bolder; 
	letter-spacing: 2px; 
	color: #ffffff; 
	background-color: #881325; 
	padding: 1rem;}


.destacado {font-size: 1.4rem; 
			font-variant: small-caps; 
			font-weight: 900;}


#sectord {padding-bottom: 4rem; 
		  padding-top: 1rem; 
		  background-color: rgba(255, 255, 255, 0.69);}

h2 {font-size: 0.9rem; 
	padding-top: 1rem; 
	padding-bottom: 1rem; 
	margin: auto;}

.bloque {display: flex; 
		flex-direction: row; 
		justify-content: space-around;}

.materias {font-size: 1.1rem; 
		   margin-left: 0.5rem; 
		   font-weight: 400;}

.parrafo_destacado {font-size: 0.7rem; 
					font-family: sans-serif; 
					font-weight: 600; 
					padding-top: 0.3rem; 
					letter-spacing: 0.1rem;}

#sectord p {font-size: 0.8rem; 
			margin-left: 10px; 
			color: #000000;}


footer {font-size: 11px; 
		margin-top: 0.4rem; 
		padding: 2rem 3rem; 
		text-align: center; 
		line-height: 16px; 
		letter-spacing: 0.3px; 
		background-color: rgba(0, 0, 0, 0.74); 
		color: #ffffff; 
		font-style: italic;}

