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


html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}


body{
	width: 1200px;
	
}

header{
	position: fixed;
	left: 0;
	top: 0;
	
}
.contenedor{
	width: 1200px;
}

.encabezado{
	margin: 0px;
	padding: 0px;
}

main {
	padding-top: 150px;
}



.boton {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	
	text-decoration: none;
	color:#1B5A8A;

}

.pie-pagina {
	background:#99ADC2;
	display: flex;
	width: 100%;
}

.logo-footer {
	padding: 10px;
	display:block;
}

.direccion {
	color: #ffffff;
	width: 50%;
	padding: 20px 10px 10px 10px;
	text-align: left;
	display: block;
	
}

.pie {
	font-size: 12px;
	width: 100%;
	background: #1B5A8A;
	color: #ffffff;
	padding: 7px;
	text-align: center;
}
