h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}

section#biblio_foto{
	display: inline-block;
	width: 35%;
	height:auto;
	margin-top:2em;
	vertical-align: top;
}
section#biblio_txt{
	display: inline-block;
	width: 60%;
	height:auto;
	margin-top:2em;
	margin-left:1em;
	vertical-align: top;
}
h2{
	font-size:1em;
	color:#555555;
}
p{
	font-size:1em;
	color:#555555;
}
.parrafo2{
	margin-top:1em;
	font-size:.9em;
	color:#555555;
	line-height:1.5em;
	padding-left:2em;
}
.horario{
	margin-top:1em;
	font-size:.9em;
	color:#555555;
	line-height:1.5em;
	padding-left:2em;

}

.spaceDiv{
	width:auto;
	height:2em;
}
#actualizacion{
	font-size:.8em; padding-top:3em; color:#555;
}

@media (max-width: 800px ) { 

	section#biblio_foto{
		display: inline-block;
		width: 100%;
	}
	section#biblio_txt{
		display: inline-block;
		width: 100%;
	}

	
	
}