body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/fondo.jpg) repeat;
}
body font {
	font-size:12px;
}
body a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0896FF;
	text-decoration: none;
}
body a:hover{
	color:#003580;
}

#fondo{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1024px;
}

#espacio{
	width: 100%;
	height: 140px;
	display:block;
}

#contenido{
	background:#FFF;
	/*overflow: hidden;*/
}

.informacion{
	width: 98%;
	/*height: 200px;*/
	padding: 1%;
	overflow:auto;
	float:left;
	font-size:12px;
	text-align:justify;
	color:#666;
	border: solid #CCC 1px;
	margin-bottom: 10px;
	font-family:Geneva, sans-serif;
	}
.informacion img{
	margin: 10px;
	}	

.informacion .titulo-descripcion-ciudad{
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
}

.informacion .titulo-descripcion-ciudad strong{
	color:#F90;
	font-size:15px;
}

#back-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 50;
	display: none;
	width: 36px;
	height: 35px;
	color: #FFF;
	border: solid #FFF 1px;
	text-indent: -9999px;
	background: url(/plantilla/images/back-to-top.png) center no-repeat #729F19;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear;
			transition: all .2s linear;
}

#back-top:hover { 
	border: solid #FFF 1px;
	background: url(/plantilla/images/back-to-top.png) center no-repeat #FF9933;
}

#menu_bg{
	width: 100%;
	height: 150px; /*45*/
	position:absolute;
	top: 0px;
	display:block;
	background: url(../images/fondo_top.jpg) repeat-x;
	/*background:url(../images/bg_top.jpg) repeat-x;*/
}
#logo{
	width: 369px;
	height: 94px;
	display:block;
	float:left;
	background:url(../images/logo.jpg) no-repeat;
}

#lenguaje{
	width: 84px;
	height: 26px;
	float:right;
	display:block;
	background:url(../images/btn-idioma.gif) no-repeat;
	text-align:center;
	text-shadow:#CA7A00 1px 1px 0px;
	padding: 4px 0 0 0;
	margin-top: 15px;
	color:#FFF;
	text-decoration:none;
	
}

#bar{
	height: 45px;
	padding: 15px 0 0 0;
 	/*background:url(../images/mapa_cr.jpg) left no-repeat;*/
}

/*input[type='select']{
	border: solid 1px #666;
	height: 20px;
}*/
select{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#8B9800;
	border-radius: 0px;
	border: #CCC solid 1px;
	min-width: 173px;
	padding: 4px;
	float:left;
	
}

.selecion{
	list-style:none;
	border: solid 1px #CCC;
	width: 167px;
	height: 28px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#8B9800;
	background:url(../images/select.gif) no-repeat right #FFF;
}
.selecion li{
	width: 150px;
	padding: 4px 0 5px 5px;
	cursor:pointer;
	margin: 0;
	
}
.selecion li ul{
	width: auto;
	list-style:none;
	visibility:hidden;
	background:#FFF;
	position:absolute;
	border: solid 1px #999;
	z-index: 3;
	margin-left: -6px;
	margin-top: 3px;
}
.selecion li:hover>ul { visibility:visible; }
.selecion li ul li{
	width: 165px;
	height: 10px;
	line-height: 13px;
	padding: 3px 0 7px 3px;
}
.selecion li ul li a{
	text-decoration:none;
	color:#8B9800;
}
.selecion li ul li a:hover{
	color:#FFF;
}
.selecion li ul li:hover>a{
	color:#FFF;
}
.selecion li ul li:hover{
	background:#3399FF;
	color:#FFF;
}

form input[type='text'], input[type='email'], input[type='select'], input[type='password']{
	font-family:Verdana, Geneva, sans-serif;
	border: solid 1px #CCC;
	border-radius: 0px;
	padding: 5px;
	margin: 0 5px 0 5px;
}

#buscar{
	background:url(../images/lupa_input.gif) no-repeat #FFF;
	width: 199px;
	float:left;
	border: solid 1px #CCC;
	border-radius: 0px;
	padding: 6px 0 6px 30px;
	margin: 0 5px 0 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#buscar{ 
	width: 197px;
}
}

