/* --------------------------------------------------------------
BASE
-------------------------------------------------------------- */
.wrapper, .contenido{width:100%;max-width:1300px;padding:0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0 auto;
	clear:both;
}

.contenido{padding-top:14px;min-height:200px;}
.row{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clear{clear:both;overflow:hidden;padding:0;font-size:0;height:1px;margin-bottom:-1px;}

input, textarea, button {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	font-family:Arial;
	border:0;
}

/* --------------------------------------------------------------
HEADER
-------------------------------------------------------------- */
.head-top{background:#333;height:30px}
	.topLeft{float:right;position:relative;}
		.topLeft ul{list-style:none;float:left;margin:0;}
		.topLeft li{display:inline-block;margin:0;}
		.topLeft li:first-child:after{content:"-";color:#fff;line-height:30px;padding:0 5px;}
		
		.topLeft li a{color:#fff;line-height:30px;display:inline-block;}
		.topLeft li a:hover{text-decoration:underline;}
		
		.topLeft img{float:left;position:relative;top:-1px;margin-left:10px;}
		.topLeft img:hover{opacity:0.85;filter:alpha(opacity=85);}
	.breadcrumb select{display:none;}
	body .breadcrumb ul{margin:0;}
	body .breadcrumb ul li a{padding-right:10px;padding-left:0;}
	.breadcrumb .gris{padding:3px;}
	
/*login form*/
#loginForm{position:absolute;top:30px;right:0;z-index:99;background:#333;padding:10px;
	moz-box-shadow: inset 1px 4px 20px -12px #000;
	-webkit-box-shadow: inset 1px 4px 20px -12px #000;
	box-shadow: inset 1px 4px 20px -12px #000;
}

	.item-form, .form-area{
		box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
		height:30px;padding:5px;border:1px solid #fff;background:#f1f1f1;outline:none;
		box-shadow:inset 0 0 10px #fff;
	}
	#loginForm .item-form{margin:0 0 10px;width:100%;}
	#modal .item-form{width:100%;height:35px;padding-left:10px;border:1px solid #ddd;margin:0 0 10px;}
	
	.item-form:focus{background:#fff;}
	.item-form::-webkit-input-placeholder {color:#333}
	.item-form:-moz-placeholder {color:#333}
	.item-form:-ms-input-placeholder {color:#333}
	
	.form-area:focus{background:#fff;}
	.form-area::-webkit-input-placeholder {color:#333}
	.form-area:-moz-placeholder {color:#333}
	.form-area:-ms-input-placeholder {color:#333}
	
	.form-area{height:100px;padding:6px}
	#modal .form-area{height:130px;border:1px solid #ddd;width:100%;}
	#loginForm .btn{float:right;}
	#loginForm p{width:100%;clear:both;margin:0;padding:7px 0 0 0;text-align:right;color:#fff;}
		#loginForm p a{color:#fff;}
		#loginForm p a:hover{text-decoration:underline;}
		
.btn{border:0;text-align:center;padding:0;padding:5px 10px;cursor:pointer;display:inline-block;color:#fff;display:inline-block;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;outline:none;
}	
.btn:hover{opacity:0.90;filter:alpha(opacity=90);color:#fff;}
.btn-red{text-transform:uppercase;font-size:12px;background:#FD0B05;
	box-shadow:inset 0 0 10px #9C0703;height:30px;font-weight:bold;
}
a.btn-red{padding-top:7px;}

/*listado paises*/
#paises{position:absolute;top:30px;right:0;z-index:99;background:#333;padding:10px;width:94px;padding-right:0;display:none;
	moz-box-shadow: inset 1px 4px 20px -12px #000;
	-webkit-box-shadow: inset 1px 4px 20px -12px #000;
	box-shadow: inset 1px 4px 20px -12px #000;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
	#paises img{display:block;margin:0 10px 10px 0;top:0;}
	img.current{cursor:pointer;padding-right:15px;}
		.topLeft:after{display:block;top:13px;right:0;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(236, 236, 236, 0);
			border-top-color: #ECECEC;
			border-width: 5px;
			margin-left: -5px;
	}


	#paises .current{display:none;}
	
.head-sub{background:#060606;height:74px;}
	.site-name{position:absolute;top:16px;left:2px;}
	.front .site-name{top:10px;}
	
	.head-sub #search-header{float:none;padding:22px 0 0 20px;}
	.head-sub .item-form{width:31.25%;margin:0 1px;float:left;}
	.head-sub .search_btn{border:0;padding:0;}
	.head-sub .btn-red{float:right;}

.head-sub .wrap{float:left;height:30px;width:170px;background-color:#f1f1f1;box-shadow:inset 0 0 10px #fff;}
	.wrap select{opacity:0;}
.selecter{max-width:100%;margin:0;}
	.selecter .selecter-selected{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:30px;padding:6px 10px;border-radius:0!important;
		border:1px solid #fff;background-color:#f1f1f1;box-shadow:inset 0 0 10px #fff;
	}
	.selecter .selecter-options{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;background-color:#f1f1f1;
		box-shadow:inset 0 0 10px #fff;border-radius:0;
	}
	
.head-sub input.btn{height:30px;background:#333;box-shadow:inset 0 0 10px #000;font-weight:bold;float:left;padding:0 10px;}
	
.share{border-bottom:1px solid #ccc;padding:12px 0}
	.share ul, .share li{margin:0;list-style:none;display:inline-block;}
	.share li:nth-child(2){margin:0 20px 0 -11px}
	.share li:nth-child(3){position:relative;top:2px;}	
	
.searchBar{background:#f0f0f0;border-bottom:1px solid #ddd;padding:10px 0;}
.searchBar.fixed{position:fixed;top:0;left:0;width:100%;z-index:99;}
	
	.searchBar h4{float:left;text-transform:uppercase;font-weight:bold;margin-right:10px;line-height:30px;font-size:12px;}
	.searchBar .item-form{border:1px solid #ddd;float:left;margin-right:10px;}
	.searchBar button.btn{float:left;margin-right:10px;}
	.searchBar .wrap{float:left;width:170px;margin-right:10px;}
	.searchBar .selecter{border:1px solid #ddd;}
	.searchBar .selecter .selecter-selected{height:28px;padding-top:4px;}
	.searchBar a.btn{float:right;}
	
/* --------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */
#mainFooter{text-align:center;padding-top:17px;position:relative;overflow-x:hidden;z-index:0;}

	#pie-links-asociados{background:#fff;}
	#pie-links-asociados .row{border-top:1px solid #ccc;padding:15px 13px;}
	#pie-links-asociados .row .four{text-align:center;}
	#pie-links-asociados .row .four iframe{max-width:100%;height:auto;}
	
	.footercss{padding:13px 0 12px;background:#000;position:relative;z-index:10;}
	.footercss:after{content:"";position:absolute;top:4px;left:-27px;width:120%;z-index:-1;box-shadow:0 -10px 15px -5px #000;height:14px;}
	
	.fMenu{margin:0;list-style:none;text-align:center;font-size:11px;}
	.fMenu li{margin:0;display:inline-block;}
		.fMenu li:after{content:"|";padding:0 3px 0 5px;}
		.fMenu li:last-child:after{display:none;}
		
	#mainFooter h3, #mainFooter h4{font-size:11px;color:#f5f5f5;}

/* --------------------------------------------------------------
ISOTOPE
-------------------------------------------------------------- */
.isotope-item {z-index: 2;}
.isotope-hidden.isotope-item {pointer-events: none;z-index: 1;}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.m-title{margin:0 0 7px;font-size:20px;}
	.m-title span{font-size:16px;color:#333;}
.masonry{margin:0 auto;width:100%;max-width:1280px;left:0;position:relative;}
	
	.element{width:23.82%;margin:12px 6px 0;float:left;overflow:hidden;position:relative;}
	.element img{max-width:100%;}
	
	.caption-gradient {
		background: -moz-linear-gradient(top,rgba(0,0,0,0.45) 0,rgba(0,0,0,0) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.45)),color-stop(100%,rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top,rgba(0,0,0,0.45) 0,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top,rgba(0,0,0,0.45) 0,rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top,rgba(0,0,0,0.45) 0,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,0.45) 0,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
		position:absolute;
		top:0;left:0;width:100%;
		text-align:left;
		min-height:53px;
	}
	
	.caption-gradient h3{float:left;padding:11px 53px 7px 10px;color:#fff;line-height:120%;}
	.save{position:absolute;top:0;right:0;}
		.save a{
			color: #555;
			display: inline-block;
			font-weight: bold;
			margin: 5px;
			padding-top: 8px;
			text-align: center;
			text-decoration: none;
			text-shadow: none;
			vertical-align: top;
			height: 33px;
			width: 38px;
		}
		
	.bottom {
		background: -moz-linear-gradient(top,rgba(0,0,0,0.60) 0,rgba(0,0,0,0) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.60)),color-stop(100%,rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top,rgba(0,0,0,0.60) 0,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top,rgba(0,0,0,0.60) 0,rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top,rgba(0,0,0,0.60) 0,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,0.60) 0,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
		position:absolute;
		bottom:-50px;left:0;width:100%;
		text-align:left;
		height:50px;line-height:48px;
		text-align:center;font-size:14px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		
	}
	
	.element:hover .bottom{bottom:0;}
	
		.bottom h3{float:left;padding-left:10px;color:#fff;}

		.bottom h4{float:right;padding-right:10px;}
			.bottom a{color:#fff;text-decoration:none;}
			.bottom span{font-size:18px;}

/*modal guardar*/
#modal{position:fixed;top:0;left:0;z-index:99;width:100%;height:100%;background:url(../img/bg/modal.png);display:none;overflow-y: auto;}
	.center{display:table;height:100%;width:100%;}
	.middle{display:table-cell;vertical-align:middle;width:100%;height:100%;}
	
	.modalBox{position:relative;margin:0 auto;width:100%;max-width:655px;min-height:338px;background:#fff;}
	.modalBox h4{
		background-color: #f0f0f0;
		border-bottom: 1px solid #DDD;
		font-size: 1.2em;
		font-weight: bold;
		padding: .8em 1em;
		position: relative;
		width: 100%;
		box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	}
	
	.modalBox h4 .ico{float:right;width:14px;height:14px;display:inline-block;background:url(../img/ico/ico.png) -30px 0;font-size:0;text-indent:-9000px;
		position:relative;top:3px;cursor:pointer;
	}
	
	#modal .inner{margin:10px;}
	.modalImg{display: inline-block;margin-bottom: 10px;vertical-align: top;}
	.modalForm{display: inline-block;width: 305px;margin: 0 10px;}
	
	.modalForm textarea{margin-bottom:12px;font-size:12px;}
	.modalForm p{font-size:12px;line-height:140%;text-align:center;}
	
	.modalForm .btn{width:100%;height:35px;}
	
	.modalError{margin-top:12px;}

.saveBox{display:none;/*height:900px;*/}
.imageBox{display:none;max-width:994px;background:#222;
	cursor: default;
	font-size: 13px;
	position: relative;
	text-align: left;
	z-index: 400;
}
	
	.close-details-icon {
		color: #fff;
		font-size: 3em;
		line-height: .4;
		position: absolute;
		right: 20px;
		text-decoration: none;
		top: 15px;
		z-index: 99;
	}
	
	.close-details-icon:hover{color:#f1f1f1;}

	.image-details-main .hd {background: #eee;padding: 10px 20px;}
		.hd .sharing-links{height:32px;border:0;padding:0;}
		.hd .addthis_toolbox{float:left;}
		.hd .addthis_default_style .at300b, .hd .addthis_default_style .at300bo, .hd .addthis_default_style .at300m{padding:0;float:left;margin-right:10px;}
		.flag-icon {display:inline-block;margin-left: 13px;text-indent: 99999px;vertical-align:middle;height:22px;width:13px;background:url(../img/ico/ico.png) -47px 0;
			position:relative;top:4px;overflow:hidden;
		}
		.flag-icon:hover {opacity: .6;}
		.hd .saveThis{position:absolute;top:10px;right:20px;}
		.hd .saveThis span{display:inline-block;height:100%;padding:0 0 0 5px;margin-left:4px;border-left:1px solid #9C0703;}
		
	.image-details-main {
		-webkit-transition: all .35s ease-out;
		-moz-transition: all .35s ease-out;
		-ms-transition: all .35s ease-out;
		-o-transition: all .35s ease-out;
		transition: all .35s ease-out;
		background: #fff;
		height: 100%;
		min-height: 100%;
		left: 0;
		position: relative;
		width: 659px;
		box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:inline-block;
	}
	
	.detail-image {background-color:#000;min-height:200px;	width:100%;}
	.captioned-picture {position: relative;text-align: center;}
	.detail-image img {margin-bottom:-3px;}
	
	.page-nav-wrapper{position:absolute;width:60px;height:88%;cursor:pointer;left:0;top: 0;}
	.wrapper-next{left:auto;right:0;}
		.page-nav-previous {height:34px;width:22px;left: 20px;margin-top:-17px;overflow:hidden;position:absolute;text-indent:-9999px;top:50%;background:url(../img/ico/ico.png) -63px 0;}
		.page-nav-next {height:34px;width:22px;right: 20px;margin-top:-17px;overflow:hidden;position:absolute;text-indent:-9999px;top:50%;background:url(../img/ico/ico.png) -86px 0;}
	
	.image-details-user-info {margin:15px auto;max-width:620px;min-height:600px;}
		.image-details-user-info .is-following{float:right;}
		.media {min-height:57px;}
		.media .img {float: left;margin-right: 10px;}
		h3.original-dig-title{font-size:14px;font-weight:bold;clear:none!important;}
		.original-dig-title a{color:#333;}
		
	.image-details-user-info h3{clear:both;color:#333;font-weight:bold;margin:11px 0 10px;font-size: 14px;line-height: 1.077em;}
	
	.curator-board {margin-top: 10px;}
	.inline-top {display: inline-block;vertical-align: top;}
	
.image-details-sidebar {
	background: #333;
	color: #fff;
	overflow: hidden;
	padding: 15px 20px 0;
	position: absolute;
	right: 0;
	text-align: left;
	width: 335px;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
	.section-head {font-size: 1.8em;margin-top: 10px;}
	
	.similar-images{text-align:justify;margin:0;}
	.similar-images li {width: 94px;height: 100px;display: inline-block;margin-bottom: 6px;overflow: hidden;vertical-align: top;}
	.similar-images img {max-width: 150px;}
	.similar-images img:hover{opacity:0.9;filter:alpha(opacity=90);}
	
	.board-with-image {margin-bottom:15px;}
	.board-with-image li {border-bottom: 1px solid #555;padding: 10px 0 5px;overflow:hidden;margin: 10px 10px 0;}
	
	.board-with-image li p{margin:0;}
	.board-with-image .img {width: 60px;}
	.image-details-sidebar a {color:#FE4E49;}	.image-details-sidebar a:hover{color:#fff;}
	.board-with-image li .board-name {font-size: 1.2em;}
	
	
	.tags li {display: inline-block;margin-bottom: 6px;}
	.tags li a{background-color: #f0f0f0;
		background: #fefefe;
		background: -moz-linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(50%,#f0f0f0),color-stop(100%,#f0f0f0));
		background: -webkit-linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		background: -o-linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		background: -ms-linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		background: linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#f0f0f0',GradientType=0);
		border:1px solid #ccc;
		color: #333;
		cursor: pointer;
		font-size: 13px;
		font-family: Arial,Verdana,sans-serif;
		font-weight: bold;
		text-decoration: none;
		text-indent: 0;
		text-align: center;
		display: inline-block;
		padding: 6px 12px;
		margin: 0 5px 0 0;
		zoom: 1;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	.tags li a:hover{background: #fff;color:#000;}
	
/*interior*/
.digs-image {background-color: #333;min-height: 100px;}
	.image-meta {background-color: #000;background-color: rgba(0,0,0,0.27);left: 50%;margin-left: -25px;padding: 5px 10px;position: absolute;}
	.image-meta a {color:#555;font-size:.9em;font-weight:bold;padding-top:7px;text-decoration:none;vertical-align:top;height: 33px;width: 38px;display:inline-block;}
	
	.digs-image-share {background-color: #eee;border-bottom: 1px solid #ccc;margin: 0;padding: 15px;position: relative;}
	.image-share-inner {margin: 0 auto;max-width: 1280px;}
	
	.image-share-inner .addthis_toolbox{float:right;min-width:116px;}
		.image-share-inner.addthis_default_style .at300b, .hd .addthis_default_style .at300bo, .hd .addthis_default_style .at300m{padding:0;float:left;margin-left:10px;}
	
	.image-share-inner .flag-icon{float:right;}
	
	.fullpage {margin: 30px auto;}
	.pane h2 {border-bottom: 2px solid #ccc;font-size: 1.4em;margin-bottom: 14px;margin-top: 0;padding-bottom: 4px;color:#333;font-weight:bold;}
	.pane h3{color:#333;font-weight:bold;margin: 15px 0 10px;}
	
	.browse-images{background-color: #eee;margin-bottom: 20px;overflow-x: auto;-webkit-overflow-scrolling: touch;padding: 20px;}
		.browse-images .slider {white-space: nowrap;margin: 0;}
		.browse-images .slider li {display: inline-block;margin-right: 8px;height: 100px;overflow: hidden;width: 150px;vertical-align: top;}
	
	.boards-with-image {
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
		height: 268px;
		overflow: hidden;
	}
	
		.boards-with-image li {background-color: #eee;float: right;margin: 0 0 10px 0;padding: .6em .3em;position: relative;width: 49%;
			box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative;
		}
		.boards-with-image .odd {float: left;}
		.boards-with-image .img {height: 112px;width: 152px;}
		
		.bd {overflow: hidden;}
		.boards-with-image h3{font-weight:bold;font-size:14px;margin:0;}
		.boards-with-image .photo-count {position: absolute;bottom:-7px;}
		
		.less-text{display:none;}
		.expanded .less-text{display:inline;}
		.expanded .more-text{display:none;}
		
	.c-colum{padding:30px 0 0 0;}
	.block-ad{margin:0 0 20px;}
		.block-ad img, .block-ad iframe{max-width:100%!important;height:auto;}
	
/* --------------------------------------------------------------
AGREGAR IMAGENES
-------------------------------------------------------------- */
.board{padding:12px 0 0 0;}
.activate {display: none;}
.leftBoard{float:left;padding-right:35px;width:25%;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
	.leftBoard h3{font-size:14px;line-height:1.077em;color:#333;font-weight:bold;margin:0 0 12px;}
	
	.select-board-container {float:left;min-height:45px;width:100%;}
	.dropdown-z.large-box {font-size: 1.1em;margin-bottom: 10px;text-align: left;}
	.dropdown-z.large-box>li {padding:14px;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

	.dropdown-z-title {
		display: inline-block;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #f0f0f0;
		background: #fefefe;
		background: -moz-linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(50%,#f0f0f0),color-stop(100%,#f0f0f0));
		background: -webkit-linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		background: -o-linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		background: -ms-linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		background: linear-gradient(top,#fefefe 0,#f0f0f0 50%,#f0f0f0 100%);
		color: #333;
		border: 1px solid #ccc;
		border-color: #ccc #bbb #aaa;
		cursor: pointer;
		font-weight: bold;
		padding: .5em .7em;
		position: relative;
		text-decoration: none;
		text-shadow: 1px 1px 1px #fff,0 -1px 0 rgba(0,0,0,0.1);
	}
	
	.dropdown-z.large-box i {float: right;margin-top: 5px;}

	.arrow-down {
		display: inline-block;
		width: 0;
		height: 0;
		border-left: .35em solid transparent;
		border-right: .35em solid transparent;
		border-top: .35em solid #555;
		margin: 2px 5px;
	}
	
	.dropdown-z.large-box .submenu {border-radius: 0 0 4px 4px;overflow: auto;width: 100%;}

	.dropdown-z .submenu {
		background-color: #fff;
		display: block;
		font-weight: normal;
		left: 0;
		max-height: 0;
		overflow: hidden;
		position: absolute;
		top: 100%;
		z-index: 100;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.65);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.65);
		box-shadow: 0 2px 3px rgba(0,0,0,0.65);
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		-ms-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
		
	}
	
	.dropdown-z .submenu.show-ul, .dropdown-z .submenu.show-ul2{max-height:300px;}
	.dropdown-z .submenu li{margin:0;}
	.dropdown-z .submenu a {color: #444;display: block;padding: 8px 15px;text-decoration: none;}
	.dropdown-z .submenu a:hover{background-color:#f9f9f9;color:#FD0B05;}
	
	.dropdown-z .create-board a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		background-color: #f5f5f5;
		border-top: 1px solid #ccc;
		font-weight: bold;
		padding: 7px 8px 6px;
	}
	
	.board-entry {display:none;position:relative;}
	.dropdown-z .board-entry input {font-size:1.2em;height:35px;overflow:hidden;padding:6px 66px 6px 6px;width:100%;
		box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:0;border-top:1px solid #ccc;outline:0;
	}
	.dropdown-z .board-entry  a.button {color:#fff;position:absolute;right:5px;text-shadow:none;top:5px;
		-webkit-border-radius:4px;background: #FD0B05;
		-moz-border-radius:4px;
		border-radius:4px;
		height:26px;line-height:28px;padding:0 5px;
	}
	
.rightBoard{float:left;width:75%;}
	.rightBoard h3{font-size:18px;line-height:1.077em;color:#333;font-weight:bold;margin:0 0 12px;}
	
.uploader-content{position:relative;height:30px;cursor:pointer;float:left;margin:0 10px 0 0;}
	.uploader-content button{outline:none;}
	.uploader-content input{position:absolute;top:0;left:0;opacity:0;width:100%;height:30px;filter:alpha(opacity=0);z-index:-1;}

#from-web{width:462px;max-width:100%;display:none;}
	#from-web h4{font-weight:bold;margin:0 0 7px;}
	#from-web .item-form{border:1px solid #ddd;width:298px;float:left;margin:0 10px 0 0;}
	#from-web span{display:inline-block;clear:both;float:right;margin:3px 0 0 0;text-decoration:underline;cursor:pointer;}
	#from-web span:hover{text-decoration:none;}
	
.addImage{margin:15px 0 -18px;position:relative;z-index:1;min-height: 600px;background:#f0f0f0;border-top: 1px solid #ddd;padding:20px 0 0 0;border-bottom: 1px solid #ddd;}
.addImage:before{border-top:1px solid #fff;display:block;content:"";width:100%;position:absolute;top:0;left:0;}

	.addImage .btn{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
	
#board-header{clear:both;overflow:hidden;}
	#board-header .btn{float:left;margin-right:10px;}
	#board-header p{float:left;margin:0;line-height:30px;}
	
.image-module .captioned-picture{float:left;clear:both;overflow:hidden;margin-top:20px;border:1px solid #ddd;max-width:300px;position:relative;}
	.image-module .captioned-picture a.delete-image{position:absolute;top:0;right:8px;z-index:1;font-size:30px;text-decoration:none;font-weight:bold;color:#FD0B05;}
	.image-module .captioned-picture a.delete-image:hover{color:#9C0703;}
	.image-module .captioned-picture img{float:left;max-width:300px;height:auto;}
	.image-info-form{float:left;max-width:300px;background:#f5f5f5;width:100%;}
	.image-info-form textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
		width:100%;height:45px;padding:5px;border:0;background:#fff;border-bottom:1px solid #ddd;overflow:auto;resize:none;
	}
	
	.image-info-form .space{margin:2px 5px 5px;width:290px;height:30px;padding:4px;}
	.optional-info{display:none;}
	
	a.toggle-fields{border-top:1px solid #ddd;color: #333;display: block;padding: 6px 6px;text-align: left;text-decoration: none;}
	a.toggle-fields:hover{color:#333;text-decoration:underline;}
	
	.optional-info select{margin:2px 5px 7px;width:290px;height:30px;padding:4px;}
	.optional-info .item-form{border:1px solid #ddd;width:290px;margin:0 auto 7px;display:block;background:#fff;}

.board-hd-upload{padding:0 0 0 8px;}
	.board-hd-upload button{float:left;margin-right:10px;}
	.board-hd-upload p{float:right;line-height:30px;margin:0;}

.img-list{clear:both;overflow:hidden;padding:15px 0;}
.image-to-dig {width:260px;height:260px;display:inline-block;background-color:#fff;margin:8px;overflow:hidden;vertical-align:middle;position:relative;}
	.image-to-dig img {max-width: 100%;position: absolute;margin: auto;top: 0;left: 0;right: 0;bottom: 0;}
	.to-upload {background-color:#fafafa;background-color:rgba(250,250,250,0.3);display:none;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;}
	.image-to-dig:hover  .to-upload, .true .to-upload{display:block;}
		.to-upload button{margin-top:-15px;position:relative;top:50%;}
		.true .btn-red{background:#9C0703;}
		
		.image-size {background:#fff;background:rgba(255,255,255,0.6);bottom:0;color:#333;font-size:1.1em;margin:0;padding:4px;position:absolute;text-align:center;width:100%;}
		
	#from-web .item-form{margin:0 0 15px;}
	#from-web span{margin:0;line-height:30px;}
	
/* --------------------------------------------------------------
PAGINA USUARIO
-------------------------------------------------------------- */	
.unfollow-toggle{display:none;}
.btn.unfollow-button{display:none;background:#f1f1f1;color:#333;box-shadow:inset 0 0 10px #fff;border:1px solid #ddd;}
.btn.unfollow-button.onhover{color:#fff;background:#FD0B05;box-shadow:inset 0 0 10px #9C0703;border:0;}

.is-following.true .unfollow-button{display:inline-block;}
.is-following.true .follow-button{display:none;}
.follow-action{width:121px;text-align:center;outline:none;border-radius:2px;}
.follow-button.btn-red:hover{background:#9C0703;}

.user-info-image {width:145px;height:163px;text-align:center;}
.user-info {vertical-align: top;display:inline-block;}
	.user-info-image img{max-width:100%;height:auto;}
	
	.user-info-social, .user-info-notifications, .user-info-details {margin-left: 1em;}
	.user-info-details {width: 45%;}
	.user-name {font-size: 1.4em;font-weight: bold;margin: 0;}
	
.user-info-social{clear:both;margin:15px 0!important;display:block;}
	.is-following {display: inline-block;margin-top: 7px;}
	.social-info {font-weight: bold;margin:0 0 0 25px;display:inline-block;clear:none;position:relative;top:18px;}
	
	.social-info li{display:inline-block;border-right:1px solid #ddd;margin-right:10px;padding-right:10px;}
	.social-info li:last-child{border:0;margin:0;padding:0;}
	.social-info a {box-shadow: 0 1px 0 0 #fff;display:inline-block;text-decoration:none;}
	.social-info .social-count {color:#333;font-size: 1.4em;padding-right: .4em;}
	
.topBoard{border-bottom:1px solid #fff;/*background:#333;*/}
.lineBoard{min-height:50px;border-bottom:1px solid #ddd;padding-bottom:10px;margin-top:-10px;position:relative;}
	
.all-boards{height:126px;overflow:hidden;text-align:center;margin:0}
	.all-boards li {width:154px;height:116px;display:inline-block;margin-bottom:0;margin-right: 8px;vertical-align: top;float:none;border:5px solid #f0f0f0;overflow:hidden;}
	.board-list:hover {opacity: 1;}
	.board-list.is-selectedBoard {border: 5px solid #fff;opacity: 1;}
	.captioned-picture {position: relative;text-align: center;}
	.board-list {
		opacity: .5;
		filter:alpha(opacity=50);
		-webkit-transition: opacity .5s linear;
		-moz-transition: opacity .5s linear;
		-ms-transition: opacity .5s linear;
		-o-transition: opacity .5s linear;
		transition: opacity .5s linear;
	}
	.topBoard .captioned-picture .img {display: inline-block;vertical-align: middle;/*padding:5px;*/}
	.board-list .img {width: 154px;height: 116px;display: block;overflow: hidden;}
	.topBoard .captioned-picture .img img {max-width: 100%;}
	.board-list img {max-height: 116px;}
	
	.captioned-picture .internal {bottom: 0;left: 0;position: absolute;}
	.captioned-picture>.bd {text-align: left;width: 100%;padding-bottom:5px;}

	.board-list .bd {	color: white;text-shadow: 1px 1px 1px rgba(0,0,0,0.6);	font-weight: bold;
		background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.87) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.87)));
		background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.87) 100%);
		background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.87) 100%);
		background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.87) 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.87) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
	}
	
	.board-list .bd p{margin:0;padding:0 15px 0;}
	
	.all-boards-tab {
		-webkit-transition: all .35s ease-out;
		-moz-transition: all .35s ease-out;
		-ms-transition: all .35s ease-out;
		-o-transition: all .35s ease-out;
		transition: all .35s ease-out;
		background: #fff;
		border: 1px solid #ddd;
		border-top-width: 0;
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
		box-shadow: 0 2px 3px rgba(221,221,221,0.65);
		color: #333;
		display: block;
		font-size: .9em;
		font-weight: bold;
		margin: 0 auto;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px #fff;
		width: 70px;
		position:absolute;left:50%;bottom:-40px;margin-left:-35px;z-index:10;
	}
	.all-boards-tab:hover{color:#000;background:#f1f1f1;}
	.showing-all{display:none;}
	.expanded .showing-all{display:inline-block;}
	.expanded .showing-some{display:none;}
	
	
.userBoard{height:0;position:relative;overflow:hidden;}
.userBoard .m-title{height:32px;line-height:30px;}
.fullBoard{padding:13px 0 17px 0;}
	.shareBoard{position:absolute;top:0px;right:0;width:300px;float:right;}
	.shareBoard a{float:right!important;}
	
	#fb-root { display: none;} 
	/* To fill the container and nothing else */
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {width: 100% !important;}
	#u_0_1{display:none!important}
	#socialTop .fb_iframe_widget{width:111px!important;}
	
/* --------------------------------------------------------------
HOME PAGE
-------------------------------------------------------------- */
.row .four{width:32.37%;}
.front .contenido, .front .wrapper{max-width:1024px;}
.front #header .contenido, .front #header .wrapper{max-width:1300px;}

#Hsocial{position:absolute;top:23px;right:0;}
	#Hsocial ul{margin:0;list-style:none;}
	#Hsocial li{float:left;margin:0 0 0 5px;background:#fff}
		#Hsocial li a{display:block;width:28px;height:27px;font-size:0;text-indent:-9000px;overflow:hidden;}
		#Hsocial li.fbk a{background:url(../img/ico/ico.png) 0 -35px;}
		#Hsocial li.twt a{background:url(../img/ico/ico.png) -29px -35px;}
		#Hsocial li.gpl a{background:url(../img/ico/ico.png) -58px -35px;}
		#Hsocial li a:hover{opacity:0.90;filter:alpha(opacity=90);}

#mainImg{height:290px;
	background-image:url(../img/bg/mainimg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size: cover;
	position:relative;
	overflow-x:hidden;
}
	#mainImg .row, #mainImg .wrapper, #mainImg .columns{height:100%;}
	#mainImg:after {
		content: "";
		position: absolute;
		top: -15px;
		left: -27px;
		width: 120%;
		z-index: 1;
		box-shadow: 0 10px 15px -5px #000;
		height: 14px;
	}
	

#Hsearch {margin:0 auto;max-width:745px;position:relative;}
.ie678 #Hsearch {width:745px;}

	#Hsearch:before{content:"El más completo portal inmobiliario gratuito";position:absolute;right:0;top:-23px;
		color:#fff;font-family:Times New Roman, Times;font-size:18px;text-shadow:1px 1px 1px #333;letter-spacing:1px;
	}

	#Hsearch form{background:#060606;padding:10px;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;}
		#Hsearch .wrap{float:left;height:30px;width:170px;background-color:#f1f1f1;box-shadow:inset 0 0 10px #fff;}
		#Hsearch .item-form {width:40.25%;margin: 0 1px;float: left;}
		.mac #Hsearch .item-form {width:38.25%;}
		#Hsearch button.btn {height:30px;background:#777;box-shadow:inset 0 0 10px #000;float:left;padding:0;width:44px;
			position:relative;
		}
			#Hsearch button.btn:before{content:"";display:block;position:absolute;top:5px;left:10px;width:24px;height:20px;
				background:url(../img/ico/ico.png) -90px -35px;
			}
		#Hsearch .btn-red{float:right;}

	.bottom-search{background:#3E3F41;padding:10px;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;position:relative;}
		.bottom-search h4{color:#fff;text-transform:uppercase;font-size:18px;}
		.bottom-search h4 span{display:block;text-transform:none;font-size:12px;padding:2px 0 0 10px;}
		.bottom-search .btn{background:#ececec;position:absolute;top:16px;right:10px;color:#333;text-transform:uppercase;font-weight:bold;font-size:12px;}

		.bottom-search h3{position:absolute;top:100%;left:0;padding:3px 0 0 0;color:#fff;font-size:12px;text-shadow:1px 1px 1px #333;}

.home-list{padding:16px 0 0 0;}
	.home-list h1{color:#9f9898;font-size:28px;text-align:center;margin:0 0 31px;}
	.home-list h1 span{display:block;font-size:18px;padding-top:11px;}

	.home-list article{clear:both;overflow:hidden;}
		.home-list figure{float:left;text-align:center;width:240px;margin:0 10px 30px 0;}
		.home-list h3{font-size:18px;font-weight:bold;color:#000;margin:0 0 7px;}
		.home-list p{line-height:150%;}

.sidebar{padding:6px 0 20px;}
	.asideBlock{text-align:center;margin:0 0 20px;}
	.asideBlock:last-child{margin:0;}
	.asideBlock iframe{max-width:100%!important}

.Qblock {margin:0 0 20px;}
	.Qblock h3{color:#695858;font-size:14px;margin:0 0 12px;font-weight:bold;}
	.Qblock ul{margin:0 0 7px;clear:both;overflow:hidden;}
	.Qblock li{margin:0;float:left;width:50%;margin:0 0 1px;}
	#inLoc li{width:100%;}
	.Qblock a:hover{text-decoration:underline}

	.Qblock .vm{font-weight:bold;}

.item-list h3{color:#695858;font-size:14px;font-weight:bold;margin:0 auto 12px;}
	.item-list ul{width:100%;margin:0 auto;display:block}
		.item-list li{float:left;width:25%;margin:0 0 30px;}
	
	.item-list article{border:1px solid #dbdbdb;width:200px;}
		.item-list figure{margin:0 0 3px;}	.item-list figure img{width:100%;height:auto;}
		.item-list header, #featured p, #featured footer{padding:0 10px;}
		
		.item-list header{min-height:45px;}
		.item-list header h2{font-size:13px;font-weight:bold;line-height:120%;}
		.item-list header a{color:#000;}	.item-list header a:hover{text-decoration:underline;}

		.item-list p{color:#989898;line-height:140%;font-size:12px;margin:0;}
		.item-list footer{text-align:right;font-weight:bold;font-size:12px;text-transform:uppercase;padding:6px 10px;}

/*footer home*/
#footer-top{margin-top:-17px;background:#F4F4F4;padding:22px 0 20px;text-align:left;}

	#footer-top .wrapper{max-width:1004px;}
	#footer-top .three{width:23.95%;}

	#footer-top h4{color:#111;font-size:18px;margin:0 0 11px;}
	#footer-top li{margin:0;font-size:12px;}
		#footer-top li a{color:#000;}	#footer-top li a:hover{text-decoration:underline;}

	#footer-top .Fsocial li{margin:10px 0 0 0;}

/* --------------------------------------------------------------
DETALLE
-------------------------------------------------------------- */
#mainDetalle{max-width:1024px;max-width:1220px;}

.detalleTop{border-bottom:1px solid #cdcdcd;padding:0 0 7px;margin:0 0 12px;}
#socialTop{float:left;padding-top:1px;}
	#socialTop ul, #linksTop ul{margin:0;}
	#socialTop li{float:left;margin:0 10px 0 0;}
	#socialTop li:last-child{position:relative;top:-2px;}

#linksTop{float:right;position:relative;top:3px;}
	#linksTop li{float:left;margin:0 0 0 10px;border-left:1px solid #cdcdcd;height:15px;line-height:15px;padding:0 0 0 9px;}
	#linksTop li:first-child{border:0;padding:0;margin:0;}
		#linksTop li a{color:#333;}
		#linksTop li a:hover{text-decoration:underline;}

/*breadcrumb*/
#breadcrumb{clear:both;overflow:hidden;margin:0 0 19px;}

	#breadcrumb ul{margin:0;}	
		#breadcrumb li{margin:0 20px 0 0;float:left;height:30px;line-height:30px;position:relative;padding:0 10px 0 0;}
		#breadcrumb li:after, #breadcrumb li:before {
			left: 100%;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}

		#breadcrumb li:after {
			border-color: rgba(255, 255, 255, 0);
			border-left-color: #fff;
			border-width: 10px;
			margin-top: -10px;
		}
		#breadcrumb li:before {
			border-color: rgba(204, 204, 204, 0);
			border-left-color: #ccc;
			border-width: 11px;
			margin-top: -11px;
		}
		#breadcrumb li:last-child:before{display:none;}
		#breadcrumb li a{color:#333;}	#breadcrumb li a:hover{text-decoration:underline;}
		#breadcrumb li:last-child, #breadcrumb li:last-child a{cursor:default;color:#DC0A0A;}

	#breadcrumb .btn-red{float:right;}

/*datos detalle*/
.detalle header{margin:0 0 17px;}
	.detalle header h1{font-weight:normal;font-size:24px;margin:0 0 9px;}
		.addFav{display:inline-block;width:28px;height:28px;background:url(../img/ico/fav.png) 0 -30px;position:relative;top:6px;}
		.addFav:hover, .addFav.added{background:url(../img/ico/fav.png) 0 0;}
	.detalle header h2{font-weight:bold;font-size:18px;color:#837e7e;}

	.det-left{width:73.5%;float:left;}
	.det-right{width:25%;float:right;max-width:300px;}

	.detalle-info{float:left;/*width:300px;background:red;*/width:32.327%;}
		.info{border:1px dotted #ccc;padding:13px 15px;margin:0 0 20px;}
		.info h3{color:#DC0A0A;font-size:26px;font-weight:bold;margin-bottom:6px;}
		.info h4{margin-bottom:9px;font-weight:bold;}

		.dl-horizontal{font-size:12px}
			.dl-horizontal dt {
			    float: left;
			    /*width: 160px;*/
			    overflow: hidden;
			    clear: left;
			    text-align: right;
			    text-overflow: ellipsis;
			    white-space: nowrap;
			    font-weight:bold;
			    margin-right:5px;
			  }
			  .dl-horizontal dd {margin-left:0px;}
			  .dl-horizontal dd:before,
			  .dl-horizontal dd:after {
			    display: table;content: " ";}
			  .dl-horizontal dd:after {clear: both; }
			  .dl-horizontal dd:before,
			  .dl-horizontal dd:after {
			    display: table;content: " ";}
			  .dl-horizontal dd:after {clear: both;}

			  .dl-horizontal sup{vertical-align:top;position:relative;top:-4px;left:1px;font-size:11px;}


	.detalle-info .ad{padding:10px;border:1px dotted #ccc;text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;}
	.ad{margin:0 0 20px;}
	.adwide{/*background:#f5f5f5;*/border:1px dotted #ccc;text-align:center;padding:10px 0 7px 0;margin:0 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.detalle-img{padding:15px;float:right;width:65.222%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
		background:#f5f5f5;border:1px dotted #ccc;margin:0 0 20px;
	}

	.img-tabs{margin:-15px -15px 15px;}
		.img-tabs ul{margin:0;background:#fff;/*border:1px solid #f5f5f5;border-bottom:0;*/border-bottom:1px dotted #ccc;height:35px;}
		.img-tabs li{display:inline-block;margin:0 -4px 0 0;background:#fff;border-right:1px dotted #ccc;}
		.img-tabs li.active a, .img-tabs li.active a:hover{background:#f5f5f5;cursor:default;text-decoration:none;}
			.img-tabs li.active a{height:36px;}
			.img-tabs li a{color:#111;display:block;padding:0 15px;height:35px;line-height:35px;text-transform:uppercase;font-size:12px;font-weight:bold;}
			.mac .img-tabs li a{font-weight:normal;}
			.img-tabs li a:hover{background:#f5f5f5;}

	.detalle-img .img{text-align:center;width:100%;margin:0 0 18px;}
		.detalle-img img{max-width:100%;height:auto;
			-webkit-transition: all 0.4s ease-out;
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
			-ms-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
		}
		.detalle-img img:hover{opacity:0.8;filter:alpha(opacity=80);}

	.thumbs{max-width:369px;margin:0 auto;position:relative;}
		.thumbs .crsl-items{width:100%;overflow:hidden;height:60px;}
		.thumbs .crsl-wrap{width:200%;}
		.thumbs .crsl-item{float:left;margin-right:15px;}


	#navi a.previous{left:-38px;}
	#navi a.next{right:-38px;}
	#navi a{position:absolute;top:9px;display:block;background: #f5f5f5;font-size:0;text-indent:-9000px;width:25px;height:40px;}
	#navi a:hover{opacity:0.9;filter:alpha(opacity=90);}
		#navi a.previous:after, #navi a.previous:before {
			right: 0;
			top: 20px;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}

		#navi a.previous:after {
			border-color: rgba(255, 255, 255, 0);
			border-right-color: #f5f5f5;
			border-width: 20px;
			margin-top: -20px;
		}
		#navi a.previous:before {
			border-color: rgba(220, 10, 10, 0);
			border-right-color: #DC0A0A;
			border-width: 23px;
			margin-top: -23px;
		}

		#navi a.next:after, #navi a.next:before {
			left: 0;
			top: 20px;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}

		#navi a.next:after {
			border-color: rgba(255, 255, 255, 0);
			border-left-color: #f5f5f5;
			border-width: 20px;
			margin-top: -20px;
		}
		#navi a.next:before {
			border-color: rgba(220, 10, 10, 0);
			border-left-color: #DC0A0A;
			border-width: 23px;
			margin-top: -23px;
		}

.detalle-share{margin:0 0 12px;}
.detalle-cnt{border:1px dotted #ccc;background:#f5f5f5;padding:13px 15px;margin:0 0 20px;}
	
	.detalle-cnt img.figure{padding:1px;border:1px solid #ccc;float:left;margin:0 10px 8px 0;}

	.detalle-cnt dl{margin:0 0 10px;}
	.detalle-cnt dd {margin:0 0 2px;}
	.detalle-cnt h3{font-weight:bold;font-size:17px;color:#837e7e;position:relative;margin:-3px 0 7px;}
		.detalle-cnt h3 a{color:#111;}
		.detalle-cnt a:hover{text-decoration:underline;}
	
	.raty{width:auto!important;margin:0 0 12px;}
		.raty img{float:left;margin:0 2px 0 0;}

	.btn-xs{font-size:11px;padding: 1px 10px;}
	a.btn-grey{border:1px solid #d3d3d3;margin:0 0 10px;text-decoration:none;color:#333;
		border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
		/* IE10 Consumer Preview */ 
		background-image: -ms-linear-gradient(top, #ddd 0%, #F5F5F5 100%);
		/* Mozilla Firefox */ 
		background-image: -moz-linear-gradient(top, #ddd 0%, #F5F5F5 100%);
		/* Opera */ 
		background-image: -o-linear-gradient(top, #ddd 0%, #F5F5F5 100%);
		/* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #F5F5F5));
		/* Webkit (Chrome 11+) */ 
		background-image: -webkit-linear-gradient(top, #ddd 0%, #F5F5F5 100%);
		/* W3C Markup, IE10 Release Preview */ 
		background-image: linear-gradient(to bottom, #ddd 0%, #F5F5F5 100%);
	}

	a.btn-grey:hover{text-decoration:none;color:#333;
		/* IE10 Consumer Preview */ 
		background-image: -ms-linear-gradient(top, #ddd 0%, #fff 100%);
		/* Mozilla Firefox */ 
		background-image: -moz-linear-gradient(top, #ddd 0%, #fff 100%);
		/* Opera */ 
		background-image: -o-linear-gradient(top, #ddd 0%, #fff 100%);
		/* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #fff));
		/* Webkit (Chrome 11+) */ 
		background-image: -webkit-linear-gradient(top, #ddd 0%, #fff 100%);
		/* W3C Markup, IE10 Release Preview */ 
		background-image: linear-gradient(to bottom, #ddd 0%, #fff 100%);
	}

	.wtitle{font-weight:bold;background:#fff;margin:0 -15px 15px;border-bottom:1px dotted #ccc;border-top:1px dotted #ccc;padding-left:15px;
		height: 40px;line-height: 42px;font-size:14px;
	}

	.detalle-cnt input, .detalle-cnt textarea{
		width:100%;-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:6px 10px;margin:0 0 10px;border:1px solid #fff;
	}

	.detalle-cnt input:focus, .detalle-cnt textarea:focus{border-color:#ccc;outline:none;}
	.detalle-cnt textarea{height:100px;resize:none;overflow:auto;margin-bottom:7px;}

	.actions{padding:5px 0 0 0;clear:both;overflow:hidden;}
		.actions button{float:left;margin-right:10px;}
		.actions div{line-height:30px;height:30px;}
		.actions a{font-size:13px;color:#837e7e;font-weight:bold;position:relative;perspective: 1000;}
		.actions a:hover{color:#111;}
			.actions a:after{width:31px;height:30px;content:"";display:block;position:absolute;top:-9px;right:-35px;
				background:url(../img/ico/ico.png) -115px 0;
			}
			.actions a:hover:after{opacity:0.9;}

@media (max-width: 800px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

}

  	.table{width:100%;min-width:728px;border:1px dotted #ccc;}
  	.table-video, .table-mapa, .table-desc{min-width:100%;}
  		table.table thead tr th, table.table tfoot tr td{padding:0 10px;background:#f5f5f5;}
  		table.table thead tr th{font-size:16px;height:40px;vertical-align:middle}
  		table.table tbody tr td{border:1px dotted #ccc;background:#fff}

  	.cl-info table strong{position:relative;}
  		.cl-info table strong:before{content:"";display:inline-block;;width:10px;height:9px;background:url(../img/ico/ico.png) -115px -35px;
  			margin-right:5px;
  		}
  	.cl-info table sup{vertical-align:bottom;position:relative;left:1px;top:-4px;font-size:11px}
  	.table p{line-height:160%;}
  	.table p:last-child{margin:0;}

/* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

	.Flexible-container iframe,   
	.Flexible-container object,  
	.Flexible-container embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

.map td.td1{width:380px;}
	.map td.td1 ul, .map td.td1 ul li{margin:0;}
	.map td.td1 ul li{display:inline-block;margin-right:1px;font-weight:bold;font-size:10px;text-transform:uppercase;}
	.map .td1 li a{color:#333;display:block;padding:4px 10px 3px;border:1px solid #ccc;border-bottom:0;}
	.map .td1 li a:hover{background:#f5f5f5;}

	.border{border:1px solid #ccc;background:#f5f5f5;}
	

	.map .td2{line-height:140%;}
	.table .td2 h4{font-weight:bold;font-size:15px;color:#DC0A0A;margin:0 0 4px;}
		.table .td2 h4 span{display:block;color:#333;font-size:12px;}

	.table-video ul{width:100%;}
	.table-video ul, .table-video li{display:inline-block;margin:0;}
	.table-video li{padding:0;float:right;height:13px;line-height:22px;}
	.table-video li:first-child{float:left;}
	.table-video .addthis_counter{margin-right:10px;width:50px;}
	.table-video a{color:#333;}
	.table-video a:hover{text-decoration:underline;}

/*RELACIONADOS*/
.rtitle{font-weight:bold;font-size:14px;color:#DC0A0A;margin:0 0 7px;}
.rel{position:relative;margin:0 0 15px;}
	.rel .caption-gradient a{color:#fff}
	.rel .bottom{bottom:3px;font-size:12px;height:40px;line-height:42px;}
	.rel .bottom span{font-size:12px;}

#linksTop select{display:none}
.xs-only{display:none;}

/* --------------------------------------------------------------
LISTADO
-------------------------------------------------------------- */
#listado{position:relative;}
	
	.main-doble{width:82.5%;float:left;min-height:700px;}

	.main-right{float:right;width:77.777%;min-height:100px;}
	.main-left{float:left;width:22.223%;min-height:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right:15px;
	}

	.side-right{float:right;width:17.5%;min-height:150px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left:15px;
		position:absolute;top:0;right:0;
	}

/*side elements*/
.alert{background:#DC0A0A;color:#fff;padding:10px 10px 7px;border:1px solid #C62421;margin:0 0 20px;}
	.alert .form-txt{background:#fff;height:28px;width:100%;padding:6px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin:0 0 5px;font-size:12px;color:#000;
	}
	.alert .form-txt:focus{box-shadow:0 0 10px #fff;-moz-box-shadow:0 0 10px #fff;-webkit-box-shadow:0 0 10px #fff;outline:none;}
	.alert button{background:none;border:0;padding:0;width:100%;height:21px;line-height:23px;color:#fff;cursor:pointer;text-align:right;
		text-transform:uppercase;font-size:12px;font-weight:bold;position:relative;outline:none;
	}
		.alert button:before{content:"";display:block;position:absolute;top:2px;left:0px;width:30px;height:17px;background:url(../img/ico/ico.png) -150px 0;}

.filters-on{background:#f5f5f5;padding:7px 10px 12px;margin:0 0 20px;border:1px dotted #ccc;}
	.filters-on h3{text-shadow:1px 1px 0 #fff;}
	.filters-on ul, .filters-on li{margin:0;padding:0;position:relative;}
	.filters-on li{margin:0 0 9px;}
	.filters-on li:last-child{margin:0;}

	.filters-on li a{display:inline-block;padding-right:30px;font-weight:bold;}
	.filters-on li a:hover{text-decoration:underline;}
		.filters-on li a:after{content:"x";display:block;background:#C62421;border:1px solid #fff;width:19px;height:19px;text-align:center;line-height:16px;
			position:absolute;top:-1px;right:0;color: #fff;font-weight:bold;font-size:13px;
		}

.filters{background:#f5f5f5;padding:0 10px 0px;margin:0 0 20px;border:1px dotted #ccc;border-top:0;}

	#accordion h4{margin:0 -10px -1px -10px;background:#fff;height:35px;line-height:36px;padding:0 10px 0 31px;font-size:14px;font-weight:bold;
		border-bottom:1px dotted #ccc;border-top:1px dotted #ccc;position:relative;cursor:pointer;
	}
		
		#accordion h4:after {
			left: 13px;
			top: 18px;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(0, 0, 0, 0);
			border-left-color: #000;
			border-width: 6px;
			margin-top: -6px;
		}

		#accordion .expanded h4:after {
			top: 22px;
			left: 16px;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(0, 0, 0, 0);
			border-top-color: #000;
			border-width: 6px;
			margin-left: -6px;
		}

	.acc-body{display:none;padding:8px 0;}
	/*.expanded .acc-body{display:block;}*/
	.hidden{display:none;padding-top:4px;}

	#accordion ul, #accordion, #accordion li{margin:0;}

	#accordion li li{margin:0 0 4px;font-size:12px;}
	#accordion li:last-child{margin:0;}

	#accordion a{display:inline-block;margin-right:4px;}
	#accordion a:hover{text-decoration:underline;}

	#accordion .vm{font-size:10px;display:block;margin-top:5px;font-weight:bold;text-transform:uppercase;text-align:right;}
	#accordion .vm .vm2{display:none;}
	#accordion .vmn .vm2{display:inline-block;}
	#accordion .vmn .vm1{display:none;}

	.acc-body form{padding:8px 0 4px 0;}
		.acc-body form input{width:100%;height:30px;padding:6px;font-size:12px;border:1px solid #ccc;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.acc-body form input.half{width:38%;}
		.acc-body form span{display:inline-block;width:2%;text-align:center;line-height:31px;}
		.acc-body form button{width:15%;height:26px;background:#ececec;border:1px solid #ccc;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			outline:none;cursor:pointer;display:inline-block;position:relative;top:7px;left:2px;
			border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
		}
		.acc-body form button:hover{background:#f1f1f1}
		.acc-body form button:after, .acc-body form button:before {
			left: 37%;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}

		.acc-body form button:after {
			border-color: rgba(236, 236, 236, 0);
			border-left-color: #ececec;
			border-width: 7px;
			margin-top: -7px;
		}
		.acc-body form button:before {
			border-color: rgba(198, 36, 33, 0);
			border-left-color: #C62421;
			border-width: 10px;
			margin-top: -10px;
		}

		.acc-body form select{width:100%;height:30px;padding:6px;border:1px solid #ccc;}

/*side right*/
.side-right .ad{border:1px dotted #ccc;padding:10px 0;text-align:center;}
.side-share .addthis_default_style .at300b, .side-share .addthis_default_style .at300bo, .side-share .addthis_default_style .at300m{padding:0 8px;}

/*main listado content*/
.top-list{border-bottom:1px dotted #ccc;padding:10px 0 12px;margin:0 0 7px;}
	.top-list h1{font-size:22px;font-weight:bold;margin:0 0 7px;}
		.top-list h1 span{color:#DC0A0A;}
	.top-list h4{font-size:18px;color:#837e7e;}
		.top-list h4 span{color:#000;}

.menu-list{border-bottom:1px dotted #ccc;padding:0 0 8px;margin:0 0 20px;}
	.types{float:left;}
	.types li, .menu-list ul{margin:0;display:inline-block;}
	.types li{border-right:1px dotted #ccc;margin:0 2px 0 0;}
	.types li:last-child{border:0;}

	.types li a{display:inline-block;padding:0 10px 0 19px;position:relative;color:#000;}
	.types li a:hover{text-decoration:underline;}
	.types li.current a{text-decoration:none;cursor:default;color:#DC0A0A;font-weight:bold;}
		.types li a:before{content:"";display:block;position:absolute;top:1px;left:0;width:15px;height:15px;}
		.types li.current a:before{opacity:0.6;}
		.types li.aList a:before{background:url(../img/ico/ico2.png) -130px -35px;top:2px;}
		.types li.aMap a:before{background:url(../img/ico/ico2.png) -146px -35px}
		.types li.aFot a:before{background:url(../img/ico/ico2.png) -162px -35px;}


	.sort{float:right;position:relative;font-size:12px;z-index:99;}
		
		.sort span{cursor:pointer;display:inline-block;position:relative;padding-right:14px;}	
			.sort span:after, .sort span:before {
				top: 7px;
				right: 0;
				border: solid transparent;
				content: " ";
				height: 0;
				width: 0;
				position: absolute;
				pointer-events: none;
			}

			.sort span:after {
				border-color: rgba(0, 0, 0, 0);
				border-top-color: #000;
				border-width: 4px;
				margin-left: -4px;
			}
			.sort span:before {
				border-color: rgba(0, 0, 0, 0);
				border-top-color: #000;
				border-width: 5px;
				margin-left: -5px;
			}

		.sort span:hover{text-decoration: underline;}
		.sort ul{display:none;position:absolute;top:100%;left:-8%;width:117%;padding:7px 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			background:#fff;border:1px solid #ccc;
			border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
			box-shadow:0 2px 8px #ccc;-moz-box-shadow:0 2px 8px #ccc;-webkit-box-shadow:0 2px 8px #ccc;
		}
		.sort li{margin:0;}
		.sort li a:hover{text-decoration:underline;}

/*listado articles*/
.items-list{}
	.items-list .item{border-bottom:1px dotted #ccc;padding:0 0 12px;margin:0 0 15px;clear:both;overflow:hidden;position:relative;}
		.items-list figure{float:left;}
		.items-list img{border:1px solid #ccc;padding:2px;
			-webkit-transition: all 0.4s ease-out;
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
			-ms-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
		}
		.items-list img:hover{opacity:0.8;filter:alpha(opacity=80);}

		.items-list header{margin-left: 136px;margin-bottom:5px;margin-right:120px;}
			.items-list header h3{font-size:16px;line-height:125%;}	
			.items-list header h3 a{color:#0000CC;}
			.items-list header h3 a:hover{color:#DC0A0A;}

		.items-list .cnt{margin-left: 136px;margin-right:120px;}
			.items-list .cnt p{margin:0;line-height:140%;}
			.items-list .cnt p.feat{font-weight:bold;color:#C62421;margin:3px 0;}
			.items-list .cnt p strong{color:#444;}

		.items-list footer{position:absolute;top:0;right:0;text-align:right;font-weight:bold;}
			.items-list footer span{display:block;color:#DC0A0A;font-size:20px;text-align:left;}

/*pagnador*/
.paginator{text-align:center;padding:10px 0;}
	.paginator ul, .paginator li, .paginator a{display:inline-block;margin:0;}
	a.pag-nav{font-weight:bold;color:#DC0A0A;padding:0 5px}
	a.pag-nav:hover{text-decoration:underline;color:#DC0A0A;}

	.paginator li a{width:30px;height:30px;line-height:31px;color:#000;text-align:center;border:1px solid #ccc;
		border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin:0 4px;font-weight:bold;
	}

	.paginator li a.active{color:#DC0A0A;cursor:default;
		background-image: -ms-linear-gradient(top, #ddd 0%, #fff 100%);
		background-image: -moz-linear-gradient(top, #ddd 0%, #fff 100%);
		background-image: -o-linear-gradient(top, #ddd 0%, #fff 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #fff));
		background-image: -webkit-linear-gradient(top, #ddd 0%, #fff 100%);
		background-image: linear-gradient(to bottom, #ddd 0%, #fff 100%);
	}

/*listado inmobiliaria*/
.left-user, .right-user{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;width:50%;
}
.left-user{padding-right:10px;}
.right-user{padding-left:10px;}

.top-user .detalle-cnt{margin:0 0 5px;}
	.top-user .rtitle{font-size:17px;}
	.top-user .detalle-cnt h3{font-size:22px;color:#000;margin:0 0 12px;}

/*FIXES DETALLE*/
/*captcha*/
.detalle-cnt form img{float:left;}
.detalle-cnt input#codigo{height:35px;float:right;width:auto;}

ins.detalle-responsive{display:block!important;margin:0 auto 6px;}

.bottom{height:35px;line-height:36px;bottom:-35px;}
.bottom span{font-size:15px;}
.element img{width:100%;max-width:auto;}

/* --------------------------------------------------------------
LISTADO INMOBILIARIAS
-------------------------------------------------------------- */
.inmo-list{clear:both;overflow:hidden;margin:20px 0;background:#F2F5FA;padding:15px 5px 0;}
	
	.inmo-item{width:33.333333%;padding:0 10px;float:left;position:relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin:0 0 15px;
	}
	.inmo-item div{background:#fff;border:1px solid #DEDFE2;height:258px;
		border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
	}

	.inmo-item figure{position:relative;margin:0 0 43px;top:-1px;}
		.inmo-item .bg-img{width:100%;height:auto;position:relative;z-index:1;
			border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;
		}
		.inmo-item .profile{position:absolute;left:10px;top:100%;margin-top:-30px;
			border:2px solid #fff;z-index:5;
			border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;
		}

	.inmo-item header{padding:0 10px;position:relative;margin:0 0 11px;}
		.inmo-item header h3{font-weight:700;font-size:14px;margin:0 0 2px;}
			.inmo-item header h3 a{color:#000;}
			.inmo-item header h3 a:hover{color:#DC0A0A;}
		.inmo-item header h5{color:#DC0A0A;font-size:12px;text-transform:uppercase;font-weight:700}

	.inmo-item p{padding:0 10px;position:relative;overflow:hidden;height:64px;font-size:12px;line-height:140%}

	a.vf{position:absolute;right:10px;top:-39px;display:inline-block;color:#fff;text-decoration:none;font-weight:700;
		padding:5px 10px 4px;font-size:12px;
		border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background:#444;
	}
	a.vf:hover{background:#DC0A0A}

/* --------------------------------------------------------------
NUEVO FRONT
-------------------------------------------------------------- */
	/*.frontLeft{width:53.4%;float:left;}*/
	.frontLeft{width:63.4%;float:left;}
	
	.frontLeft #mainImg{overflow:hidden;height:auto;padding:30px 20px;}
	.frontLeft #mainImg .twelve{max-width:675px;margin:0 auto;float:center}
	
	.frontLeft #Hsearch{padding:8px;background:rgba(0,0,0,0.65);
		border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
	}
		.frontLeft #Hsearch:before{display:none;}
		.frontLeft #Hsearch h1{color:#FFF;font-size:22px;font-weight:400;}
		.frontLeft #Hsearch form{background:rgba(0,0,0,0.8);padding:15px 20px 20px;
			border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
		}
		.frontLeft #Hsearch .wrap{width:47%;margin:0 0 15px;}
		.frontLeft #Hsearch .wrap:last-child{float:right;}

		.btnText{clear:both;overflow:hidden;color:#fff;text-align:right;font-size:20px;line-height:30px;margin:0 0 15px;}
		.frontLeft #Hsearch button.btn-red:before{display:none;}
		.frontLeft #Hsearch button.btn-red{
			width:auto;background: #FD0B05;padding: 5px 10px;
			box-shadow:inset 0 0 10px #9C0703;;-moz-box-shadow:inset 0 0 10px #9C0703;;-webkit-box-shadow:inset 0 0 10px #9C0703;;
		}
		.btnText .btn-red{padding:5px 30px!important;}

		.fullSearch{padding:0 41px 0 0;position:relative;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.frontLeft #Hsearch .item-form{width:100%;margin:0;}
		#Hsearch .fullSearch button.btn{position:absolute;top:0;right:0;}

		.frontLeft .bottom-search{background:none;text-align:right;
			border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;
		}
			.frontLeft .bottom-search h4{text-transform:none;text-shadow:1px 1px 0 #000;font-size:26px;text-align:left;
				margin:5px 0 15px;
			}
			.frontLeft .bottom-search .btn{position:relative;right:auto;top:0;}

	.frontLeft #quickLinks{padding:10px 0px;max-width:750px;margin:0;float:right;clear:both;}
		.frontLeft #quickLinks li, .frontLeft #quickLinks li a{color:#333;}

	.frontLeft #featured{padding:0 10px 0 0;margin:0;max-width:740px;float:right;clear:both;}
	.frontLeft .item-list ul{margin:0 -5px;width:auto;}
		.frontLeft .item-list li{width:33.3333%;padding:0 5px;margin:0 0 20px;/*max-width:212px;*/
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.frontLeft .item-list li:nth-child(3n+3){clear:right;}
		.frontLeft .item-list li:nth-child(3n+4){clear:left;}
		.frontLeft .item-list li article, .frontLeft .item-list li article img{width:100%;}

		.frontLeft .item-list footer{color:#DC0A0A;padding:5px 10px!important;}

	.frontBanner{margin:0 40px 20px;max-width:590px;float:left;
		background:#838383;padding:15px;position:relative;
	}
		.frontBanner img{width:100%;height:auto;float:left;}
		.frontBanner h3{position:absolute;left:15px;right:15px;top:15px;
			background:rgba(255,255,255,0.4);color:#333;padding:20px 60px;font-size:26px;
		}
			.frontBanner h3 span{display:block;text-align:right;margin-top:8px;}

		.frontBanner a{color:#fff;position:absolute;right:30px;bottom:30px;font-size:20px;font-weight:700;}
		.frontBanner a:hover{text-decoration:underline;}

	.frontLeft .inmo-list{margin:0 10px 0 0;max-width:675px;float:right;}
	.frontLeft .inmo-item div{height:auto;max-height:268px;padding-bottom:0px;}

	.frontLeft .inmo-list>h3{color:#695858;font-size:14px;font-weight:bold;margin:0 0 12px;padding:0 0 0 10px;}

/*MURO*/
.frontRight{width:36.6%;float:right;}
	
	.wall{background:#f5f5f5;float:left;width:100%;max-width:576px;clear:both;padding:10px;
		margin:-14px 0 0 -10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.wallShare{position:relative;margin:0;padding:5px 5px 5px 40px;background:rgba(0,0,0,0.65);height:48px;
		position:relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.wallShare.focused{height:200px;}

		.pencil{position:absolute;top:7px;left:5px;width:30px;height:30px;background:url(../img/ico/ico.png) 0 -65px;
			display:inline-block;
		}
		.wallShare label{position:absolute;left:0px;top:0;cursor:text;padding:11px;width:100%;height:38px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;font-weight:700;color:#666;
		}
		/*.wallShare.onfocus label, .wallShare.wc label{display:none;}*/

		.wallShare textarea{width:100%;padding:10px;resize:none;overflow:auto;height:100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		.wallShare.focused textarea{height:75%;}

		.wallActions{border: 1px solid #fff;background:#fff;outline: none;box-shadow: inset 0 0 10px #fff;
			display:none;margin-top:1px;
		}
			.wallActions ul{padding:5px;margin:0;clear:both;overflow:hidden;}
				.wallActions li{float:left;margin:0;}
				.wallActions li a{color:#333;text-decoration:none;padding-top:7px;display:inline-block;font-size:12px;}
				.wallActions li a.btn{color:#fff;padding-top:7px;}
				.wallActions .liRight{float:right;}

				.icoP{font-size:0;text-indent:-9999px;width:15px;height:15px;display:inline-block;
					background:url(../img/ico/ico.png) -162px -35px;position:relative;top:2.5px;margin-right:5px;
				}
		.wallActions.active{display:block;}

	.wallPost{background:#fff;padding:15px;position:relative;clear:both;overflow:hidden;margin:10px 0 0 0;}
		.wallPost a:hover{text-decoration:underline;}
		.wallP{float:left;border:3px solid #F5f5f5;}
			.wallP img{float:left;}
		.wallC{padding:0 0 0 75px;}

		.wallPost header h3{display:inline-block;margin:0 5px 0 0;font-weight:700;font-size:13px;}
		.wallPost header h5{display:inline-block;font-weight:400;font-size:13px;margin:0 0 6px;}

		.wallPost p{font-size:13px;line-height:140%;margin:0 0 5px;}

		.wallPost figure{background:#F5f5f5;position:relative;overflow:hidden;max-height:180px;}
			.wallPost figure img{width:100%;height:auto;float:left;border:3px solid #f5f5f5;
				margin-bottom:10px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.wallPost figure ul{clear:both;overflow:hidden;margin:0 0 10px;}
			.wallPost figure li{float:left;width:50%;padding:0 10px;margin:0 0 6px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.wallPost figure li.even{clear:left;width:66%;}
			.wallPost figure li.odd{clear:right;width:34%;text-align:right}

			.wallPost figure li span{font-weight:700;font-size:14px;color:#DC0A0A;position:relative;top:-3px;}

			.wallPost footer{margin:10px 0 0 0;font-size:11px;color:#555;}
				.wallPost footer span.time{display:inline-block;margin:0 5px;}
				.Wallshare{display:inline-block;position:relative;top:3px;}

/* --------------------------------------------------------------
INMOMURO
-------------------------------------------------------------- */
.main-left .detalle-cnt{margin-top:40px;}	
	.main-left .detalle-cnt img.figure{float:none;margin:-150px 0 15px;background:#fff;}
	.main-left .detalle-cnt .actions .btn{width:100%;}

	.links-top{height:39px;border:1px dotted #ccc;background:#f5f5f5;margin:0 0 20px;}
		.links-top ul, .links-top ul li{margin:0;padding:0;}
		.links-top ul li{float:left;border-right:1px dotted #CCC;}

		.links-top ul li a{display:block;height:100%;line-height:39px;padding:0 25px;font-size:15px;
			font-weight:700;color:#000;
		}
		.links-top ul li a:hover{color:#DC0A0A;}
			.links-top ul li a span{font-size:14px;color:#777;position:relative;top:-1px;}

		.links-top ul li.active a{background:#fff;color:#000;position:relative;}
			.links-top ul li.active a:before{content:"";display:block;width:100%;top:100%;height:1px;
				background:#fff;position:absolute;left:0;
			}

.main-right .wall{max-width:100%;margin:0;padding:0 10px 10px;}	
	.main-right .wall figure img{width:100%;}

.inmomuro .main-left.VISIBLE, .inmomuro .side-right.VISIBLE{display:none;}

.topImg{margin-bottom:20px;}
	.topImg img{width:100%;height:auto;}
/* --------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------- */
@media(max-width:1366px){
	.frontLeft .item-list li{max-width:198px;}
}

@media(max-width:1024px){
	.frontLeft .inmo-item{width:50%;}
	.btnText{font-size:16px;line-height:150%;}
}
@media (max-width: 1023px) {
.breadcrumb{cursor:pointer;}
.breadcrumb:before{content:"";display:block;width:30px;height:30px;background:url(../img/ico/ico.png);position:absolute;top:0;left:0;cursor:pointer;}	
	.breadcrumb nav{display:none;}
	.breadcrumb select{display:block;opacity:0;height:30px;position:relative;left:-2px;cursor:pointer;}
	
	.image-details-main{width:100%;}
	.image-details-sidebar{width:100%;position:relative;}
	.close-details-icon{top:19px;color:#333;}	.close-details-icon:hover{color:#000;}
	.hd .saveThis{right:55px;}

	#featured article{width:168px;}

	/*detalle*/
	.img-tabs li a{padding:0 10px;}
	#linksTop li{padding-left:4px;margin-left:5px;}

	.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m{margin-bottom:5px;}
	.thumbs #navi{display:none!important;}
	.actions a span{display:none;}
	.actions a:after{right:-40px;}

	.map td.td1 {width: 300px;}

	#socialTop li:last-child{width:70px;}
	.detalle-cnt{padding:13px 10px;}
	.detalle-cnt dd h3{font-size:14px;}
	.detalle-cnt .wtitle{margin-left:-10px;margin-right:-10px;}

	table.table tbody tr td{font-size:11px}

/*listado*/
.main-doble{width:100%;}
	.main-left{width:26%;}
	.main-right{width:74%;}
	.side-right{position:relative;float: left;padding: 0;width: 24%;}	
		.side-share .addthis_default_style .at300b, .side-share .addthis_default_style .at300bo, .side-share .addthis_default_style .at300m{padding:0 5px;}

.bottom{height:35px;line-height:36px;bottom:0;}
}

@media(max-width:800px){
	.frontLeft, .frontRight, .frontLeft #mainImg .twelve{width:100%;max-width:100%;}
	.frontLeft #quickLinks, .frontLeft #featured{width:100%;max-width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:10px 30px;
	}
	.btnText{font-size:20px;line-height:30px;}

	.frontLeft .item-list li{max-width:100%;}
	#featured article{width:100%;}

	.frontBanner{float:none;margin:0 auto 20px;clear:both;overflow:hidden;}
	.frontLeft .inmo-list{max-width:100%;margin:0 0px 16px;}
	.frontLeft .inmo-item{width:33.333333%;}
	.wall{margin:0;max-width:100%;}
	.Wallshare{top:9px;}
	.wallPost figure img{width:100%;}
	/*.frontLeft .item-list li{width:50%;max-width:100%;}
	.frontLeft .bottom-search h4{font-size:20px;}
	.frontLeft .item-list li:nth-child(4n+4){clear:none;}
	.frontLeft .item-list li:nth-child(3n+3) {clear:none;}

	.frontLeft .item-list li:nth-child(2n+2){clear:right;}
	.frontLeft .item-list li:nth-child(2n+1) {clear:left;}

	.frontBanner h3{padding:15px;}

	.frontLeft .inmo-item{width:100%;}*/
}

@media (max-width: 767px) {
	.mob{display:none;}
	.head-sub .item-form{width:50%;}
	
	body .head-top .columns.seven{float:left!important;width:30%!important;}
	body .head-top .columns.five{float:left!important;width:70%!important;}
	
	body .masonry{left:0;width:106%;top:-12px;}
	body .element{width:46%;margin-right:2.5%;margin-left:0;}
	
	.searchBar .wrap:last-child{margin-right:0;}

	
	.masonry{left:0;}
	
	.head-sub{height:auto;}
	.site-name{position:relative;left:-8px;}
	body .head-sub #search-header{width:100%;background:#060606;position:relative;top:0;right:0;padding:10px 0;
		box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;	
	}
	
		.head-sub .wrap{width:165px;}
		.selecter-selected{font-size:12px;}
		
		.head-sub .btn-red{position:absolute;top:-29px;right:0;}
		
		.searchBar h4, .searchBar .item-form{width:34.56%;}
		.searchBar h4{text-align:right;}
		.searchBar button.btn{width:122px;margin-right:0;clear:right;}
		.searchBar .wrap{width:34.56%;margin-top:10px;}
		.searchBar a.btn{margin-top:10px;float:left;margin-left:10px;}
		
	.leftBoard{width:100%;padding-right:0px;}
	.rightBoard{width:100%;}
		
/*modal*/
/*.modalBox{top:0;margin-top:0;height:100%;overflow:auto;}*/
	.modalImg{display:block;text-align:center;}
	.modalForm{display:block;width:auto;margin:0;padding:0 0 7px;text-align:center;}
	
	.rightBoard h3, #board-header p{line-height:140%;text-align:center;}
	#board-header p{margin-top:7px;}
	
	.image-to-dig{width:212px;height:212px;}

	.rels{max-width:300px;}

/*home page*/
	.front .head-sub{height:74px;}

.bottom-search{padding-bottom:10px}
	.bottom-search .btn {position:relative;right:auto;top:auto;margin-top:8px;}

/*detalle*/
.det-left, .det-right{max-width:100%;width:100%;float:none;margin:0 auto;}


#linksTop select{display:block;height:20px;position:relative;top:-2px;}
#linksTop ul{display:none}

/*listado*/
.main-doble{width:100%;}
	.main-left{width:50%;padding-right:10px;}
	.main-right{width:100%;}
	.side-right{position:relative;float: left;padding: 0;width:50%;}	

.paginator{margin-bottom:15px}

.frontLeft, .frontRight, .frontLeft #mainImg .twelve{width:100%!important;}

.main-right .wall{margin-bottom:0px;}
.inmomuro .main-left, .inmomuro .side-right{display:none;}
.inmomuro .main-left.VISIBLE, .inmomuro .side-right.VISIBLE{display:block;margin-bottom:30px;}


}

@media (max-width: 480px) {
.all-boards li , .board-list .img{width:130px;height:98px;}
	.all-boards li img{height:auto;max-width:100%;}
	
	.image-details-user-info{padding:0 10px;}
	.similar-images{padding:0 25px;}
	.boards-with-image .img{width:100px;}

	#Hsearch .wrap{width:173px;margin:0 1px 10px 0;}
	#Hsearch .item-form{width:50.25%;margin:0 0 10px;}

/*home page*/
.item-list li{width:50%;margin-bottom:20px;}
	.item-list article{width:218px;}
	#Hsocial{top:-37px;}

.front aside.sidebar{display:none}

.home-list h1{cursor:pointer;}
.list-items{display:none;}

.detalle-info, .detalle-img{float:none;width:100%;}
.thumbs #navi{display: block!important}

#breadcrumb li{margin-right:15px;padding-right:5px;}
	#breadcrumb li:first-child{display:none;}

/*listado*/
.items-list .item{padding-bottom:0}
.items-list header, .items-list .cnt{margin-right:0px;}
	.items-list figure{margin:0 0 10px; min-height:90px; min-width:120px}
	.items-list footer{position:relative;display:block;margin-top:10px;text-align:right;padding:5px 15px 8px;
		border-top:1px dotted #ccc;background: #f5f5f5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;clear:both;
	}
	.items-list footer span{display:inline-block;text-align:left;}
	.items-list .addFav{margin-left:8px;}

.left-user, .right-user{width:100%;float:none;padding:0;}

/*listado inmobiliarias*/
.inmo-item{width:100%;}

.frontLeft #mainImg{padding:20px 10px;}
.frontLeft #Hsearch form{padding:15px 10px 20px;}
.frontLeft #Hsearch h1{font-size:15px;margin:0 0 10px;}
.frontLeft #Hsearch .wrap{width:49%;}
.btnText{font-size:14px;line-height:150%}
.frontLeft .bottom-search h4{font-size:17px;}

.frontLeft #quickLinks, .frontLeft #featured{padding:10px 0;}

.frontLeft .item-list li{width:100%;}

.frontBanner h3{padding:10px;font-size:16px;}
	.frontBanner h3 span{margin:0;}

.frontBanner a{bottom:20px;}
.frontLeft .inmo-item{width:100%;}

.wallPost{padding:10px;}
	.wallP{margin:0 10px 5px 0;}
	.wallC{padding:0;}

	.wallPost figure li.even{width:58%;padding-right:0}
	.wallPost figure li.odd{width:42%;}

	.links-top ul li a{font-size:13px;padding:0 12px;}
	.links-top ul li a span{font-size:12px}

	.main-left .detalle-cnt img.figure{margin-top:-50px}

}

@media (max-width: 360px) {
.site-name{display:inline-block;margin-bottom:3px;}
body .head-sub .btn-red{top:auto;position:relative;}
body .head-sub .wrap{width:148px;}
.head-sub .btn{margin-top:10px;}

body .masonry{left:-2px;}
body .main-right .masonry{left:0px;}
body .element{width:100%;margin-right:0;}
body .main-right .element{margin-left:0;}
	.bottom{bottom:0;}

	.searchBar h4{float:none;text-align:left;width:145px;}
	.searchBar .item-form{width:145px;}
	.searchBar .wrap{width:145px;margin-top:10px;margin-bottom:10px;}
	.searchBar .btn{width:145px!important;margin:0!important;}
	.searchBar a.btn{float:right;}
	
	.image-to-dig{width:300px;height:300px;}
	.social-info{margin:0;}
	
	.image-details-main .hd{padding-left:10px;}
	.close-details-icon{right:5px;}	
	.hd .saveThis{right:35px;}
	
	.image-details-sidebar{padding:15px 15px 0;}
	.similar-images{padding:0;}
	
	.boards-with-image .img{width:60px;}

	.items-list figure{margin:0 0 10px; min-height:90px; min-width:120px}


/*home*/
	.front .site-name{width:200px;top:17px;}
	
	#Hsearch:before{font-size:14px;}
	#Hsearch .wrap{width:139px;margin:0 1px 10px 0;}
	#Hsearch .item-form{width:50%;margin:0 0 10px;}

	.home-list h1{font-size:22px;}
	.home-list figure{display:none;}

	.item-list li{width:100%;float:none;margin:0 0 20px;}
	.item-list article{margin:0 auto;width:100%;}

	#Hsocial{top:-26px;}

	.thumbs #navi{display: none!important}

#linksTop{width:100%;}
.detalleTop{padding-bottom:10px;}
	.detalleTop select{top:0;margin-top:5px;float:left;}

#breadcrumb{margin:0 0 12px;}
	#breadcrumb li{margin-right:20px;padding-right:10px;margin-bottom:7px;}
	
	#breadcrumb .btn-red{float:left;}

	.detalle header h1{font-size:20px;}
	.detalle header h2{font-size:14px;}

	.img-tabs li a{font-size: 9px;}
	.map{display:none}
	.map.xs-only{display:table-row;}
	.map.xs-only td.td1, .map.xs-only td.td2{width:100%;}

/*listado*/
.main-left{width:100%;padding-right:0;}
	.side-right{width:100%;}	

.top-list h1{font-size:20px;line-height:130%}
.top-list h4{font-size:16px;}
.items-list figure{float:none;width:100%;}
	.items-list img{width:100%;padding:4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

.items-list header, .items-list .cnt{margin-left:0;}
.paginator li a{width:25px;margin:0 2px;}
}

@media (min-width: 550px) and  (max-width: 600px) {
	#Hsearch .item-form{width:30.25%;}
	#Hsocial{top:-26px;}
	.item-list li{width:33%;margin-bottom:20px;}
		.item-list li article{width:175px;}
}

@media (min-width: 767px) and  (max-width: 1023px) {
	.site-name{top:26px;}
	div#search-header{width:auto;}
	.head-sub .mob{display:none;}
	.head-sub #search-header{padding-left:0;}
	
	.masonry{left:5px;}
	.element{width:30.8%;margin-right:1.5%;}

	.main-right .masonry{left:0;width:104%;}
	.main-right .element{width:46.8%;margin-right:2%;margin-left:0;}
	
	.searchBar h4{float:none;}
	
	.leftBoard{width:37%;padding-right:20px;}
	.rightBoard{width:63%;}
	
	.image-to-dig{width:230px;height:230px;}
	
	.detail-image img {max-height:640px;}
	
}

@media (min-width: 1024px) {
	.mob{display:inline-block}
	.leftBoard{width:32%;}
	.rightBoard{width:68%;}
	
	.image-to-dig{width:232px;height:232px;}

}

@media (min-width: 1024px) and (max-width:1280px){
.side-share .addthis_default_style .at300b, .side-share .addthis_default_style .at300bo, .side-share .addthis_default_style .at300m{
		padding:0 4px;
	}
	.main-right .masonry{width:104%;top:-14px;}
	.main-right .element{margin-left:0;width:47%;margin-right:2.5%;}

}

@media (min-width: 1280px) {
	.masonry{left:6px;}
	.main-right .masonry{left:-5px;width:104%;top:-12px;}
	.main-right .element{width:31%;}

	.leftBoard{width:25%;}
	.rightBoard{width:75%;}
	
	.image-to-dig{width:301px;height:301px;}

	.detalle-info{width:43.95%;}
	.detalle-img{width:54.222%;}

	.detalle-img{padding:15px 15px 17px;}
	.detalle-info .ad{padding:5px 10px;}
}