.espacio-cabecera{
	width: 100%;
	height: 20px;
	background: #eee;
}
.main-galeria-contenedor{
	width: 100%;
	min-width: 1200px;
	background: #eee;
}
.galeria-contenido{
	padding: 10px 10px 10px 10px;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;	
	background: white;
}
.texto-titulo-galeria{
	padding-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333;
	font-family: 'Rubik', sans-serif;
}
.fila-galeria{
	padding: 10px 10px 10px 10px;
	width: calc(100% - 20px);
	display: -webkit-box;
}
.subtitulo-galeria{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333;
	font-family: 'Rubik', sans-serif;
	padding: 10px 0px 10px 0px;
}
.contenedor-img{
	width: calc(50% - 1px);
}
.titulo-galeria{
	width: 100%;
	font-size: 20px;
	text-align: center;
	font-family: 'Nanum Pen Script', cursive;
	font-family: 'Permanent Marker', cursive;
}
.linea-decoracion{
	margin-left: 10px;
	width: calc(100% - 20px);
	height: 2px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fecha-galeria{
	width: 100%;
	font-size: 20px;
	text-align: center;
	font-family: 'Nanum Pen Script', cursive;
}
.img-galeria{
	padding: 10px 10px 10px 10px;
	width: 560px;
}
.separador-galeria{
	width: 100%;
	height: 20px;
}
.linea-web{
	display: none;
}
.contenido-linea{
	width: 2px;
	height: 1000px;
	background: #333;
}