﻿.divMenuBusqueda {
	display: none;
	position:relative;
	/*left:0px;
	top:0px;*/
	z-index:1;
	margin-bottom:30px;
	text-align: center;
}

.divMenuBusqueda .separador{ 
	display: none;
	width:100%;
	margin-top:40px;
	text-align:center;
	/*background-color:rgba(255,255,255,.7);*/
	padding: 10px;
}

#divResultadoBusqueda{
	position:relative;
	/*left:250px;
	top:0px;*/
	width:100%;
	height:100%;
	z-index:2;
}


#divMenuBusquedaInmu, #divMenuBusquedaProm
{
    margin-top: 0px;  
    margin-bottom: 30px; 
    width: auto;
    height: auto;
}

/* @media screen and (min-width: 1024px){ *360* */
@media only screen and (max-device-width : 1024px) { /* 1280 */
	.divMenuBusqueda {
		display:block;
	}
	.separador {
		display:block !important;
	}
	#divResultadoBusqueda {
		display:block;
	}

}

/****** BOTONES ******************/

.parametros{
	margin: 20px 15px;
	display:inline-block;
	border: 0;
	color: #EEE;
	font-size: 20px;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* overflow:hidden; */
	width:80vw;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 11px #330033;
	background: rgba(98,125,77,1);
	background: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
	background: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: -o-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: -ms-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=0 );}	

