.ficha{
	display: none;
	position: fixed  !important;
	width: 100%  !important;
	height: 100%  !important;
	background-color: #fff  !important;
	top: 0  !important;
	right: 0  !important;
	bottom: 0  !important;
	left: 0  !important;
	z-index: 100 !important;
	overflow-y: auto  !important;
	padding: 0 !important;
	background-image: url("../images/background/marca-de-agua.jpg");
	background-size: cover;
	background-position: center center;
}
.extra{
	width: 100%;
	float: left;
	clear: both;
	display: none;
}
.marca-ficha{
	position: absolute;
    text-align: right;
    float: right;
    clear: both;
    display: block;
    right: 3em;
    top: 5em;
}
.individual{
	position: fixed  !important;
	width: 100%  !important;
	height: 100%  !important;
	background-color: #fff  !important;
	top: 0  !important;
	right: 0  !important;
	bottom: 0  !important;
	left: 0  !important;
	z-index: 101 !important;	
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;
}
.ficha > ul{
	width: 650px;
	padding: 50px;
	margin: 0 auto;
	border:5px solid #9e005d;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.ficha label{
	font-size: 0.9em;
	color: #666 !important;
}
.ficha > ul > li{
	padding-bottom: 1em;
}
.ficha h1{
	margin-bottom: 1em;
}
.titular{
	font-size: 1.2em;
	font-weight: bold;
    padding-bottom: 0.5em;
    display: block;	
}
.comentario{
	font-size: 0.7em;
	text-align: justify;
}
.generalidades{
}
.medio{
	width: 50%;
	float: left;
}
.linea{
	display: block;
    float: left;
    margin-right: 2em;
}
.medio-linea{
	float: left;
	clear: both;
}
.medio-linea label{
	font-style: oblique;
}
.medio-linea li{
	float: left;
	margin-left: 0.5em;
}
.medio-linea label{
	float: left;
}
.separacion{
	width: 100%;
	display: block;
	margin-top:1em;
	border-bottom: 1px solid #9e005d;
	margin-bottom:1em;
	height: 1px;
	clear: both;
}
.google iframe{
	width: 90%;
	float: right;
}
.precio{
	margin-top: 1em;
	padding-top: 0.5em;
	background-color: #9e005d;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	text-align: center;
}
.precio *{
	color: #fff !important;
}
.imagenes li{
	width: 30%;
	padding: 1.5%;
	min-height: 150px;
	float: left;
}
.imagenes li img{
	width: 100%;
	max-height: 150px;
	float: left;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
	-webkit-box-shadow: 0 0 20px -7px rgba(0,0,0,0.3);
	box-shadow: 0 0 20px -7px rgba(0,0,0,0.3);	
}
.imagenes li img:active{
	opacity: 0;
	-moz-transform: scale(5);
	-webkit-transform: scale(5);
	-o-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
}
.close{
	position: absolute;
	top: 1em;
	right: 1em;
}
figure img{
	display: none;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;		
-webkit-box-shadow: 8px 8px 20px -5px rgba(0,0,0,0.3);
box-shadow: 8px 8px 20px -5px rgba(0,0,0,0.3);
}

figure img:hover:not(.no){
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);	
	opacity: 8;
	-webkit-opacity:8;
}
figure img:active{
	opacity: 0;
	-webkit-opacity:0;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.current{
	display: block;
    width: 90%;
    margin: 0 auto;	
}
.resumen label{
	font-size: 0.8em;
	color: #666 !important;
}
figure{
    position: absolute;
    width: 85%;
    min-height: 270px;
    top: 320px;
}
.resumen li{
	font-size: 0.8em;
}
article{
	float: left;
	display: block;
	background-color: #fff;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;	
	-webkit-box-shadow: 5px 5px 5px -8px rgba(0,0,0,0.8);
    box-shadow: 5px 5px 5px -8px rgba(0,0,0,0.8);
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;    
}
article:hover{
	position: relative;
	background-color: #fff7fc;
}
.extra-comentario{
	position: absolute;
	width: 80.1%;
	padding: 5%;
	float: left;
	clear: both;
	background-color: #9e005d;
	color: #fff !important;
	font-size: 0.7em !important;
	-webkit-box-shadow: 0 0 15px -2px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px -2px rgba(0,0,0,0.3);
	top: 250px;
	z-index: 2;

}
.ver-mas{
    width: 100px;
    height: 30px;
    padding: 9px;
    z-index: 3;
	font-size: 0.6em !important;
	text-align: center;
	border:1px solid #9e005d;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease; 
	position: absolute;
	top: 210px;	
	right: 1.6em;
}
.ver-mas:hover{
	background-color: #9e005d;
	color: #fff !important;
}
.escalar{
-moz-transform: scale(1) rotate(0deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(0deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(0deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(0deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(0deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
}
.venta{
    width: 100px;
    background-color: green;
    color: #fff !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-border-radius:5px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 2.5em;

}
.reservado{
    width: 100px;
    background-color: orange;
    color: #fff !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-border-radius:5px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 2.5em;	
}
.vendido{
    width: 100px;
    background-color: red;
    color: #fff !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-border-radius:5px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 2.5em;	
}
.itunes{
    -webkit-animation: bounce 1s; /* Chrome, Safari, Opera */
    animation: bounce 1s;  	
}
.comision{
    border: 0.1px solid green;
    background-color: #cef5ce;
    color: #fff !important;
    padding-top: 0.3em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-right: 1em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
    position: absolute;
    top: 39px;
    left: 7.5em;
}
.comision *{
	
}
.referencia{
	position: absolute;
	top: -1em;
	left: -1em;
}
.medio-linea ul{
	float: left;
}

@media all and (max-width: 900px) {

	.page article{
	    width: 98%;
	    margin: 0;
	    padding: 1%;
    }
    .comision{
    	bottom: 1em;
    	top: 1px;
    	padding: 5% !important;

    }
    .referencia{
    	top: 0.5em;
    	background-color: transparent !important;
    }
    figure{
	    position: relative;
	    width: 100% !important;
	    padding: 0;
	    margin: 0;
	    float: left;
	    clear: both;
	    top: 0;
	    min-height: auto;
    }
    .page section article figure img{
    	width: 100%;
    }
    .ver-mas{
    	display: none;
    }
    .page article{
    	min-height: auto;
    }
    figcaption{
    	display: none;
    }
    .ficha{
    	position: fixed !important;
    	width: 100%;
    	background-color: #9e005d;
    }
    .ficha div{
    	background-color: transparent !important;
    }
    .ficha ul{
    	width: 98%;
    	padding: 1% !important;
    	padding: 0;
    	margin: 0;
    	border: none;
    	background-color: #fff;
    }
    .medio{
    	width: 90%;
    	padding: 5%;
    }
    .ficha iframe{
    	width: 90%;
    	padding: 5%;
    }
    .marca-ficha{
    	display: none;
    }
    .generalidades{
    	width: 90%;
    	padding: 5%;
    	margin-top: 5em;
    }
    .entero{
    	width: 90%;
    padding: 5%;
    }
    .imagenes li{
    	width: 100%;
    }
    .individual{
    	background-size: contain;
    }   
    	.precio *{
		color: #000 !important;
	} 
}
