:root{
	--russian-violet: #441151;
	--plum: #883677;
	--french-mauve: #ca61c3;
	--french-mauve-light:#e94dfd;	
	--gum-pink: #f0a3fa;
	--persian-pink: #ee85b5;
	--coral-pink: #ff958c;
	--pinkAlmostWhite:#fdd1fc;
}

* { margin:0; padding:0; outline:none; }

.hide { display:none; }
.imagev_ {margin-left:100px}

/*body {
	background:#000;
	color:#fff;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
}*/

#container {
	position: relative;
 	margin: 0 auto auto auto;
	/*width:596px;*/
	/*width:541px;*/
	width:100%;
	border-radius: 0;
	height:auto;
	/*background:rgba(0,0,0,0.5);*/
	/*background:rgba(254,233,206,0.8);*/
	/*background:url(../img/galfondo1c.jpg);*/
	box-shadow: none;
	background-repeat:repeat-y;
	overflow-y:auto;
	overflow-x:hidden;
}
@media (min-width:800px){
	#container{
		width:80%;
		/*max-width:900px;*/
		margin: 4px auto auto auto;
		border-radius: 10px;
	}
}

#container h1 {
	width:100%;
	height:50px;
	padding-left:7px;
	/*border-bottom:1px solid #666666;*/
	font-size:18px;
	line-height:29px;
	font-weight:normal;
	color:#918413;
	font-family:Times;
	font-size:32px;
}

#picture_section {
	position: relative;
	/*padding:7px 0 7px 7px;*/
	/*width:590px;*/
	width:100%;
	height:auto;
	/*height:519px;*/
	/*border: 1px solid #00FF00;*/
}
#inside {
	position: relative;
	width:98%;
	height:auto;
	margin:0 auto auto auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: space-between;
	justify-content: space-between;
	/*border: 1px solid #0099FF;*/
}
#picture_section img,#fot_out img {
	position: relative;
	height:auto;
	width:100%;
	min-width:200px;
/*		height:162px;
	width:216px;*/
	background:none;
	cursor:pointer;
	/*box-shadow: 0px 0px 8px #918413;*/
	filter:drop-shadow(0 0 4px var(--french-mauve));
	margin: 10px auto auto auto;
	border-radius: 5px;
	display:block;
}
@media (min-width:500px){
	#picture_section img,#fot_out img{
		min-width:360px;
		width:40%;
	}
}
#display_picture_container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
}

#display_picture {
	position:relative;
	width:100%;
	height:100%;
	/*background:url(../img/galfondo2b.jpg);*/
	text-align:center;
	font-size:11px;
}
	
#display_picture_img {
	position:relative;
	cursor:pointer;
	padding:5px;
	height:100%;
	background: rgba(254,233,206,0.6);
	display:flex;
	flex-flow:row wrap;
	justify-items: center;
/*	border: 1px solid #00CC33;*/
}
#big_picture{
	width: 100%;
	max-width: 580px;
	margin:auto;
	display:block;
	filter:drop-shadow(0 0 4px #000000);
	border-radius: 8px;
}