#contenedor_lightbox {
		width: 100%;
		height: 1600px;
		position: fixed;
		z-index: 9999;
		background-color: #000;
		left: -4;
		top: -28px;
		display: none;
		}
		
		#cerrar_lightbox {
		position: absolute;
		right: -10px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background-color: rgb(0, 0, 0);
		width: 30px;
		height: 30px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		padding-top: 0px;
		top: -9px;
		cursor: pointer;
		font-size: 1.3em;
		border: 2px solid #fff;
		z-index: 9999;
		}
		
		#cerrar_lightbox:hover
		{
			background-color: #fff;
			color:#000;	
		}
		
		#contenido_lightbox {
		width: 80%;
		max-width: 1024px;
		min-height: 200px;
		position: absolute;
		z-index: 99999;
		background-color: #fff;
		top: 150px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
		-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.41);
		-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.41);
		box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.41);
		display: none;
		text-align: center;
		float: left;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2em;
		}
		
		#ficha_left
		{
			width: 50%;
			float: left;
		}
		
		#fotos_exteriores
		{
				
		}
		
		#fotos_interiores
		{
			/* display:none; */
			width:100% !important;
			
		}
		

@media only screen and (max-width: 50em) /* 800 */
{
	#contenido_lightbox
	{
		width: 93%;
		margin-top: 0.6em;
	}
	
	#ficha_left
		{
			width: 100%;	
		}
		
	
	
	
}