.error{
	background:#FFE2E1;
	color:#F00;
	border: solid 1px #F00;
}
#error_javascript{
	position:fixed;
	bottom: 0px;
	width: 97.9%;
	z-index: 999;
	padding: 1%;
	text-align: center;
}
/*form input[type='submit'], input[type='button']{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-shadow:  1px 1px #AEFB75;
	outline: none;
	border: solid 1px #093;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#205805;
	cursor:pointer;
	outline:none;
	padding: 10px 15px;
background: #bfd255;
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); 
background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); 
background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); 
background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
}*/
.btnforms{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-shadow:  1px 1px #93D2F9;
	outline: none;
	border: solid 1px #0193FE;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#0A519E;
	cursor:pointer;
	outline:none;
	padding: 10px 15px;
background: rgb(109,179,242);
background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1)));
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

}
.btn_cancel{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-shadow:  1px 1px #C30;
	outline: none;
	border: solid 1px #C30;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#FFF;
	cursor:pointer;
	outline:none;
	padding: 10px 15px;
background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

}

form textarea{

	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	border: solid 1px #CCC;
	border-radius: 0px;
	/*min-width: 150px;*/
	padding: 5px;
	margin: 0 5px 0 5px;
	resize:none;
}

.textarea{
	width: 98%;
}

#btn_buscar{
	width: 84px;
	height: 30px;
	background:url(../images/btn_buscar.gif) no-repeat;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	float:left;
	border: none;
}

#btn_login{
	width: 79px;
	height: 26px;
	background:url(../images/btn_login.gif) no-repeat;
	text-align:center;
	padding: 5px 0 0 13px;
	color:#069;
	cursor:pointer;
	float:right;
	/*margin-right: 10px;*/
}
#ofertas{
	float:left;
	height: 248px;
	margin-left: 5px;
	/*border: solid 1px #CCC;
	border-left: none;*/
/*	margin-left: -5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #CCC;*/
}
.oferta{
	padding: 5px 5px 0 5px;
}
#ofertas h6{
	margin: 0px;
	padding: 0px;
	color:#D28004;
	font-family:Verdana, Geneva, sans-serif;
}
#reporte{
	margin-left: 5px;
}
.info_oferta{
	width: 220px;
	height: 40px;
	position:absolute;
	margin-top: -40px;
	background: url('../images/images-slide/transparent-bg.png'); 
}


.cat_titulo{
	font-family: Impact, HelveticaNeue-CondensedBlack, 'Techno CE', sans-serif;
	font-size: 21px;
	letter-spacing: 1px; 
	text-transform:uppercase;
	padding: 2px;
	color:#FFF;
}

.cat_opcion{
	width: 220px;
	height: 100px;
	margin-top: 5px;
	float:left;
	overflow:hidden;
}

.cat_opcion img{
	float:left;
}

.cat_opcion_titulo{
	position:absolute;
	padding: 5px 15px;
}

.linkhome{
	color:#FFF;
	text-decoration:none;
}
.linkhome:hover{
	color:#FFF;
}
.linkhome:hover .cat_opcion_titulo{
	background:#E11A1A;
}

/*.cat_opcion_titulo a:hover div.cat_opcion_titulo{
	background:#E11A1A;
}*/

.bg_beis{
	background:#816E4D;
}
.bg_azul{
	background:#325E8F;
}
.bg_cafe{
	background:#AB4B15;
}
.bg_morado{
	background:#6F356F;
}
.bg_verde{
	background:#729F19;
}
.bg_pattern{
   	width: 220px;
	height: 75px;
	position:absolute;
	background: transparent url(../images/pattern.png) repeat;
	display:block;
	z-index: 0;
}


#directorio{
	font-size:11px;
	border-top: solid 1px #EEE;
	padding-top: 10px;
}

#directorio h4{
	font-size:12px;
}

#directorio h4 a{
	color:#C30;
	text-decoration:none;
}

#directorio h4 a:hover{
	color:#060;
}

#directorio ul{
	/*list-style-image:url(../images/li.gif);*/
}

