@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Arapey');

html {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: 'Lora'!important;
  height: 100%;
  margin:0;
  padding: 0;

}

.textLeft {
  text-align: left!important;
}

#fondo {
  position: fixed;
  width: 100%;
  height: 100%;
}

.imageWrap{
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 15px;
}

#logoPrincipal {
  font-family: 'Playfair Display'!important;
  font-size: 55px;
}

#logoPrincipal img {
  max-width: 400px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cl-left {
  clear: left;
}

.cl-both {
  clear: both;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

#map {
  height: 500px;
}



.imgLeft {
  float: left;
  margin-right: 15px;
  margin-bottom:15px;
  max-height: 450px;
}

.cita {
  font-size: 18px;
  font-style: italic;
}


.espectaculoItem {
  
}
