
/* fotos.css */

.diashow-pagina {
	width: 70em !important;
	padding: 0 !important;
	margin-left: -5em;
/*	border: solid 1px red; */
}

#diashow-header {
	width: 100%;
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 0.8em;
	text-align: center;
	position: absolute;
	top: 1em;
	left: 0em;
}

.diashow-header-textbox {
	font-size: 110%;
}

#diashow {
	width: 100%;
	width: 70em;
	position: absolute;
/*	border: solid 1px red; */
	top: 3em;
	left: 0em;
/*	margin-left: -3px;
	margin-bottom: 2em;
	border: solid 1px gray;
	border-radius: 10px; */
/*  position: relative; */
/*  overflow: hidden; */
}  

#diashow:hover {
	cursor: pointer;
}	

#diashow img {
	width: 100%;
	width: 70em;
	position: absolute;
/*	overflow: hidden; */
/*	animation-fill-mode: forwards;
	animation-duration: 6s;
	animation-name: zoom-in; */
}	

@keyframes zoom-in {
    from {left:  0%; width:100%;} 
    to   {left: -5%; width:110%;}
}

#maintext {
	height: 100%;
}

#newheader {
	display: none;
}

.pagemenu {
	display: none;
}
