 @import url('https://fonts.googleapis.com/css?family=Raleway');
@import url(info.css);
@import url(footer.css);
@import url(menu.css);
@import url(banner.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 {font-size: 25px; 
    float: left;
    margin-top: 10px;}


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

header .contenedor {display: table;}



/*--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--*/

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

#bienvenidos {text-align: center;
            }

#bienvenidos h2 {font-size: 30px;}

#bienvenidos .contenedor {margin-top: 10px;}









/*main*/

#blog h3, h4 {text-align: center;}

#blog h3 {margin-top: 90px;
          font-size: 25px;}

#blog .contenedor {
    margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#blog article {margin: 15px;}

#blog img {width: 100%;
			max-width: 280px;
		   }

@media (min-width:1024px){
	.contenedor {
		width: 1000px;
	}
}