    .overlay{
        display: none;
        //position: absolute;
		position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
		opacity:.75;
        -moz-opacity:0.75;
        filter:alpha(opacity=75);
        z-index:1100;
    }
	
    .modalctc {
        display: none;
        width: 300px;
        height: 420px;
        background: #E9EAEE;
		color: #333;
        z-index:1102;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		
    }		
	
    .modalmn {
        display: none;
        //position: absolute;
		position: fixed;
        top: 5%;
        left: 2%;
        width:95%;
        height:100%;
        padding: 2px;
        background: #35383D;
		color: #333;
        z-index:1102;
        overflow: auto;
    }			
	
.modalitem {
        display: none;
        //position: absolute;
		position: fixed;
        top: 5%;
        left: 2%;
        width:95%;
        height:100%;
        padding: 2px;
        background: #35383D;
		color: #333;
        z-index:1002;
        overflow: auto;
    }				
.modalmapa {
        display: none;
        //position: absolute;
		position: fixed;
        top: 5%;
        left: 2%;
        width:300px;
        height:100%;
        padding: 2px;
        background: #ffffff;
		color:#333;
        z-index:1002;
        overflow:auto;
    }		
	
    .fastoverlay{
        display: none;
        //position: absolute;
		position:fixed;
		/*nos posicionamos en el centro del navegador*/
		top:50%;
		left:50%;
		/*determinamos una anchura*/
		width:320px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-160px;
		/*determinamos una altura*/
		height:540px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-270px;
		border:1px solid #000000;
		background:#F9F9F9;
		/*color:#ffffff;*/
		padding:5px;		
        z-index:1010;
		text-align:right;
		min-width:320px; /*ancho del div a centrado*/
		min-height:540px; /*altura del div a centrado, así no se sale del espacio*/ 
		-webkit-border-radius: 5px 10px;  /* Safari  */
		-moz-border-radius: 5px 10px;     /* Firefox */
		opacity:.95;
        -moz-opacity: .95;
        filter: alpha(opacity=95);
		
    }
	
    .fastmodal {
        display: none;
        //position: absolute;
		position:fixed;
		/*nos posicionamos en el centro del navegador*/
		top:50%;
		left:50%;
		/*determinamos una anchura*/
		width:280px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-140px;
		/*determinamos una altura*/
		height:480px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-240px;
		background:#ffffff;
		padding:5px;		
        z-index:1011;
		min-width:280px; /*ancho del div a centrado*/
		min-height:480px; /*altura del div a centrado, así no se sale del espacio*/ 
		overflow-y:auto;
		border:1px dotted gray;
	
    }	


	.fastmodallabel{
		margin-top:5px;
		font-size:15px;
		color:gray;
	
	}
	.fastmodaldivimagen{
	position: relative;
	margin-top:5px;
	
	}
	.fastmodalimagen{
	width:105px;
	height:140px;
	margin: 0 auto;
	display: block;
	
	}
	.fastmodaldivtitulo{
	margin-top:5px;
	width:auto;
	//border-top:1px dotted gray;
	font:22px 'Dosis',Arial, sans-serif; 
	color:red;
	text-align:center;
	
	}
	.fastmodaldivprecio{
	font-size:20px;
	color:red;
	text-align:right;
	margin-left:20px;
	}	
	.fastmodaldivnegocio{
	font-size:17px;
	color:blue;
	text-align:left;
	margin-left:10px;
	cursor:pointer; cursor: hand;
	
	}	
.fastmodaldivcolonia{
	font-size:16px;
	color:green;
	text-align:left;
	margin-left:10px;
	}		

	.fastmodaldivtelefono{
	font-size:20px;
	color:red;
	
	margin-left:10px;
	}
	.fastmedios{
	display: table; margin: 0 auto; 
	}
	.fastmodaldivuso{
	font-size:13px;
	color:gray;
	text-align:left;
	margin-left:10px;
	}
	
	.fastmodalboton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:orange;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.fastmodalboton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.fastmodalboton:active {
	position:relative;
	top:1px;
}

	
	}

	
	
	