/* CSS Document */
h1{
	color: #000000;		
	font-family: "Century Gothic", "Arial Black", "sans-serif";
	font-size: 45px;	
}


#mision-header1 {	
	text-align: center;
	position: relative;
	top: 30%;
	
}

#mision-text1 {	
	font-family: "Century Gothic", "Arial Black", "sans-serif";
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: gray;
	position: relative;
	top: 25%;	
}

#mision-contener {
	background-image: url("../images/liston.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 1200px;
	height: 523px;
}

