/* INDEX---------------------------------------- */
body 
{
	
	margin: 0;
	background-image: url("imagenes/fondo.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Comic Sans MS', Arial, sans-serif;
	color: white;
	font-size: 22px;
}


h1
{
text-align: center;
}

#pie{

	text-align: center;
	
}

.logo {
	display: inline-block;
	width: 30%;
	height: 30%;
}

.center {
	text-align: center;
}

img {
	display: inline-block;
	width: 50%;
	height: 50%;
}

/* MENU INDEX---------------------------------------- */

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  list-style: none;

  

}

.menu li {
  float: left;

}

.menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
}




/* INFORMACION GENERAL---------------------------------------- */


 #h1c
 {text-align: center;
 }

/* PROFESORES---------------------------------------- */


/* TARIFAS---------------------------------------- */
table
{

border: 3px solid white;
padding: 10px;
margin: auto;
}

/* HORARIOS---------------------------------------- */


/* INSCRIPCIÓN---------------------------------------- */


/* PRECIOS ALQUILER---------------------------------------- */


/* NOTICIAS---------------------------------------- */


h2{
	text-align: left;
}


/* NORMAS---------------------------------------- */



/* CONTACTO---------------------------------------- */


