@import url('https://fonts.googleapis.com/css?family=Arima+Madurai');
@import url(menu.css);
@import url(banner.css);
@import url(estilos_manillas.css);
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body{
font-family: 'Arima Madurai', cursive;
}

header {
width:100%;
height: 57px;
background: #333;
color: #fff;
position: fixed;
top:0;
left:0;
z-index: 100;
}

header img{
height:50px;
margin:4px;
float:left;

}


h3 {
float:left;
margin: 10px;
}

.boton_superior a{
font-family: 'Arima Madurai', cursive;
background:#0489B1;
text-decoration:none;
color:#f2f2f2;
border:4px solid #f2f2f2;
border-radius:5px;
padding: 3px 5px;
}

.boton_superior a:hover{
background:#f2f2f2;
color: #0489B1;
border: 4px solid #0489B1;
}


.contenedor {
width: 98%;
margin: auto;
}

header .contenedor {
display: table;
}

.section {
widht: 100%;
margin-bottom: 60px;
}


footer .contenedor {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 25px;

}

.copy {
font-size: 20px;
}

.sociales {
width: 100%;
text-align: center;
font-size: 28px;
}

.sociales a{
color: #123;
text-decoration: none;
}