@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');


.cabecera{
	width: 100%;
	margin-top: -4.5%;
	margin-bottom: -5%;
	z-index: 1;
	position: relative;
}

.barrasuperior{
	width: 99%;
	color: #002b5e;
	font-family:'Century Gothic', Futura;
	font-size: 1em;
	font-weight: Bold;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	position: relative;
	margin-left: -10px;
	margin-top: -8px;
	margin-bottom: -4px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	z-index: 2;
	transition: 0.6s;
	transform-origin:  0% 50%;
	text-align: justify;
}

p {
	text-align: justify;
}

h1, h2, h3 {
	font-family: Century Gothic
}

#home {
	display: block; 
	margin-top: -1%;
	margin-left: auto;
	margin-right: auto; 
	max-height: 40px;
}

.fa-facebook:hover{
	color: #3C5A99
}

.fa-twitter:hover{
	color: #1da1f2
}

.fa-instagram:hover{
	color: #8a3ab9
}

.fa-youtube:hover{
	color: #c4302b
}

#VueltaArriba {
	margin-top: 5%;
	width: 2%;
	display: none;
	position: fixed;
	z-index: 1;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#Home:hover {
  background-color: #555;
}


#Conoce:hover{
	opacity: 1; 
	border-bottom: 5px solid #ff6d6a;
}


#Programa:hover{
	opacity: 1; 
	border-bottom: 5px solid  #f7d917;
}

#BAUHAUS:hover{
	opacity: 1; 
	border-bottom: 5px solid #002b5e;
}

#Organizacion:hover{
	opacity: 1; 
	border-bottom: 5px solid #47D496;
}

.bloque-completo{
	width: 94%;
	margin-left: 4%;
}

.programacioncuartos{
	width: 20%;
	margin: 1%;
}

.contenedor-izquierdo{
	margin-top: 3.5%;
	margin-left: 7.5%;
	margin-right: 7.5%; 
	width: 35%; 
	min-width: 200px
}

.contenedor-unico-izquierdo{
	margin-left: 7.5%; 
	width: 45%; 
	min-width: 200px
}

.contenedor-unico-derecho{
	margin-left: 48.5%; 
	width: 45%; 
	min-width: 200px
}

.contenido-izquierdo{

}

.contenedor-derecho{
	margin-top: 3.5%;
	margin-left: 7.5%;
	margin-right: 7.5%; 
	width: 35%; 
	min-width: 200px
}

.contenido-derecho{

}

.contenedor-tercio-izquierdo{
	margin-top: 3.5%;
	margin-left: 1%;
	margin-right: 1%; 
	width: 28%; 
	min-width: 200px
}

.contenedor-tercio-central{
	margin-top: 3.5%;
	margin-left: 1%;
	margin-right: 1%; 
	width: 28%; 
	min-width: 200px
}

.contenedor-tercio-derecho{
	margin-top: 3.5%;
	margin-left: 1%;
	margin-right: 1%; 
	width: 28%; 
	min-width: 200px
}

.descripcion{
	width: auto;
	margin: auto;
	font-size: 0.6em;
}

.copyright{
	width: auto;
	margin: auto;
	font-size: 0.75em;
	color: slategray;
}

.hipervinculo{
	color: inherit; 
	text-decoration: none
}

.fondo-oscuro{
	color: white;
}

.talleres{
	width: 55%; 
	height: auto;
}

#lehrer{
	width: auto; 
	max-height: 470px;
	min-height: 470px; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
}

.img-pie{
	max-height: 85px;
	width: auto; 
	display: block; 
	margin: auto;
}

.organizacion{
	width: 20%;
	padding: 2%
}
