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

body{
	background: #D4D4D4;
	font-family: 'Open sans';
}

.fotos{
    width: 100%;
    background: #fff;
    padding: 0px;
    float: left;
    box-sizing: border-box;
    text-align: justify;

}

.fotos1{
    width: 30%;
    height: 285px;
    background: white;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    text-align: justify;
}



.fotos2{
    width: 40%;
    height: 285px;
    background: white;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    text-align: justify;

}

.fotos3{
    width: 30%;
    height: 285px;
    background: #fff;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    text-align: justify;

}

.fotos img{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fotos1 img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: #E4E4E6 1px solid;
}

.fotos2 img{
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: #E4E4E6 1px solid;
}

.fotos3 img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: #E4E4E6 1px solid;
}

.fotos1 h1{
    text-align: center;
    font-size: 25px;
    text-shadow: 5px 6px 10px #A7A8AF;
}

a.manual1{
    font-size: 15px;
    text-decoration:none;
    color: rgba(6,6,6,0.6);
}

.manual1 img{
    font-size: 15px;
    text-decoration:none;
    color: rgba(6,6,6,0.6);
}
.tabb1{
    display: none;
}

.wrap{
	width: 800px;
	max-width: 100%;
	margin: 10px auto;
    font-family: roboto_slab_regular;
    color: rgba(6,6,6,0.6);
}

ul.tabs{
	width: 100%;
	background: white; /*#656669*/
	list-style: none;
	display: flex;
    font-family: roboto_slab_regular;
    color: rgba(6,6,6,0.6);

}

ul.tabs li{
	width: 33.3%;
}

ul.tabs li a{
	color: #656669;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-family: roboto_slab_regular;
	display: block;
	padding: 10px 0px;
	border: 1px solid #000;
	border-bottom: none;
	border-left: 1px;
	border-radius: 7px;
}

/*.active{
	background: #0984CC;
}*/

ul.tabs li a .tab-text{
	margin-left: 8px;
}

.secciones{
	width: 100%;
	background: #fff;
}

.secciones article{
	padding: 20px;
}

.secciones article p{
	text-align: justify;
}

h1.ethe {

    text-align: center;
    font-size: 25px;
    font-family: roboto_slab_regular;
    color: rgba(6,6,6,0.8);
    text-shadow: 5px 6px 10px #A7A8AF;
}

@media screen and (max-width: 700px){
	ul.tabs li{
		width: none;
		flex-basis: 0;
		flex-grow: 1;
	}
    .fotos img{
    width: 100%;
    height: 135px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
    .fotos2 img{
    width: 60%;
    height: 215px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
    .tabb1{
    display: block;
    }
    
   .fotos1{
    width: 30%;
    height: 285px;
    background: white;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    text-align: justify;
    display: none;
    }
    
    .fotos2{
    width: 100%;
    height: 285px;
    background: white;
    padding: 20px;
    float: left;
    box-sizing: border-box;
    text-align: justify;

    }
    
    .fotos3{
    width: 30%;
    height: 285px;
    background: white;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    text-align: justify;
    display: none;
    }
    
}

@media screen and (max-width: 450px){
	ul.tabs li a{
		padding: 10px 0px;
	}

	ul.tabs li a .tab-text{
		display:block
	}

	.secciones article{
		padding: 20px;
	}
    
ul.tabs li a{
	color: #656669;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-family: roboto_slab_regular;
	display: block;
	padding: 10px 0px;
	border: 1px solid #000;
	border-bottom: none;
	border-left: 1px;
	border-radius: 7px;
}

}