body{
	font-family: 'Raleway', sans-serif;
	color: #062256;
}

body {
/* Ubicación de la imagen */
background-image: url(fondo-laredo.jpg);
/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;
/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */
background-attachment: fixed;
/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
background-size: cover;
/* Se muestra un color de fondo mientras se está cargando la imagen de fondo o si hay problemas para cargarla */
background-color:;
}

/* body {
	width: 100wh;
	height: 90vh;
	color: #fff;
	background: linear-gradient(-45deg, #c0b2a5, #313439, #a9705c, #61625f);
	background-size: 400% 400%;
	-webkit-animation: Gradient 55s ease infinite;
	-moz-animation: Gradient 55s ease infinite;
	animation: Gradient 55s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
*/

h3{
	font-family: 'Khand', sans-serif;
	font-weight: 600;
	font-size: 3em;
}

h4{
	font-family: 'Khand', sans-serif;
	font-weight: 600;
	font-size: 3em;
}

a, a:hover{
	color: #062256;
	text-decoration: none;
}

.botonsocial, .botonsocial:active, .botonsocial:focus, .botonsocial:visited{
	color: white;
	text-decoration: none;
	border: 1px solid white;
	padding: 14px;
	-webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}

.botonsocial:hover{
	color: black;
	background-color: #062256;
}

.imagecentrada{
    margin: 0 auto;
}

.margensuperior{
	margin-top: 10px;
}

.margeninferior{
	margin-bottom: 10px;
}

.img-responsive{
	margin: 0 auto;
}

h6{
	color: #062256;
}

ul {
    list-style: none;
}