@font-face {
	font-family: Agus300;
	src: url(museo300regular.otf) format("opentype");
}
@font-face {
	font-family: Agus500;
	src: url(museo500regular.otf) format("opentype");
}
@font-face {
	font-family: Agus700;
	src: url(museo700regular.ttf) format("opentype");
}

.agusFuente300{
	font-family: 'Agus300', serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}

.agusFuente500{
	font-family: 'Agus500', serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
}

.agusFuente700{
	font-family: 'Agus700', serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
}


#textoInteractiva{
	visibility: hidden;
}


.cajaInteractiva {
	/* Put this on top of the blurred layer */
	position: fixed;
	top: 50px;
	/*bottom: 70px;*/
	width: 350px;
	height: 250px;
	right: 150px;
	/*bottom: 0;*/
	/*left: 900px;*/
	z-index:    100;
	/*padding:    40px;*/
	background: rgb(255, 255, 255); /* for IE */
	background: rgba(255, 255, 255, 0.75);
	padding: 30px;
}

.logoAgus{
	position: fixed;
	bottom: 30px;
	/*bottom: 70px;*/
	width: 100px;
	height: 120px;
	left: 50px;
	z-index:    70;
}

*{
	margin: 0;
}

html, body{
	height: 100%;
}

h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 20px;
}


/*barra navegacion*/
nav {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,1);
	z-index: 80;
	text-align: center;

}

nav a{
	text-decoration: none;
	color: #ffffff;
	margin-left: 5px;
	line-height: 50px;

}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
	/* You'd have to adjust this whenever an item is added to the nav-bar */
	margin-right: 0%;

}

.navbar .navbar-collapse {
	text-align: center;
}

.colorMenu{
	background-color: rgba(220, 220, 220, 1) !important;
}

/*seccion logos*/
/*#blancoLogos{*/
	/*position: fixed;*/
	/*width: 100%;*/
	/*height: 100px;*/
	/*left: 0px;*/
	/*top: 0px;*/
	/*z-index: 100;*/
	/*background-color: #fff;*/
/*}*/

#logoFleisch{
	position: fixed;
	left: 50px;
	top: 8px;
	z-index: 110;
}

#logoBoege{
	position: fixed;
	right: 50px;
	top: 13px;
	z-index: 100;
}

#inicioSec,#interactivosSec,#inmersionSec,#talleresSec,#exposicionesSec,#evaluacionesSec,#rodantesSec,#contactoSec{
	height: 740px;
	background-color: #ffffff;
}
.fotos{
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

/*.frases{*/
	/*height: 450px;*/
	/*width: 100%;*/
	/*background-size: cover;*/
	/*background-attachment: fixed;*/
	/*font-family: 'Agus300', serif;*/
	/*!*margin-left: 50px;*!*/
	/*!*padding-top: 40px;*!*/
	/*font-size: 50px;*/
	/*font-style: normal;*/
	/*font-variant: normal;*/
	/*font-weight: 300;*/
	/*!*line-height: 70px;*!*/
/*}*/

/*.frase1{*/
	/*!*height: 450px;*!*/
	/*background-color: #ffffff;*/
	/*background-image: url(../imagenes/mapasABN.jpg);*/
/*}*/

/*.fraseContenido{*/

	/*font-family: 'Agus300', serif;*/
	/*!*margin-left: 50px;*!*/
	/*!*padding-top: 40px;*!*/
	/*width: 300px;*/
	/*font-size: 50px;*/
	/*font-style: normal;*/
	/*font-variant: normal;*/
	/*font-weight: 300;*/
	/*!*line-height: 70px;*!*/

/*}*/
/*.fraseAutor{*/

/*}*/



/*seccion home*/
.sectHome{
	height: 650px;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}


