
@import url('https://fonts.googleapis.com/css?family=Lato');


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body{ 
	font-family: 'Lato', sans-serif;
}


header{
	width:100%;
	height: 50px;
	background: #FFFFFF;
	top:0;
	left: 0;
}

.contenedor{
	width:98%;
	margin: auto;
}

#centro {
   width: 550px;
	margin-top: 35px;
   height:auto;
}

.logoiz{
	float:left;
	width: 220px;
}

#centroiz {
   width: 68px;
	margin-top: 35px;
   height:auto;
}

.logode{
	float:right;
}

header .contenedor {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

.logo-creditos{
	float: right;
}

@media (min-width:1200px){
	
	.logode {
		float: right;
	}
	
	.contenedor {
		width: 1200px;
	}
}