#directorio ul li{
}

#directorio ul li a{
	color:#999;
	text-decoration:none;
}

#directorio ul li a:hover{
	color:#C30;
}


#pie{
	border-top: 2px solid #CCC;
	height: 250px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/fondo.jpg) repeat;
}

#pie_sec_1{
	float:left;
	width: 100%;
	height: 220px;
	/*border-bottom: 1px solid #286D07;*/

}

#pie_sec_2{
	float:left;
	width: 100%;
	height: 30px;
	color:#0C0;
	text-align:center;
	/*border-top: 1px solid #3CAA06;*/
}




.secciones_pie{
	float:left;
	width: 32.55%;
	margin-top: 10px;
	height: 200px;
	color:#B4FEB6;
	text-shadow:  1px 1px #205805; /*#3CAA06*/
	font-size:15px;
	/*margin-left: 5px;*/
	padding-left: 5px;
	/*border-left: 1px solid #286D07;
	border-right: 1px solid #3CAA06 ;*/
}
.secciones_pie div{
	height: 20px;
	clear:both;
}
.secciones_pie img{
	margin-right: 10px;
}

#pie_sec_1 div:first-child{
	border-left: none;

}
#pie_sec_1 div:last-child{
	border-right: none;
}
.secciones_pie h5{
	color:#205805;
	margin:0;
	margin-bottom: 10px;
	margin-top: 5px;
	text-shadow:  1px 1px #3CAA06; /*#3CAA06*/
	text-transform:uppercase;
}


/******************** LOGIN ********************/


.curvas_abajo{
border-radius: 0 0 5px 5px;
}
.curvas_arriba{
border-radius: 5px 5px 0 0;
}

/*Tab*****************************/
.overTab{
width: 100%;
position:fixed;
top:0;
left: 0;
height: 38px;
z-index:1;
background:#09F;
}
.contlogin{
width:300px;
padding: 7px 0;
float:left;
}
.overTab a{
text-decoration:none;
color:#FFF;
border-right: 1px solid #CCC;
padding: 3px 15px 3px 15px;
float:left;
}

.overTab a:last-child{
	border-right: none;
}

.overTab a:hover{
	color:#FF0;
}

/*Tab2*****************************/
.overTab2{
width:940px;
position:fixed;
bottom:0px;
z-index:1;
background:#508AF5
}
.contlogin2{
	width: 500px;
	margin:auto;
	display:block;
}
.overTab2 a{
text-decoration:none;
color:#FFF;
font-weight:bold;
border-right: 1px solid #B7CE4E;
font-size:30px;
text-height: 15px;
}
.overTab2 a:last-child{
	border-right: none;
}
.overTab2 a:hover{
	color: #FF0;
	background:#006600;
	}

/*USER******************************************/
.control_user{
	width:280px;
	height: 31px;
	position:fixed;
	top:5px;
	z-index:1;
	
	right: 10px;
}
.control_user a{
text-decoration:none;
color:#FFF;
border-right: 1px solid #CCC;
padding: 5px 15px 5px 15px;
float:left;
}
.control_user a:last-child{
	border-right: none;
}
.control_user a:hover{
	color:#FF0;
	text-shadow: none;
	}

.star_des{
	width: 16px;
	height: 16px;
	float:left;
}
#ondes:hover #on{
	/*background: url(/images/star-off.png);*/
}


#offdes:hover #off{
	background: url(/images/star.png);
}
#off{
	background: url(/images/star-off.png);
}
#on{
	background: url(/images/star.png);
}

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

/*********** PAGINACION ***********************/

