/* Estilos para Lucio */

body { 
background-color: #000;
}

.fondo_flash {
  background-color: #000;
  background-image: url(fondo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.fondo_inicio {
  background-color: #FFF;
 }


.invisible {
	display: none;
}

#contenedor {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -398px;
  margin-top: -226px;
}

#contenedor-inicio {
 margin: auto;
 width: 820px;
}

h1 {
  display: none;
}

ul {
  margin: 320px 0 0 0;
  padding: 0;
  text-align: center;
  font-family: courier, serif;
  font-size: 1em;
  font-weight: bold;
  color: white;
  list-style: none;
 }
 
ul li {
  display: inline;
}

ul li a {
  color: white;
  text-decoration: none;
}

ul li a:visited {
  color: white;
  }

ul li a:hover {
  color: #FF0000;
  }

#festivales {
  text-align: center;
margin: 100px auto 0 auto;
}

#logos {
color: white;
font-family: courier, serif;
  margin: 50px auto 0 auto;
  width: 820px;
  text-align: center;
}

#logos ul {
  display: none;
  }
  
  
#logos img {
  border: 0;
margin: 0 0px 0 7px;
}
  
h2 {
  font-size: 0.8em;
  margin: 25px 0 10px 0;
}

.volver {
     text-align: center;
     font-family: "courier new", serif;
     font-size: 0.75em;

}

.volver a {
     color: #666;
     text-decoration: none;
}

.vover a:visited {
     color: #666;
}

.volver a:hover {
     color: #FFF;
}





