@charset "UTF-8";
/* CSS Document */



body {
	width: 1280;
}

.contenedor1{
	display: flex;
	justify-content: center;
	align-content: center;
	width: 1280;	
}


{
	margin: auto;
	padding: auto;
}

.seccion{
	margin-top: 80px;
	margin-bottom: 0px
}



.link { color: #ffffff; text-decoration: none;} /* CSS link color (red) */
.link:hover { color: #ffffff; text-decoration: none;}
.link:visited{ text-decoration: none;}


h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 40px; 
	color: #005993; 	
}


h2{
	text-align: center;
	color: #e9b653; 
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 0px;
}

p{
	font-size: 14px; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: dimgray;
	vertical-align: top; 
	line-height: 1;
}






