#body{
	width:100%;
}

#contenedor{ 
	width:95%;
	
}

#cabecera{
	top :0;
	left:0;
	Position:relative;
	width:100%;
	/* height:600px;
	background-color:pink; */
	display:flex;
	flex-flow:row;
		justify-content:space-between;
	align-items:center;
}

.banner{
	width:100%;
	/* height:50px; */
	/* background-color:#F54927; */
}

.image{
	width:100%;
} 
#capa1{
	width:100%;
	/* height:200px;
	background-color:purple; */
	display:flex;
	flex-flow:row ;
	justify-content:space-around;
	align-items:center;
	

}
#imagen{
	width:45%;
	/* height:200px;
	background-color:purple; */
	justify-content:flex;
	
	
}
.image{
	width:100%;
}
#text{
	width:55%;
	/* height:300px; */
	justify-content:flex;
	float:right;
	/* background-color:yellow; */
	text-align: center;
	 color:#04046B;
}



#part1{
	width:100%;
	/* height:100px; 
	background-color:#123d32; */
	display:flex;
	flex-flow:row wrap;
	justify-content:flex;
	
}
#c0101{
	width:100%;
	/* height:100px;
	background-color:#9C2507; */
}

	#capaFotos2{
			width:100%;
			display:flex;
			flex-flow:row wrap;
			justify-content:space-around;
			margin-top:50px;
}
	#b0101, #b0102, #b0103, #b0104 {
			width:53%;			
	}
	#fotob101 {
			width:100%;
			
			border-radius:25px;
	}
	#fotob102 {
			width:100%;
			
			border-radius:25px;
	}
	#fotob103 {
			width:100%;
			
			border-radius:25px;
	}
	#fotob104 {
			width:100%;
			
			border-radius:25px;
	}
	#fotob105 {
			width:100%;
			  
			border-radius:25px;
	}					

#capaFotos3 {
			width:100%;
			display:flex;
			flex-flow:row;
			justify-content:space-around;
			margin-top:50px;
}
	#b0101, #b0102, #b0103, #b0104 {
			width:23%;			
	}
	#fotoc201 {
			width:100%;
			
			border-radius:25px;
	}
	#fotoc202 {
			width:100%;
			
			border-radius:25px;
	}
	#fotoc203 {
			width:100%;
			
			border-radius:25px;
	}
	#fotoc204 {
			width:100%;
			
			border-radius:25px;
	}
	#fotoc205 {
			width:100%;
			
			border-radius:25px;
	}					

#c0206{ 
	width:100%;
	/* height:300px;
	background-color:pink; */
	
}

				
				/* Imagen que ocupa el total del ancho del body */
#foto401{
			width:100%;
			
}
					
.parrafo{
	text-align: center;
	color:#04046B;
}					

.pieFoto02 {
			color:white;
			text-align:left;			
}

.titulo{
	  /* color:#04046B; */
	  text-align:center;
	 /*  font-family:arial black; */
	  font-size:20px;
	  /* background-color:#638fb7: */
	 
}
 
@media screen and (max-width:1320px){


#capaFotos1 {
			margin-top:80px;
}
#foto0201 {
		width:50%;
}


@media screen and (max-width:920px){

#c0201, #c0202, #c0203, #c0204, #c0205, #c0206 {
		width:50%;			
	/* margin-right:50px; */
}
#capaFotos1{
			margin-top:100px;
}

@media screen and (max-width:635px){

#c0101, #c0102, #c0103, #c0104 {
		width:48%;			
}
@media screen and (max-width:587px){


#capaFotos1 {
			margin-top:250px;
}

}
@media screen and (max-width:500px){

#capaFotos1 {
			margin-top:250px;
}

}
}


