*{
  margin: 0px;
  padding: 0px;
}
body {

  background-image: url("../img/fondo.jpg");
  background-repeat: repeat;
  background-size: 10rem;
}

div{
// border: 1px solid black;
}
#contenedor{
  width: 100%;
  height: auto;


}
#medio{
  width: 950px;
  height: 1050px;
  margin: auto;
}
#portada{
  width: 950px;
  height: 250px;
  margin: auto;

}
#icono{
  width: 250px;
  height: 250px;
  float: left;
  margin: auto;
  border-radius: 30px;
  background-color: pink;
}
#titulo{
  width: 695px;
  height: 194px;
  float: left;
  margin:auto;
  background-color: #33CBFF;
  border-radius: 30px;
}
#menu{
  width: 695px;
  height: 50px;
  float: left;
  margin: auto;


}
#m1,#m2,#m3,#m4{
  width: 171px;
  height: 50px;
  float: left;
  margin: auto;
  background-image: url("../img/nube.jpg");

  background-size: 100% 100%;
  border-radius: 30px;
}
#t_menu{
   font: oblique bold 140% none;
   line-height: 50px;
   text-align: center;
   vertical-align: middle;


}
#txt_galeria{
  color: white;
  font: oblique bolder 250% none;


}
#p_titulo{
  color: white;
  font: oblique bolder 250% none;

  line-height: 200px;
  text-align: center;
  vertical-align: middle;
}
#afiche{
  margin-top: 10px;
  width: 950px;
  height:  650px;
  border-radius: 30px;

}
#Galeria{
  width: 950px;
  height:  650px;
  border-radius: 30px;
  background-color: #84D614;
  text-align: center;
}

#imagenes{
  width: 900px;
  height: 500px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  margin-top: 20px;
}

#capa1{
  width: 400px;
  height: 500px;
  background-image: url(../img/1.jpeg);
  background-size: 100% 100%;
}

#capa2{
  width: 400px;
  height: 500px;
  background-image: url(../img/2.jpeg);
  background-size: 100% 100%;
}
#capa3{
  width: 400px;
  height: 500px;
  background-image: url(../img/3.jpeg);
  background-size: 100% 100%;
}

#capa4{
  width: 400px;
  height: 500px;
  background-image: url(../img/4.jpeg);
  background-size: 100% 100%;
}
#capa5{
  width: 400px;
  height: 500px;
  background-image: url(../img/5.jpeg);
  background-size: 100% 100%;
}
#capa6{
  width: 400px;
  height: 500px;
  background-image: url(../img/6.jpeg);
  background-size: 100% 100%;
}
#capa7{
  width: 400px;
  height: 500px;
  background-image: url(../img/7.jpeg);
  background-size: 100% 100%;
}
#capa8{
  width: 400px;
  height: 500px;
  background-image: url(../img/8.jpeg);
  background-size: 100% 100%;
}
#capa9{
  width: 400px;
  height: 500px;
  background-image: url(../img/9.jpeg);
  background-size: 100% 100%;
}









#pie{
  margin-top: 10px;
  width: 950px;
  height: 170px;
  background-color: #0E6FF3;
  border-radius: 30px;
}
#contacto{
  width: 300px;
  height: 130px;

  margin-left: 120px;
  float: left;
}
#text_contacto{
  font: oblique bold 20px none;
  text-align: center;
  vertical-align: middle;
}
#derechos{
  width: 500px;
  height: 130px;
  float: left;
}