div.pagination {
	padding:3px;
	margin:3px;
	font-size:16px;
	text-align:center;
}
.pagination a {
	font-size:16px;
	padding: 2px 6px 2px 6px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #0193FE;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */


}
.pagination a:hover, div.pagination a:active {
	border:1px solid #0193FE;
	color: #0193FE;
	text-decoration:none;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(208,232,244,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(208,232,244,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(208,232,244,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(208,232,244,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(208,232,244,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(208,232,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0e8f4',GradientType=0 );

}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #0193FE;
	font-weight: bold;
	color: #FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	
background: rgb(109,179,242);
background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1)));
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

}

.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
}

/************************************************/
/******* div table ***********************/

.divtable{
	float:left;
	width:100%;
}

.divtd{
	float:left;
}

.w10{
	width: 10%;
}
.w20{
	width: 20%;
}
.w30{
	width: 30%;
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.w90{
	width: 90%;
}
.w100{
	width: 100%;
}

/******************************************/
/***********(t_ad_list.htm)*******************************************/
.cajax{
	width: 98%;
	float:left;
	border: solid 1px #999;
	clear:both;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	margin-bottom: 10px;
}
.caja1{
	width: 80%;
	float:left;
}
.caja_titulo{
	width: 100%;
	height: 25px;
	float:left;
	overflow:hidden;
	font-size:18px;
	border-bottom: dotted 1px #999;
	margin-bottom: 5px;
}
.caja_titulo a{
	text-decoration:none;	
}
.caja_b{
	width: 100%;
	float:left;
}
.caja_imagen{
	width: 130px;
	height: 100px;
	overflow:hidden;
	float:left;
	
}
.caja_imagen img{
	border: #CCC solid 1px;
}
.caja_descripcion{
	width: 360px;
	float: left;
	
	/*overflow:hidden;*/
}
.des_c{
	float:right;
	width: 190px;
	text-align:left;
	padding-left: 5px;
	border-left: 1px #CCCCCC dotted;
}
.caja_descripcion span{
	font-size:9px;
}
.caja_descripcion span b{
	color:#069;
}
.caja_precio{
	width: 19%;
	height: 110px;
	text-align:center;
	font-size:14px;
	margin-left: 5px;
	color:#333;
	padding-top: 15px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*background: -moz-linear-gradient(top,  rgba(249,249,249,0) 0%, rgba(255,153,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,0)), color-stop(100%,rgba(255,153,0,1)));
background: -webkit-linear-gradient(top,  rgba(249,249,249,0) 0%,rgba(255,153,0,1) 100%);
background: -o-linear-gradient(top,  rgba(249,249,249,0) 0%,rgba(255,153,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(249,249,249,0) 0%,rgba(255,153,0,1) 100%);
background: linear-gradient(to bottom,  rgba(249,249,249,0) 0%,rgba(255,153,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f9f9', endColorstr='#ff9900',GradientType=0 );*/


}

.btn {
	display: inline-block;
	padding:5px 10px 6px 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	margin:auto;
	clear:both;
}

.btn:hover {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	cursor:pointer;
}

.red{background-color: #ff004e; color: #ffffff;}
.edicion{
	float:right;
}
.edicion a{
	font-size:12px;
}
.green{background-color: #F90; color: #ffffff;}
.green a{ color:#FFF;}


.destacado{
	background:#FDDEB0;
	color:#333;
	border: solid 1px #FF9900;
}
.destacado .des_c{
	border-right: #F90 1px dotted; 
}
.destacado a{
	color:#F60;
}
.destacado a:hover{
	color:#F63;
}
.destacado div .caja_titulo{
	border-bottom: #F90 1px dotted;
}
.destacado .caja_precio{
	color:#F60;
background: -moz-linear-gradient(top, rgba(253,222,176,0) 0%, rgba(255,168,96,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,222,176,0)), color-stop(100%,rgba(255,168,96,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(253,222,176,0) 0%,rgba(255,168,96,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(253,222,176,0) 0%,rgba(255,168,96,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(253,222,176,0) 0%,rgba(255,168,96,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(253,222,176,0) 0%,rgba(255,168,96,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fddeb0', endColorstr='#ffa860',GradientType=0 ); /* IE6-9 */
}

.destacado .btn{
	background:#F63;
}


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

/* BUSCADOR DE CIUDADES */

	.suggestionsBox {
		position:absolute;
		min-width: 200px;
		height: 300px;
		overflow:auto;
		background-color: #247502;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #060;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style: none;
	}
	
	.suggestionList li:hover {
		background-color: #FFF;
		color: #247502; 
	}

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