@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url(menu.css);
@import url(banner2.css);
@import url(equipos.css);
@import url(data.css);



* { margin: 0;
     padding: 0;
     box-sizing: border-box; }

body {font-family: 'Raleway', sans-serif;
      background-image: url(../ima/extinback.png);
	  }


header {
	width: 100%;	height: 50px;
	background: #333;
	color:#fff;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;}

h1 {float: left;}

.contenedor {
	width: 85%;
	margin: auto;}

/*--logo__*/
#logo .codsica {
    margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#logo article {margin: 15px;}

#logo img {width: %;
			max-width: 280px;
		   }
/*--logo end--*/





header .contenedor {display: table;}

section {
	width: 100%;
    margin-bottom: 25px;}

#extintores {margin-top: 30px;
            text-align: center;}