@charset "utf-8";
/* CSS Document */

#map_canvas_ads {
	width:100%;
    height: 450px;
	float:left;
	border:#030 solid 1px;
}
#imgcarga{
	width: 45px;
	height: 40px;
	padding: 10px;
	background:#FFF;
	text-align:center;
	position:absolute;
	margin-top: 120px;
	margin-left: 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-box-shadow: 0 0 7px #000;
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#063;
}

/********* Globo google map **************/
.globo{
	width: 260px;
	overflow: hidden;
	margin:auto;
}
.globo img{
	margin:auto;
	clear:both;
}

.globo_img{
	width: 150px;
	min-height: 80px;
	margin:auto;
}

.globo p{
	float:left;
}
.globo_a{
	color:#003580;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	text-decoration: none;
}
.div_price{
	width: 100%;
	float:left;
	color:#59B351;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

/**************************************/

/**************************************** Mapa **********************************************************/

#btn_mapa{
	cursor:pointer;
/*	position:absolute;
	top: 180px;
	z-index: 99999999;
	margin-left: 793px;*/
	background:#09F;
	padding: 2px 5px;
	color:#FFF;
	border-radius: 5px 5px 0 0;
	border: #06C solid 1px;
	border-bottom: none;
	font-size:15px;
	float: right;
}

.mapcontrols{
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
}

#googlemap{
	display:none;
}

#categoryBox{
	display:none;
	background:#FFF;
	position:absolute;
	margin-top: 30px;
	margin-left: 655px;
	width:250px;
	border:solid 1px #717B87;
	font-size:12px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
}
#mostrario{
	height:25px;
	font-weight:bold;
	font-size:14px;
	padding-top:7px;
	padding-left:10px;
}
#mostrario.desactivo{
	background:#FFF;
	color:#999;
}
#mostrario.activo{
	background:url('/images/back_scat.jpg') repeat-x;
	color:#666;
	border-bottom:solid 1px #E3E3E3;
}
#mostrario:hover{
	background:url('/images/back_scat.jpg') repeat-x;
	color:#333;
}

.dropimg{
	background:url('/images/plusmin.gif') no-repeat;
	height:14px;
	width:14px;
	float:right;
	margin-right:10px;
}

#mapcats{
	padding:10px;
	max-height: 350px;
	overflow:auto;
}
.catinput{
	border-top:solid 1px #E3E3E3;
	padding:5px 0 5px 0;
	text-transform:capitalize;
}
.catinput a{
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
.catinput a:hover{
	color:#333;
}
.catinput input{
	margin-right:10px;
}
.firstcat{
	border-top:none;
}