

header {
    display: block;
	width: 100%;
	height: 20%;	
}
#cabecera {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: 20%;
}
.caja1 {
	order: 1;
	width: 200px;
	height: 124px;
	margin-right: auto;
	z-index: 0;
	
}
.caja2 {
	order: 2;
	flex: 4;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
	}
	
.caja3 {
	order: 3;
	width: 120px;
	height: 65px;
	margin-left: auto;
	z-index: 0;
}


article {
	display: block;
	width: 100%;
	height: 60%;
}
.contenido {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: strech;
	position: relative;
	width: 100%;
	height: 60%;
	left: 0%;
	right: 0%;

}

.bottom { position: absolute; text-align: center; width: 100%; bottom: 0px; width: 100%; } 


footer {
    display: block;
	width: 100%;
	height: 20%;	
}

#pie {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	height: 21%;
}


#redes {
	position: relative;
	width: 245px;
	height: 100px;
	margin-right: auto;
	bottom: 0px;
}
#segui {
	position: relative;
	width: 230px;
	height: 18px;
	z-index: 3;
	margin-right: auto;
	bottom: -10px;
	right: 0px;
}
#pie #redes #segui p {
	color: #FFF;
	bottom: 0px;
	font-size: 20px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#sociales {
	position: absolute;
	width: 235px;
	height: 51px;
	margin-right: auto;
	bottom: 17px;
}
#diseño {
	position: absolute;
	width: 246px;
	height: 14px;
	z-index: 1;
	margin-right: auto;
	bottom: 0px;
	right: -2px;
}
#pie #redes #diseño p {
	color: #FFF;
	bottom: 0px;
	font-size: 10px;
}

#musica {
	position: relative;
	width: 140px;
	height: 50px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
}

#contenedor {
    width: 140px;
    height: 50px;
    margin-left: auto;
	margin-right: auto;
	bottom: 0px;   
}


#disco {
	position: relative;
	margin-left: auto;
	width: 312px;
	height: 142px;
	z-index: 0;
	bottom: 0px;
}
#itunes {
	position: absolute;
	width: 95px;
	height: 53px;
	z-index: 6;
	left: 5px;
	bottom: 0px;
}
#amazon {
	position: absolute;
	width: 63px;
	height: 63px;
	z-index: 7;
	left: 100px;
	bottom: 0px;
}
#pie #redes #musica #disco {
	align: absbottom;
} 

#ministerio {
	position: absolute;
	width: 337px;
	height: 17px;
	z-index: 1;
	left: 32%;
	top: 85%;
}
		
@media (max-width: 1100px) {

#pie {
	top: 90%;
}
#ministerio {
	display: flex;
	position: absolute;
	width: 337px;
	height: 17px;
	left: 25%;
	top: 85%;
}
}
@media (max-width: 950px) {

#pie {
	top: 90%;
}
#ministerio {
	display: flex;
	position: absolute;
	width: 337px;
	height: 17px;
	left: 5%;
	top: 70%;
}
}
@media (max-width: 500px) {

#pie {
	top: 130%;
}
#ministerio {
	display: flex;
	position: absolute;
	width: 337px;
	height: 17px;
	left: 5%;
	top: 25%;
}
}
@media screen and (min-width: 240px) and (max-width: 700px){

#pie {
	top: 130%;
}
#ministerio {
	display: flex;
	position: absolute;
	width: 337px;
	height: 17px;
	left: 5%;
	top: 38%;
}
}




