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

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

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

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;}

header .contenedor {display: table;}

/*--galeria--*/

.wrapper {margin: 0;
        margin-top: 100px;}

h4 {color:black;
    text-align: center;
    font-size: 30px;}

h5 {color:black;
    text-align: center;
    font-size: 30px;}

article {color:black;
    text-align: center;
    font-size: 20px;}

ul {margin-top: 20px;
    margin-bottom: 20px;
     text-align: center;
    font-size: 20px;}

.galeria {
            width: 90%;
            margin: auto;
            list-style: none;
            padding: 20px;
            box-sizing: border-box;
    
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
}

.galeria li { margin: 5px;}

.galeria img {
            width: 100px;
            height:auto;
}

/*--modal--*/

.modal {display: none;}

.modal:target {
        display: block;
        position: fixed;
        background: rgba(0,0,0,0.8);
        top:0;
        left: 0;
        width: 100%;
        height: 100%;}

.modal h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}

.imagen {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen a {
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0, 10px;
}

.imagen a:nth-child(2)
    {margin: 0;
     height: 100%;
     flex-shrink: 2;}

.imagen img {
    width: 300px;
    height: 500px;
    max-width: 100%;
    border:7px solid #fff;
    box-sizing: border-box;
    
}

.cerrar {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    margin: 190px auto;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #4d94ff;
    padding: 0px;
    border-radius: 50%;
    line-height: 25px;
    
}

/*--capacitaciones--*/