select.parametros{
	padding:6px 10px;	
	cursor:pointer;
	background: rgba(98,125,77,1);	
	background-image: url(http://i62.tinypic.com/15xvbd5.png), rgba(98,125,77,1);
	background-image: url(http://i62.tinypic.com/15xvbd5.png), -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
	background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background-image: url(http://i62.tinypic.com/15xvbd5.png), -o-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background-image: url(http://i62.tinypic.com/15xvbd5.png), -ms-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background-image: url(http://i62.tinypic.com/15xvbd5.png), linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background-position: 97% center;
	background-repeat: no-repeat;
}

input.parametros{	
	padding:2px 10px;	
	cursor:text;
}

.paramRadio {
    font-family: arial;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin: 1px 10px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 20px;
    max-width: 20rem;
    text-align: left;
}
.paramRadio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.paramRadio_indicator {
    position: absolute;
    top: 10px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.paramRadio-radio .paramRadio_indicator {
    border-radius: 35%;
}

.paramRadio:hover input ~ .paramRadio_indicator,
.paramRadio input:focus ~ .paramRadio_indicator {
    background: #cccccc;
}

.paramRadio input:checked ~ .paramRadio_indicator {
    background: #CCFF66;
}
.paramRadio:hover input:not([disabled]):checked ~ .paramRadio_indicator,
.paramRadio input:checked:focus ~ .paramRadio_indicator {
    background: #0e6647d;
}
.paramRadio input:disabled ~ .paramRadio_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.paramRadio_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.paramRadio input:checked ~ .paramRadio_indicator:after {
    display: block;
}
.paramRadio-radio .paramRadio_indicator:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #7b7b7b;
}
.paramRadio-radio input:disabled ~ .paramRadio_indicator:after {
    background: #7b7b7b;
}

.BotonBuscar{
	margin:10px;
	padding:2px 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 20px;
	font-weight: bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;	
}
.BotonBuscar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;}
	
.BotonBuscar:active {
	position:relative;
	top:1px;
}

.globo {
	background-color:white;
	color:black;
	border-radius: 20px;
	padding:4px 8px;
}
.BotonVerFicha{
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #57b41a), color-stop(1, #3c9801));
	background:-moz-linear-gradient(top, #57b41a5%, #3c9801100%);
	background:-webkit-linear-gradient(top, #57b41a5%, #3c9801100%);
	background:-o-linear-gradient(top, #57b41a5%, #3c9801100%);
	background:-ms-linear-gradient(top, #57b41a5%, #3c9801100%);
	background:linear-gradient(to bottom, #57b41a5%, #3c9801100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#57b41a', endColorstr='#3c9801',GradientType=0);
	background-color:#57b41a;*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:11px; /*font-size:13px;*/
	font-weight:bold;
	padding:1px 5px; /*padding:4px 15px;*/
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
	float: right;
}
.BotonVerFicha:hover {
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
	/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;*/
}
.BotonVerFicha:active {
	position:relative;
	top:1px;
}

.botonColapsar {
	-moz-box-shadow:inset 0px 0px 14px -3px #f2fadc;
	-webkit-box-shadow:inset 0px 0px 14px -3px #f2fadc;
	box-shadow:inset 0px 0px 14px -3px #f2fadc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dbe6c4), color-stop(1, #9ba892));
	background:-moz-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-webkit-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-o-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-ms-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:linear-gradient(to bottom, #dbe6c4 5%, #9ba892 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe6c4', endColorstr='#9ba892',GradientType=0);
	background-color:#dbe6c4;
	/*-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;*/
	border:1px solid #b2b8ad;
	display:inline-block;
	cursor:pointer;
	color:#757d6f;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ced9bf;
	width: 80vw;
}

.botonColapsar:hover {
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9ba892), color-stop(1, #dbe6c4));
	background:-moz-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:-webkit-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:-o-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:-ms-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:linear-gradient(to bottom, #9ba892 5%, #dbe6c4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ba892', endColorstr='#dbe6c4',GradientType=0);
	background-color:#9ba892;
	*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #a8a8a8));
	background:-moz-linear-gradient(top, #dddddd 5%, #a8a8a8 100%);
	background:-webkit-linear-gradient(top, #dddddd 5%, #a8a8a8 100%);
	background:-o-linear-gradient(top, #dddddd 5%, #a8a8a8 100%);
	background:-ms-linear-gradient(top, #dddddd 5%, #a8a8a8 100%);
	background:linear-gradient(to bottom, #dddddd 5%, #a8a8a8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#a8a8a8',GradientType=0);
	background-color:#dddddd;
}
.botonColapsar:active {
	position:relative;
	top:1px;
}

/*
a.botonColapsar:hover, a.botonColapsar:active, a.botonColapsar:visited { 
	text-decoration:none;
}
*/

.botonActivo {
	color:#CCFF66;
	text-shadow:0px 1px 0px #4e593f;
}

.botonInactivo {
	
}


/* ----------- CESTA --------------*/
.divCesta {
	position:relative;
	display:inline-block;
	width:475px;
	height:266px;
	z-index:300;
	text-align:left;
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100%;
	margin: 20px;			
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}

.divTituloCesta {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:300;
	background-color: rgba(0,0,0,.5);
	color: white;
	padding:5px;
}

.divDatosCesta {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;			
	z-index:300;
	background-color: rgba(0,0,0,.5);
	color: white;
	padding:5px;
}

.divEstadoCesta {
	position:absolute;
	left:0;
	top:0;
	z-index:200;
	width:100%;
	height:100%;
	padding-top: 20%;
	text-align: center;
	font-size:10vw;
	color:rgba(255,255,255,.7);
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:60px;
}
.divEstadoCesta img {
	width:100%;
}


@media screen and (max-width: 650px){
.divCesta {
	width:90%;
	padding-top:50.4%;
	height:0;
}
.divEstadoCesta {
	font-size:10vw;
}
}

@media screen and (max-width: 349px){
.divCesta {
	width:250px;
	height:152px;
}
.divEstadoCesta {
	font-size:10vw;
}
}


/* ----------- CAJA ANCHA--------------*/
.divCajaAncha {
	position:relative;
	display:inline-block;
	width:700px;
	height:172px;
	/* z-index:300; */
	text-align:left;
	margin: 20px;			
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}

.divImagenCajaAncha {
	position:absolute;
	left:5px;
	top:5px;
	width:290px; /* 350x196 */ /* 330x184 */
	height: 162px;
	/*z-index:300;*/
	/*background-color: rgba(0,0,0);*/
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover; /*100%;*/
	color: white;
}

.divTituloCajaAncha {
	position:absolute;
	right:5px;
	top:5px;
	width:400px;
	/*z-index:300;*/
	/*background-color: rgba(0,0,0,.5);*/
	color: white;
	padding:5px 10px;
}

.divDatosCajaAncha {
	position:absolute;
	right:5px;
	bottom:5px;
	width:400px;			
	/*z-index:300;*/
	/*background-color: rgba(0,0,0,.5);*/
	color: white;
	padding:5px 10px;
}

.divEstadoCajaAncha {
	position:absolute;
	left:0;
	top:0;
	/*z-index:200;*/
	width:100%;
	height:100%;
	padding-top: 20%;
	text-align: center;
	color:rgba(255,255,255,.7);
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:60px;
}
.divEstadoCajaAncha img {
	width:100%;
}


/*
@media screen and (max-width: 650px){
.divCajaAncha {
	width:90%;
	padding-top:50.4%;
	height:0;
}
.divEstadoCajaAncha {
	font-size:10vw;
}
}
*/

@media screen and (max-width: 500px){ /*360*/
	.divCajaAncha {
		width:auto;
		height: auto;
		margin: 0 0 10px 0;
	}
	
	.divImagenCajaAncha {
		position:static;
		display:block;		
		margin: 5px;
		left:auto;
		top:auto;
		width:85vw; /*70vw;*/
		height:45vw; /*38vw;*/
	}
	
	.divTituloCajaAncha {
		position:absolute;
		left:5px;
		top:5px;
		width:85vw;
		background-color: rgba(0,0,0,.5);
		color: white;
		padding:5px;
	}
	
	.divDatosCajaAncha {
		position:static;
		display:block;		
		width:85vw;
		margin:5px;
		padding: 0;
	}
	
}

/* ----------------------------  */
