﻿/**********************
	-	RESET	-
************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; 
}



@font-face {
    font-family: 'gotham_bookregular';
    src: url('gotham_book-webfont.eot');
    src: url('gotham_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham_book-webfont.woff') format('woff'),
         url('gotham_book-webfont.ttf') format('truetype'),
         url('gotham_book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/***********************
	-	BASICS 	-
***********************/
html {
	width: 100%;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
}

body{	margin:0px; font-family:'gotham_bookregular', Arial, Helvetica, sans-serif; background:#222222;}

*:focus {
    outline: 0;
}

ol, ul { 
    list-style: none; 
}

a, a img {
	text-decoration:none;
	outline:none;
	border:none;
}



header {   
	position: relative;
    width: 100%;
    z-index: 9999999;
}

.resizeimg {
	position:absolute;
	left: 50%;
	top: 10px;
	margin-left: -125px;
	z-index:99999;
}
.clearfloat{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}



/*******************
	-	CONTENT	-	
*******************/	
/* Centered Container for all Content*/
#content_wrap{
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
	z-index:5;
	position:relative;
	
}

.example-wrapper{
	z-index:3;
	position:relative;
	width:100%;
	margin:auto auto 120px;
	padding:0 0 0 20px;
}


#products{
	width:100%;
	height:auto;
	position:relative;		
}

h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom:30px;
	color: #fff;
	line-height: 30px;
}



.descripcion {
	display:block; 
	position:absolute;
	width:100%;
	bottom:0px;
}

.lo-barnechea .desc_borde{
	float:left;
	width:inherit;
	height:inherit;
	border-right:9px solid #269775;
	margin:0 0 0 -9px;
	}

.lo-barnechea .desc_borde_sep{
	float:left;
	width:inherit;
	height:inherit;
	border-right:9px solid #269775;
    width:30px;
	margin:0 0 0 -9px;
	}



.las-condes .desc_borde{
	float:left;
	width:inherit;
	height:inherit;
	border-right:9px solid #0d82ae;
	margin:0 0 0 -9px;
	}
.vitacura .desc_borde{
	float:left;
	width:inherit;
	height:inherit;
	border-right:9px solid #763e7d;
	margin:0 0 0 -9px;
	}
.chicureo .desc_borde{
	float:left;
	width:inherit;
	height:inherit;
	border-right:9px solid #f5b006;
	margin:0 0 0 -9px;
	}
.providencia .desc_borde{
	float:left;
	width:inherit;
	height:inherit;
	border-right:9px solid #ff3a00;
	margin:0 0 0 -9px;
	}
.lo_barnechea .desc_borde{
	float:left;
	width:inherit;
	height:inherit;
	border-right:9px solid #269775;
	margin:0 0 0 -9px;
	}
.otros .desc_borde{
	float:left;
	width:inherit;
	height:inherit;
	border-right:9px solid #ea582d;
	margin:0 0 0 -9px;
	}
.recoleta  .desc_borde{
	float:left;
	width:inherit;
	height:inherit;
	border-right:9px solid #ea582d;
	margin:0 0 0 -9px;
	}

.descripcion .recoleta , .precio .recoleta  {
	display: none;
}
	
.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background: transparent  url(../images/bg_desc.png) repeat 0 0 ;
    filter: alpha(opacity=100);
    
}

.descripcion h3 {
	margin:5px 0px 0px 9px;
	font-size:20px;
	color:#fff;
	line-height:20px;
}


.descripcion h3 span {
	font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 5px;
}

.descripcion h4 {
	font-size: 13px;
    font-weight: normal;
    margin: 0 0 3px 19px;
	color:#fff;
}

.descripcion h5 {
	color: #DDDDDD;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 5px 19px;
}

.icon_fav {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:30px; 
	height:30px;
	z-index:9000;
	background:url(../images/icon_fav_inactivo.png) no-repeat;
}

.icon_fav_activo {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:30px; 
	height:30px;
	z-index:9000;
	background:url(../images/icon_fav_activo.png) no-repeat;
}

.top {
 	background: none repeat scroll 0 0 #252525;
    border-bottom: 1px solid #373737;
    display: inline-block;
  
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.top nav ul .current {
	background-color:#2D2D2D;
}


.top nav ul .current a {
	color:#F4AF06;
}

/*logo sinco antiguo*/
/*.logo_sinco {
	width:121px;
	height:39px;
	position:fixed;
	cursor:inherit;
	top:75px;
	left:22px;
	z-index:99999999;
	overflow:hidden;
	text-indent:-999px;
	background:url(../images/compresincomision.png) no-repeat;
}
*/

.sincomision{
	opacity: 0.9;
    visibility: inherit;
    background-color: #FF5722 !important;
    border-radius: 5px !important;
    top: 70px !important;
    color: #fffdfd !important;
    cursor: pointer !important;
    padding: 10px !important;
    position: fixed !important;
    left: 24px !important;
   /* z-index: 2147483645 !important;*/
    z-index: 99999;

}

.sincomtext {
	vertical-align: middle !important;
	color: #eee !important;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
	font-weight: 700;
}


.h1-top {
	margin:0px;
	position: absolute;
	top: 0;
	z-index: 999999999999;
}

.h1-top a {
	background:url(../images/logo.png) no-repeat;
  	height: 40px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
   	top: 13px;
    width: 160px;
}

.hfix-h1 {
	position: fixed;
}


.ico_venta {
    background: url("../images/ico_links_top.png") no-repeat scroll 0 3px transparent;
    color: #F5B006;
    font-size: 11px;
    font-weight: normal;
    left: 10%;
    line-height: 18px;
    overflow: hidden;
    padding-left: 15px;
    position: absolute;
    top: 10px;
	font-family:'gotham_bookregular',Arial,Helvetica,sans-serif;
	display: none;
}

.ico_arriendo {
    background: url("../images/ico_links_top.png") no-repeat scroll 0 -17px transparent;
    color: #cacaca;
    font-size: 11px;
    font-weight: normal;
    left: 14%;
    line-height: 18px;
    overflow: hidden;
    padding-left: 15px;
    position: absolute;
    top: 10px;
	font-family:'gotham_bookregular',Arial,Helvetica,sans-serif;
	-webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;

    display: none;
}


.ico_arriendo:hover {
	color:#fff;
}

nav {
	width:566px;
	margin: 0 195px 0 auto;
	position:relative;
	float:right;
}

nav ul {
	margin:0px;
	padding:0px;
	float:left;
}


nav ul li {
 border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    display: inline-block;
    float: left;
    height: 61px;
    line-height: 61px;
}

nav ul li:first-child {
	border-left: none;
	  border-right: none;
}

nav ul li .ordenar {
	font-size:10px;
	 padding: 0 15px 0 0;
}


nav ul li a {
	color:#f1f1f1;
	font-size:12px;
	padding:0 39px;
	display:block;
	-webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}


nav ul li a:hover {
	color:#fff;
}

.noborder {
	border:0;
}


.content_search {
  background: none repeat scroll 0 0 #222222;
    border-right: 1px solid #373737;
    float: left;
    height: 38px;
    padding-top: 23px;
    top: 0;
    width: 97px;
}


.input-search {
	background: none repeat scroll 0 0 transparent!important;
    border: 0 none;
    color: #cacaca!important;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 150px!important;
	height:16px!important;
	line-height:16px;
	font-weight:normal;
	font-family:'gotham_bookregular',Arial,Helvetica,sans-serif;
	
}


.input-search:focus {
	border:0;
}

.btn_search, .btn_search2 {
	background:url(../images/lupita.png) no-repeat;
	width:14px;
	height:14px;
	position:absolute;
	right:15px;
	top:25px;
	border:0px;
	text-indent:-999px;
	overflow:hidden;
	cursor:pointer;
	-webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.btn_search2 {
	  top: 18px;
}



.btn_search:hover, .btn_search2:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}



.tabs {
  height: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}


.tabs li {
 border-right: 1px solid #373737;
    display: inline-block;
    float: left;
    height: 60px;
    padding: 0 18px;
}

.tabs .current {
	background-color:#2D2D2D;
	border-bottom:1px solid #2D2D2D;
}



.favoritos {
	background:url(../images/favoritos_vacio.png) no-repeat;
   display: block;
    height: 32px;
    margin-top: 11px;
    position: relative;
    width: 35px;
}

.favoritos span {
	float:right;
	color: #fff;
    font-size: 14px;
    text-align: center;
    top: 3px;
    width: 20px;
	margin:0 -10px 0 0;
}

.faq {
	background:url(../images/ico_faq.png) no-repeat;
	  display: block;
    height: 28px;
    margin-top: 16px;
    width: 30px;
}

.current .faq {
	background:url(../images/ico_faq_active.png) no-repeat;
}

.current .info {
	background:url(../images/ico_info_active.png) no-repeat;
}

.info {
	background:url(../images/ico_info.png) no-repeat;
 display: block;
    height: 28px;
    margin-top: 16px;
    width: 30px;
}

.contenido_tabs {
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s; 
	background-color: #2D2D2D;
    float: left;
	height:auto;
	min-height:0px;
    font-size: 12px;
    padding: 0;
    width: 100%;
	margin:1px 0 0;
	/*min-height:66px;*/
}


.titulo_destacados {
  	color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
}


.precio {
	//display: none;
}

.valor-prop {
	font-weight: 700; 
	font-size: 20px;
}

.info_modal {
	display: none;
}

     

#masonry-fit-width .isotope {
  margin: 0 auto;
}



#LblGaleria .item img{
    display: block;
    width: 100%;
    height: auto;
}

.contenido_tabs ul {
	clear: both;
    color: #CACACA;
    margin: 0 0 15px;
    padding-right: 0;
	line-height:25px;
	text-align:center;
}

.contenido_tabs ul li {
	display: inline-block;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-top: 2px;
	font-size:11px;
	color:#fff;
	-webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.contenido_tabs ul li a {
	color:#fff;
}

.ico_tel {
	background:url("../images/icos_varios.png") no-repeat scroll 9px 7px transparent;
	font-size:14px!important;
	font-weight:bold;
	color:#F5B006!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	-khtml-opacity: 1!important;
	opacity: 1!important;
}
.ico_tel2 {
	background:url("../images/icos_varios.png") no-repeat scroll 9px 2px transparent;
}

.ico_tel:hover, .ico_map:hover, .ico_mail:hover, .ico_home:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ico_map {
	background:url("../images/icos_varios.png") no-repeat scroll 13px -33px transparent;
}

.ico_mail {
	background:url("../images/icos_varios.png") no-repeat scroll 9px -65px transparent;
}

.ico_home {
	background:url("../images/icos_varios.png") no-repeat scroll 9px -102px transparent;
}

#tab-1,#tab-2, #content-tab-tipo, #content-tab-precio, #content-tab-sector {
	display:none;
	margin-top:20px;
}

#tab-3 {
	display: block;
    float: none;
    margin: 15px auto 0;
    width: 100%;
}

#tab-2 {
	border-top: 1px solid #373737;
    clear: both;
    float: left;
    width: 100%;
	margin-top:0px;
}

#tab-2 .contenido {
	float: left;
    padding: 22px;
    width: 100%;
	position:relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#tab-2 .contenido h5 {
	color: #CACACA;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px 10px;
}


#tab-2 .modal, #tab-2 .element {
	height:170px;	
}

#tab-2 .modal img {
	top:-50px;	
}


#tab-2 .desc_borde {
	background: none!important;
	margin: 0;
	height: 71px!important;
}

.destacados-home {
	list-style: none!important;
	 color:inherit!important;
    line-height:inherit!important;
    margin:inherit!important;
    padding-right:inherit!important;
    text-align:inherit!important;
}

.destacados-home li {
 display: inline-block !important;
    margin-right: 0.5%;
    opacity: inherit !important;
    padding-left: inherit !important;
    width: 22% !important;
}

.destacados-home .descripcion {
	height: auto!important;
}

.destacados-home .modal {
	z-index: inherit;
	width: 100%;
}

.destacados-home img {
	width: 100%;
}

.destacados-home .icon_fav {
	z-index: inherit;
}
.destacados-home .alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background: transparent  url(../images/bg_desc.png) repeat 0 0 !important;
    filter: alpha(opacity=100)!important;
    
}

.destacados-home .descripcion h3,
.destacados-home .descripcion h4,
#tab-2 .contenido h5
 {
	text-align: left;
	
}

.destacados-home .descripcion h3 {
	margin: 5px 0 0;
	font-family: inherit!important;
}

.destacados-home .descripcion h4 {
	margin: 0 0 3px 10px;
}

#tab-2 .contenido h5 {
	margin: 0 0 10px 10px !important;
}



            #my-slide {
                color: #FFF;
                text-align: center;
                width: 100%!important;
                height: 170px!important;
                margin: 0 auto;
            }

            .devrama-slider{
                width: 100%!important;
                 margin: 0 auto;
                  height: 180px!important;
            }

            .projector
             {
                width: 97%!important;
                 margin: 0 auto;
                  height: 170px!important;
            }

            .projector div {
                width: 100%!important;
                background-color: #2d2d2d;
                height: 170px!important;
            }

            #my-slide  table{
                margin: 0 auto;
                width: 80%;
                border: 1px solid #fff;
            }
             
            #my-slide table th,
            #my-slide table td{
                padding: 5px 15px;
                border: 1px solid #fff;
            }
             
            #my-slide table td{
                height: 200px;
                vertical-align: middle;
            }

            .button-slider {
                display: block!important;
                opacity:1!important;
            }



.como_usar {
	width:240px; 
	float:left;
	margin-right:55px;
	
}

.como_usar h6 {
	clear: both;
    color: #CACACA;
    float: left;
    font-size: 10px;
    font-weight: normal;
    margin: 10px 0 10px 154px;
    text-align: left;
    text-transform: uppercase;
	-webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}

.como_usar:hover h6, .como_usar:hover p {
	color:#fff;
}

.como_usar p {
	color: #CACACA;    
	float: left;    
	font-size: 11px;    
	margin: 0;    
	width: 145px; 
	clear:both;
	-webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}

.como_usar img {
	float:right;
}

.contenido .btn_cerrar {
	background: url(../images/ico_close.png) no-repeat scroll 0 0 transparent;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 17px;
    text-indent: -999px;
    top: 10px;
    width: 30px;
}

.ulgenerico {
	color: #CACACA;
    float: none !important;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    width: 900px !important;
}

.contenido_tabs .ulgenerico li {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ulgenerico li .selected {
	color: #F4AF06;
    font-size: 11px;
    font-weight: normal;
}

.ulgenerico li a {
	color:#cacaca;
	font-weight: normal;
	font-size:11px;
	padding:10px!important;
	background-color:#222222;
}

.ulgenerico li {
	padding:0px!important;
	background-color:#222222;
}



.sector {
	float:left!important; 
	padding: 0px 20px 5px 10px!important;
	background-color: #222222;
	position:relative;
	margin-bottom: 10px !important;
	width:inherit;
	
}

.sector h5 {
	margin:0!important; 
	text-transform:uppercase!important; 
	font-size:10px!important; 
	font-weight:normal!important;
	color:#CACACA;
}

.sector li {
	display:list-item!important;
}

.sector li a {
	padding:5px 0 5px 10px !important; 
	font-size:11px!important; 
	background: url(../images/circle.png) no-repeat scroll 1px 8px transparent!important;
}

    .TabMenu{
	float:none;
    align-content:center;
	width:auto;
	height:auto;
	margin:0 0 0 20px;
	}
    
.TabMenu .titulo{
	float:left;
	width:100%;
	height:auto;
	text-transform:uppercase;
	text-align:left;
	text-indent:5px;
	}
.TabMenu ul{
	float:left;
	clear:both;
	width:auto;
	height:auto;
	}
.TabMenu ul li{
	float:left;
	width:auto;
	height:25px;
	line-height:25px;
	text-align:center;
	list-style:none;
	margin:5px 0 0 5px;
	padding:0;
	}
.TabMenu ul li a{
	display:block;
	width:auto;
	height:auto;
	padding:0 12px;
	background:#222222;
	}
.TabMenu ul li a:hover{
	display:block;
	width:auto;
	height:auto;
	cursor:pointer;
	}
.TabMenu .l-b{
	border-left:9px solid #269775;
	}
.TabMenu .l-c{
	border-left:9px solid #0d82ae;
	}
.TabMenu .vi{
	border-left:9px solid #763e7d;
	}
.TabMenu .chi{
	border-left:9px solid #d4b426;
	}
.TabMenu .pro {
	border-left:9px solid #ea582d;
}
.TabMenu .ot{
	border-left:9px solid #ea582d;
	}

.TabMenu .l-bMenu{
	border-left:20px solid #269775;
	}
.TabMenu .l-cMenu{
	border-left:20px solid #0d82ae;
	}
.TabMenu .viMenu{
	border-left:20px solid #763e7d;
	}
.TabMenu .chi{
	border-left:20px solid #f5b006;
	}
.TabMenu .proMenu {
	border-left:20px solid #ea582d;
}
.TabMenu .otMenu{
	border-left:20px solid #ea582d;
	}


.sectors{
	float:left;
	width:auto;
	height:auto;
	margin-left: 20px;
	margin-top: 50px;
	}

.sectors .comuna{
	
	width:400px;
	
	}


.sectors .titulo{
	float:left;
	width:100%;
	height:auto;
	text-transform:uppercase;
	text-align:left;
	text-indent:5px;
	}
.sectors ul{
	float:left;
	clear:both;
	width:auto;
	height:auto;
	}
.sectors ul li{
	float:left;
	width:auto;
	height:25px;
	line-height:25px;
	text-align:center;
	list-style:none;
	margin:5px 0 0 5px;
	padding:0;
	}
.sectors ul li a{
	display:block;
	width:auto;
	height:auto;
	padding:0 12px;
	background:#222222;
	}
.sectors ul li a:hover{
	display:block;
	width:auto;
	height:auto;
	cursor:pointer;
	}
.sectors .l-b{
	border-left:9px solid #269775;
	}
.sectors .l-c{
	border-left:9px solid #0d82ae;
	}
.sectors .vi{
	border-left:9px solid #763e7d;
	}
.sectors .chi{
	border-left:9px solid #f5b006;
	}
.sectors .pro {
	border-left:9px solid #ea582d;
}
.sectors .ot{
	border-left:9px solid #ea582d;
	}



.sectors .l-bMenu{
	border-left:20px solid #269775;
	}
.sectors .l-cMenu{
	border-left:20px solid #0d82ae;
	}
.sectors .viMenu{
	border-left:20px solid #763e7d;
	}
.sectors .chi{
	border-left:9px solid #f5b006;
	}
.sectors .proMenu {
	border-left:20px solid #ff3a00;
}
.sectors .otMenu{
	border-left:20px solid #ea582d;
	}


  
    
     .LinklbSel:link {
      background-color: #269775;
     
   }

      .LinklbSel:visited {
      background-color: #269775;
      
   }


   /*
    .LinklbSel:hover {
      background-color: #269775;
   }
       */
    /*
   .LinklcSel:link {
      background-color: #0d82ae;
   }
   .LinklcSel:visited {
      background-color: #0d82ae;
   }*/

   .LinklcSel:link {
      background-color: #0d82ae;
   }
   
   .LinklcSel:visited {
      background-color: #0d82ae;
   }


   
   .LinklSel:visited {
      background-color: #763e7d;
   }

   .LinklSel:link {
      background-color: #763e7d;
   }


   .Linkl-b:hover {
      background-color: #269775;
   }



   .LinkproSel:link {
      background-color: #ff3a00;
   }


   .LinkproSel:visited {
      background-color: #ff3a00;
   }



    .Linkl-b:visited {
     /* color:yellow;*/
   }
   
     /*
   .Linkl-b:active {
      color:yellow;
   }
       */



      .Linkl-c:hover {
      background-color: #0d82ae;
   }

      .Linkvi:hover {
      background-color: #763e7d;
   }
            .Linkpro:hover {
      background-color: #ea582d;
   }

   .Linkot:hover {
      background-color: #ea582d;
   }

.content_sector {
	float:left;
	width:inherit;
}




.sector .lo_barnechea, .content_modal .header_modal .lo_barnechea {
	/*background:url(../images/idsector.png) no-repeat;*/
	height:12px;
	width:12px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}

.descripcion .lo_barnechea, .precio .lo_barnechea {
	/*background:url(../images/idsector_big.png) no-repeat;*/
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
	display:none;
}


.sector .vitacura, .content_modal .header_modal .vitacura {
	/*background:url("../images/idsector.png") no-repeat scroll -22px 0 transparent;*/
	height:12px;
	width:12px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}

.descripcion .vitacura, .precio .vitacura {
	/*background:url("../images/idsector_big.png") no-repeat scroll -22px 0 transparent;*/
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}

.sector .chicureo, .content_modal .header_modal .chicureo {
	/*background:url("../images/idsector.png") no-repeat scroll -22px 0 transparent;*/
	height:12px;
	width:12px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}

.descripcion .chicureo, .precio .chicureo {
	/*background:url("../images/idsector_big.png") no-repeat scroll -22px 0 transparent;*/
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}


.sector .providencia, .content_modal .header_modal .providencia {
	/*background:url("../images/idsector.png") no-repeat scroll -22px 0 transparent;*/
	height:12px;
	width:12px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}

.descripcion .providencia, .precio .providencia {
	/*background:url("../images/idsector_big.png") no-repeat scroll -22px 0 transparent;*/
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}


.sector .las_condes, .content_modal .header_modal .las_condes {
/*	background:url("../images/idsector.png") no-repeat scroll -45px 0 transparent;*/
	height:12px;
	width:12px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}


.descripcion .las_condes, .precio .las_condes {
	/*background:url("../images/idsector_big.png") no-repeat scroll -45px 0 transparent;*/
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}

.sector .otros, .content_modal .header_modal .otros {
/*	background:url("../images/idsector.png") no-repeat scroll -67px 0 transparent;*/
	height:12px;
	width:12px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}


.descripcion .otros, .precio .otros {
	/*background:url("../images/idsector_big.png") no-repeat scroll -67px 0 transparent;*/
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-999px;
	top:0px;
	right:0px;
	position:absolute;
}






/* modal */
.modal {
	position:absolute; 
	top:0px; 
	left:0px; 
	height:300px; 
	width:300px;
	display:table;
	z-index:8999;
	cursor:pointer;
}

.modal_big {
	position:absolute; 
	top:0px; 
	left:0px; 
	height:610px; 
	width:610px;
	display:table;
	z-index:999;
	cursor:pointer;
}

.content_modal {
 height: 575px !important;
    overflow: hidden;
    position: relative;
    width: 980px !important;
    display: none;
}


.fancybox-wrap {
	width:980px;
}

.favoritos_big {
	/*
	width:48px;
	height:63px;
	background:url(../images/fav_big.png) no-repeat #2d2d2d;
	position:absolute;
	top:-2px;
	right:475px;
	text-indent:-999px;
	overflow:hidden;
	z-index:999;
	border: 1px solid #333;
	*/
	width: 48px;
	height: 62px;
	background: url(../images/fav_big.png) center no-repeat #2d2d2d;
	text-indent: -999px;
	overflow: hidden;
	z-index: 999;
	border: 1px solid #333;
	float: left;
}

.favoritos_big2 {
	/*
	width:48px;
	height:63px;
	background:url(../images/fav_big.png) no-repeat #2d2d2d;
	position:absolute;
	top:-2px;
	right:475px;
	text-indent:-999px;
	overflow:hidden;
	z-index:999;
	border: 1px solid #333;
	*/
	width: 48px;
	height: 62px;
	background: url(../images/fav_big.png) center no-repeat #2d2d2d;
	text-indent: -999px;
	overflow: hidden;
	z-index: 999;
	border: 1px solid #333;
	float: left;
}

.favoritos_big_activo {
	background:url(../images/fav_big_activo.png) no-repeat #2d2d2d;
}

.content_modal .header_modal {
	/*background: #252525;
	height:63px;
	width:402px;
	position:absolute;
	left:0px;
	top:0px;
	border:1px solid #333;
	z-index:999;
	cursor:pointer;*/
	background: #252525;
	height: 63px;
	width: 505px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #333;
	z-index: 999;
	cursor: pointer;
	}

.content_modal .header_modal h1 {
	/*color: #FFFFFF;
    font-size: 26px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 15px;*/
	color: #FFFFFF;
	font-size: 26px;
	margin: 0 0 0 10px;
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: left;
}

.content_modal .header_modal h1 small {
	font-size:18px;
	font-weight:normal;
}

.content_modal .header_modal p {
	/*
	color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 14px;
	width:180px;
	height:35px;
	overflow:hidden;
	*/
	color: #FFFFFF;
	font-size: 14px;
	margin: 12px 0 0 0;
	right: 20px;
	top: 14px;
	width: 242px;
	height: 35px;
	overflow: hidden;
	float: left;
}

.info_big {
	/*
	background: url(../images/info_big.jpg) no-repeat;
    display: block;
    height: 65px;
    overflow: hidden;
    position: absolute;
    right: -52px;
    text-indent: -999px;
    top: -2px;
    width: 51px;
	border-bottom: 1px solid #333;
	*/
	background: url(../images/info_big.jpg) no-repeat;
	display: block;
	height: 63px;
	overflow: hidden;
	text-indent: -999px;
	width: 51px;
	border-bottom: 1px solid #333;
	float: left;
}

.info_big_activo {
	background: url(../images/info_big.png) no-repeat transparent;
}


/* ---------------------------- */

.Seplas-condes
{
    background-color:#0D82AE;
}

.Sep-lo-barnechea 
{
    background-color:#269775;
    width:303px;
    height:303px;
}


/* ---------------------------- */

.las-condes .info_big_activo {
	background-color:#0D82AE;
	width:50px;
	border-left: 1px solid #0D82AE;
}

.las_condes .info_big_activo {
	background-color:#0D82AE;
	width:50px;
	border-left: 1px solid #0D82AE;
}

.vitacura .info_big_activo {
	background-color:#763E7D;
	right:-51px;
	border-left: 1px solid #763E7D;
}

.chicureo .info_big_activo {
	background-color:#f5b006;
	right:-51px;
	border-left: 1px solid #f5b006;
}

.providencia .info_big_activo {
	background-color:#ff3a00;
	right:-51px;
	border-left: 1px solid #ff3a00;
}

.lo_barnechea .info_big_activo {
	background-color:#269775;
	right:-51px;
	border-left: 1px solid #269775;
}

.recoleta .info_big_activo {
	background-color:#ea582d;
	right:-51px;
	border-left: 1px solid #ea582d;
}

.otros .info_big_activo {
	background-color:#ea582d;
	right:-51px;
	border-left: 1px solid #ea582d;
}
























/* info modal */
.info_modal {
	position:absolute;
	top:65px;
	width:403px;
	display:none;
	z-index:999;
}

.info_modal ul {
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
}

.info_modal ul li {
	float:left;
}

.info_modal ul li .current {
	color:#fff;
	height:40px;
	border-bottom:0px;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(45, 45, 45);
    /* RGBa with 0.6 opacity */
    background-color: rgba(45, 45, 45, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2d2d2d, endColorstr=#2d2d2d);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2d2d2d, endColorstr=#2d2d2d)";
}

.info_modal ul li a {
	color:#cacaca;
	font-size:13px;
	text-align:center;
	line-height:39px;
	height:39px;
	background:#2d2d2d;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(30, 30, 30);
    /* RGBa with 0.6 opacity */
    background-color: rgba(30, 30, 30, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1e1e1e, endColorstr=#1e1e1e);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1e1e1e, endColorstr=#1e1e1e)";
	border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;

		  
}

.info_modal ul li a:hover {
	color:#fff;
}


.info_modal ul li .tab_1 {
	width:201px;
	float:left;
}

/*.info_modal ul li .tab_2 {
	width:135px;
	float:left;
}*/

.info_modal ul li .tab_3 {
	width:201px;
	float:left;
	border-right:0px;
}

.info_modal ul li .tab_3 {
	width:201px;
	float:left;;
}

.info_modal .tab1, .info_modal .tab2, .info_modal .tab3, .info_modal .tab4 {
	padding: 15px;
    width: 373px;
	float:left;
	clear:both;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(45, 45, 45);
    /* RGBa with 0.6 opacity */
    background-color: rgba(45, 45, 45, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2d2d2d, endColorstr=#2d2d2d);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2d2d2d, endColorstr=#2d2d2d)";
}

.info_modal .tab2, .info_modal .tab3,.info_modal .tab4 {
	display:none;
}



.info_modal .tab1 p, .info_modal .tab2 p, .info_modal .tab3 p, .info_modal .tab4 p {
	margin:0px;
	color:#cacaca;
	font-size:13px;
	width:100%;
	float:left;
}

.max-42 {
	height:42px;
	overflow:hidden;
}



.btn_up {
    background: url(../images/ico_up.png) no-repeat scroll 16px 14px #2D2D2D;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: -51px;
    text-indent: -999px;
    top: 0;
    width: 51px;
    cursor: pointer;
}

.info_modal .detalle_izq {
	width:180px;
	float:left;
}


.info_modal .detalle_der {
	width:180px;
	float:right;
}


.logo-only-print {
	display: none;
}


.info_modal  hr {
	background: none repeat scroll 0 0 #1f1e1a;
    border: 0 none;
    float: left;
    height: 1px;
    width: 100%;
	margin:10px 0;
}



.info_modal .detalle_izq h4, .info_modal .detalle_der h4 {
	color:#cacaca;
	margin:0px;
	font-size:24px;
	margin-bottom:18px;
}

.info_modal .detalle_izq h4 sup, .info_modal .detalle_der h4 sup {
	font-size:12px;
}

.info_modal .detalle_izq h4 small, .info_modal .detalle_der h4 small  {
	font-size:13px;
	font-weight:normal;
}

.info_modal .detalle_izq h4 .dim, .info_modal .detalle_der h4 .dim  {
	display:block;
}

.info_modal .detalle_full {
	width:100%;
	float:left;
}

.info_modal .detalle_full h3 {
	color: #CACACA;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 17px 0 0;
    width: 170px;
	font-family:'gotham_bookregular',Arial,Helvetica,sans-serif;
}



.info_modal .tab1 .recomendar_favoritos {
	left: 427px;
    top: 189px;
    display: none;
}



.info_modal .tab1 .recomendar_favoritos .indicador {
    background: url("../images/indicador_grande.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 20px;
    position: absolute;
    right: 338px;
    top: 189px;
    -moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
    width: 44px;
    z-index: 9;
}

.info_modal .tab1 .recomendar_favoritos p {
	margin: 20px 20px 0 !important;
}



/*#tab-2 .destacados-header h5{
	margin: 0 0 10px 17px!important;
}
*/

#tab-2 .desc_borde {
	height: 65px
}

.info_modal .detalle_full ul {
    clear: none;
    float: right;
    width: 180px;
	margin-top:10px;
	color:#F5B006;
	background:url(../images/big_phone.png) left 5px no-repeat;
	font-size:12px;
}

.info_modal .detalle_full ul li {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0px;
    padding-left: 25px;
}
.info_modal .detalle_full ul .ico_fono{
	font-weight:bold;
	}

.info_modal .detalle_full ul .ico_fono {
	/*background: url("../images/icos_info.png") no-repeat scroll 0 2px transparent;*/
}

.info_modal .detalle_full ul .ico_mail {
	background:none;
	padding:0;
}

.minor-letter {
	text-align: center;
}

.info_modal .detalle_full ul .ico_mail a {
	background: none;
	text-decoration: none;
	border:none;
}

.info_modal .ico_print {
	background: url("../images/icos_info.png") no-repeat scroll 0 -131px transparent;
	color: #CACACA;
    font-size: 13px;
    line-height: 18px;
    padding-left: 25px;
	float:left;
	-webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
		  display:none;
}

.info_modal .ico_print:hover, .info_modal .ico_send_friend:hover {
	color:#fff;
}

.info_modal .ico_send_friend {
	background: url("../images/icos_info.png") no-repeat scroll 0 -90px transparent;
	color: #CACACA;
    font-size: 13px;
    line-height: 18px;
	float:left;
    padding-left: 25px;
	-webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}



.form_generico {
	width:100%;
	float:left;
	margin-top:20px;
}

.form_generico fieldset {
	border:0;
	margin:0;
	padding:0;
}

.form_generico fieldset input[type="text"], .form_generico fieldset input[type="tel"], .form_generico fieldset textarea  {
	border: 0 none;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    width: 362px;
	font-size:13px;
	font-family:'gotham_bookregular', Arial, Helvetica, sans-serif;
} 

.form_generico fieldset input[type="button"] {
	background: url("../images/ico_enviar.png") no-repeat scroll 20px 15px #1D1D1D;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    height: 48px;
    padding-left: 50px;
    text-align: left;
    text-transform: uppercase;
    width: 140px;
	cursor:pointer;
}

#enviar-amigos-prop .form_generico #EnviarAmigo {
	margin-left:20px;
}

#amigos-pop-fav .form_generico fieldset input[type="button"],
#solicitar-pop-fav .form_generico fieldset input[type="button"] {
	margin-left:20px;
}



/* modal light */



.content_modal_light {
	background:#2E2E2E;
	padding-bottom:20px;
	display:none;
}

.content_350 {
	width:350px;
}


.content_modal_light .form_generico {
	float:none;
}

.content_350 .form_generico fieldset input[type="text"], .content_350 .form_generico fieldset input[type="tel"], .content_350 .form_generico fieldset textarea {
    border: 0 none;
    font-size: 13px;
    margin: 0 0 10px 20px;
    padding: 10px 0 10px 10px;
    width: 300px;
}

.content_modal_light p {
	color: #AEAEAE;
    font-size: 12px;
    margin: 10px 20px;
    width: 310px;
}

.content_modal_light .titulo {
    background: url(../images/bg_header_modal.jpg) repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    height: 67px;
    letter-spacing: -1px;
    line-height: 67px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}


.content_modal_light .ico_phone {
    float: left;
    margin-right: 10px;
    margin-top: 25px;
}



.h-select {
	border: 0 none;
    float: left;
    font-size: 13px;
    margin: 0 11px 10px 20px;
    padding: 9px;
    width: 147px;
	color:#111;
	background-color:#fff;
	font-family:'gotham_bookregular', Arial, Helvetica, sans-serif;
}

.h-select option {
	color:#cacaca;
}

.gris {
	color:#cacaca;
}

.form_generico .precio {
    float: left !important;
    margin-right: 11px !important;
    width: 232px !important;
}

.form_generico .uf {
	width:80px!important;
	height:36px;
}

.content_355 {
	width:355px;
}


.content_355 .form_generico fieldset input[type="text"], .content_355 .form_generico fieldset input[type="tel"], .content_355 .form_generico fieldset textarea {
    border: 0 none;
    font-size: 13px;
    margin: 0 0 10px 20px;
    padding: 10px 0 10px 10px;
	width: 323px;
	color:#111;
	font-family:'gotham_bookregular', Arial, Helvetica, sans-serif;
}



.content_355 .h-select {
    width: 161px;
	height:34px;
	line-height:31px;
}













/* modal favoritos */

#modalfavoritos {
	display:none;
	height:auto!important;
}



#modalfavoritos .franja_titulo .ico_info {
    background: url(../images/ico_fav_infomail.png) no-repeat scroll 0 0 transparent;
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 125px;
    text-indent: -999px;
    top: 16px;
    width: 29px;
    cursor: pointer;
}

#modalfavoritos .franja_titulo .ico_mail {
    background: url(../images/ico_fav_infomail.png) no-repeat scroll -52px 0 transparent;
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 72px;
    text-indent: -999px;
    top: 16px;
    width: 37px;
    cursor: pointer;
}

#modalfavoritos .franja_titulo .ico-print-big {
	position: absolute;
    right: 20px;
    cursor: pointer;
}



.modalfavoritos .franja_titulo {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
    background: none repeat scroll 0 0 #252525;
    border: 1px solid #373737;
    display: inline-block;
    position: relative;
    width: 100%;
}

.modalfavoritos .franja_titulo h2 {
	color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    height: 67px;
    letter-spacing: -1px;
    line-height: 67px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
	float:left;
}

.modalfavoritos .franja_titulo h2 .text-min {
	font-size: 16px;
}

.modalfavoritos .franja_titulo img {
	float: left;
    margin-right: 10px;
    margin-top: 19px;
}
.modalfavoritos .franja_titulo .big_phone_numbers{
	float:right;
	width:auto;
	height:22px;
	line-height:22px;
	font-family: 'gotham_bookregular';
	font-weight:bold;
	font-size:14px;
	color:#F5B006;
	background:url(../images/big_phone.png) left no-repeat;
	text-indent:45px;
	margin: 20px 140px 0 0;
	}

.modalfavoritos .contenido {
	   background-color: #CACACA;
    display: block;
    height: 420px;
    margin-top: -3px;
    overflow-x: hidden;
    overflow-y: scroll !important;
    width: 100%;
}

.bloque_favorito:last-child {
	border-bottom:none!important;
}

.modalfavoritos .contenido .bloque_favorito {
	 border-bottom: 1px solid #A7A7A7;
    height: 138px;
    overflow: hidden;
    width: 100%;
}

.modalfavoritos .contenido .bloque_favorito .img_favorito {
	float:left;
	height:138px;
	width:156px;
}

.modalfavoritos .contenido .bloque_favorito .precio {
	width:219px;
}

	.modalfavoritos .contenido .lascondes .precio{
		border-right:9px solid #0d82ae!important;
		}
	.modalfavoritos .contenido .lobarnechea .precio{
		border-right:9px solid #269775!important;
		}
	.modalfavoritos .contenido .vitacura .precio{
		border-right:9px solid #763e7d!important;
		}
	.modalfavoritos .contenido .chicureo .precio{
		border-right:9px solid #f5b006!important;
		}
	.modalfavoritos .contenido .providencia .precio{
		border-right:9px solid #ff3a00!important;
		}
	.modalfavoritos .contenido .others .precio{
		border-right:9px solid #ea582d!important;
		}
	
	.modalfavoritos .contenido .bloque_favorito .detalle h6 {
		font-size: 20px;
	}


.modalfavoritos .contenido .bloque_favorito .detalle {
	 border-right: 1px solid #A7A7A7;
    float: left;
    height: 78px;
    padding: 30px;
    position: relative;
}

.modalfavoritos .contenido .bloque_favorito .detalle h5 {
	font-size:14px; font-weight:normal; color:#373737
}

.modalfavoritos .contenido .bloque_favorito .detalle h4 {
	font-size:12px; font-weight:normal; color:#373737; margin-bottom:10px;
}

.modalfavoritos .contenido .bloque_favorito .detalle h6 {
	font-size:24px; font-weight:normal; color:#373737; position:relative; 
}

.modalfavoritos .contenido .bloque_favorito .detalle h6 span {
	font-size:18px;
	font-weight:bold;
}


.modalfavoritos .contenido .bloque_favorito .habitaciones {
	height: 77px;
    padding: 46px 15px 15px;
    text-align: center;
    width: 80px;
}

.modalfavoritos .contenido .bloque_favorito .banos {
	height: 77px;
    padding: 46px 15px 15px;
    text-align: center;
	width:50px;
}


.modalfavoritos .contenido .bloque_favorito .dimension_util, .modalfavoritos .contenido .bloque_favorito .dimension_total {
	height: 77px;
    padding: 46px 15px 15px;
    text-align: center;
	width:100px;
}

.modalfavoritos .contenido .bloque_favorito .dimension_util sup, .modalfavoritos .contenido .bloque_favorito .dimension_total sup {
	font-size:12px; position:absolute; font-weight:bold;
}


.modalfavoritos .contenido .bloque_favorito .eliminar {
	height: 77px;
    padding: 46px 15px 15px;
    text-align: center;
	width:39px;
}



.solicitar_info_favoritos, .recomendar_favoritos {
	background:#2E2E2E; padding-bottom: 20px; position: absolute; right: 72px; top: 67px; z-index: 1; display:none;
}

.solicitar_info_favoritos input[type="button"], .recomendar_favoritos input[type="button"] {
	width:235px!important;
}

.solicitar_info_favoritos p, .recomendar_favoritos p {
	color: #CACACA;
    font-size: 13px;
    margin: 20px 20px 0;
}


.solicitar_info_favoritos .indicador {
    background: url(../images/indicador_grande.png) no-repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    right: 46px;
    top: -15px;
    width: 44px;
    z-index: 9;
}


.recomendar_favoritos .indicador {
    background: url(../images/indicador_grande.png) no-repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    right: -1px;
    top: -15px;
    width: 44px;
    z-index: 9;
}














/* =============================================================================
   RECURSOS
   ========================================================================== */

/* recursos, negación margin */
.nom { margin:0!important;}
.noml { margin-left:0!important;}
.nomt { margin-top:0!important;}
.nomr { margin-right:0!important;}
.nomb { margin-bottom:0!important;}

.mb20 { margin-bottom:20px!important}

.mb10 { margin-bottom:10px!important}

/* recursos, negación padding */
.nopl { padding-left:0!important;}
.nopt { padding-top:0!important;}
.nopr { padding-right:0!important;}
.nopb { padding-bottom:0!important;}

/* recursos, negación border */
.nobl { border-left:0px!important;}
.nobt { border-top:0px!important;}
.nobr { border-right:0px!important;}
.nobb { border-bottom:0px!important;}

/* recursos fullwidth + left y right */
.fullwidth { width:100%!important; }
.left { float:left!important; }
.right { float:right!important;}
.oculto { display:none;}
.autoheight { height:auto!important;}

.italica { font-style:italic;}


.form_generico .noml {
	margin-left:20px!important;
}



.coordinar-fav {
	display: none;
}


.ordenar {
	 color: #F1F1F1;
    display: block;
    font-size: 12px;
    padding: 0 39px;
}



















































.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;
}


/**** Base styles ****/


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}



/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%;
}

#container {
    margin: 0 auto !important;
    padding: 5px;
    padding-bottom: : 100px;
}



.hfix {
	position: fixed;
	top: 0;
	
}
.element {
  width: 300px;
  height: 300px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;
}

.element.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element.other.nonmetal  { background: #00F; background: hsl( 252, 100%, 50%); }
.element.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }



.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
}
.element.large .symbol {
  font-size: 4.5em;
}

.element.fake .symbol {
  color: #000;
}

.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.element .tamano {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0,0%,0%,.5);
  right: 0.5em;
  top: 0.5em;
  display:none;
}

.variable-sizes {
	z-index:0;
}

.variable-sizes .element.width2 { width: 610px; }

.variable-sizes .element.height2 { height: 610px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .element:hover h2 {
  color: white;
}

/**** Example Options ****/

#options {
	visibility:hidden; 
	height:0px; 
	width:0px;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options ul {
  margin: 0;
  list-style: none;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
  float: left;
  margin-bottom: 0.2em;
}

#options li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: bold;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
}

#options li a:hover {
  background-color: #5BF;
}

#options li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#options li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#options li:first-child a {
  border-radius: 7px 0 0 7px;
  border-left: none;
}

#options li:last-child a {
  border-radius: 0 7px 7px 0;
}

#options li a.selected {
  background-color: #13F;
  text-shadow: none;
  color: white;
}

/* Combination filter options*/

#options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#options .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

/* Color shapes */

.color-shape {
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
}
 
.color-shape.round {
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
}
 
.color-shape.big.round {
  -webkit-border-radius: 75px;
     -moz-border-radius: 75px;
          border-radius: 75px;
}
 
.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }
 
.color-shape.wide, .color-shape.big { width: 150px; }
.color-shape.tall, .color-shape.big { height: 150px; }

.color-shape a {
  display: block;
  height: 100%;
}

.color-shape a:hover {
  background: white;
  background: hsla( 0, 0%, 100%, 0.5 );
}


.photos .photo img {
  display: block;
  width: 100%;
}

#content {
	display:block;
	margin-top: 9px;
}

.demos #content {
  height: 100%;
}

/**** Docs ****/

.docs #content {
  max-width: 640px;
}

.docs #content a:hover {
  border-bottom: 1px dotted;
}

/**** Doc page nav ****/



#site-nav {
  width: 200px;
  position: absolute;
  left: 10px;
  top: 0px;
  padding-top: 20px;
  font-size: 12px;
}

.tab4 {
	display: none;
}

#site-nav h1 {
  font-size: 24px;
  margin-bottom: 0.5em;
  margin-top: 0;
  font-weight: bold;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

#site-nav h2 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 0.3em;
  border-top: none;
}

.modal-alone .tabs-mobile {
		display: none!important;
}

#site-nav h1 a { color: #4FB; }
#site-nav h1 a:hover { color: #4BF; }

#site-nav ul {
  list-style: none;
  margin: 0 0 1.0em;
  font-weight: bold;
}

#site-nav ul ul { margin-bottom: 0; }

#site-nav ul a {
  display: block;
  border: none;
  padding: 1px 5px;
}

#site-nav ul .current a {
  background: hsla( 0, 0%, 0%, 0.3 );
  color: #1BF;
}
#site-nav ul a:hover,
#site-nav ul .current a:hover { color: white; }
  
#site-nav ul .current .toc a {
  font-size: 12px;
  padding-left: 1.2em;
  font-weight: normal;
}

/**** Doc content ****/

.docs #content h2 {
  border-top: 1px solid #333;
  padding-top: 0.8em;
  margin-bottom: 0.8em;
}

.docs #content h2:target { 
  padding: 10px;
  background: white;
  color: #222;
}

.docs #content h3 {
  color: #FEC;
  background: hsla( 0, 0%, 75%, 0.05 );
  padding: 2px 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.15em;
}

.docs #content h4 {
  margin-bottom: 0.5em;
  font-size: 14px;
}



pre {
  padding: 10px;
}

pre, code {
  background: black;
  color: white;
  font-family: 'Monaco', monospace, sans-serif;
}

#content code {
  font-size: 12px;
}

#content pre {
  line-height: 1.6em;
}

h3#options {
  padding-bottom: 0;
}



/**** Super list ****/


/**** Sites using Isotope ****/

#sites h2 {
  display: none;
  padding: 0.4em;
  line-height: 32px;
  margin-bottom: 0.4em;
  -webkit-transition: background-color 0.8s;
     -moz-transition: background-color 0.8s;
       -o-transition: background-color 0.8s;
          transition: background-color 0.8s;
}

#sites h2 img {
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: bottom;
}

#sites h2.loading {
  background: white;
  color: #222;
}
#sites h2.error {
  background: red;
  color: #222;
}


#sites ul {
  margin: 0;
}

.super-list .example {
  list-style: none;
  float: left;
  width: 230px;
  margin: 5px;
}

.super-list .example a,
.super-list .example b,
.super-list .example img {
  display: block;
}

.super-list .example img { width: 100%; }

.super-list .example a {
  background: #1F1E1D;
}

.super-list .example a:hover {
  background: white;
  color: #111;
}

.super-list .example b { 
  font-weight: bold;
  line-height: 1.3em;
  padding: 3px;
  padding-top: 8px;
}

.super-list .link {
  float: left;
  position: relative;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
  margin: 5px;
}

.super-list .link {
  width: 230px;
  height: 110px;
}

.super-list .link a {
  display: block;
  padding: 10px;
  padding-left: 65px;
  height: 90px;
  background: #1F1E1D;
  color: #FE5;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
}

.super-list .link a:before {
  content: '➔';
  font-size: 70px;
  position: absolute;
  top: 30px;
  left: 5px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.super-list .link.away a:before {
  top: 25px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.super-list .link a:hover {
  background: #E58;
  color: white;
}



.modal-alone .llamar-btn,
.modal-alone .mensaje-btn {
	display: none;
}

.super-list .feature .name {
  bottom: auto;
  top: 140px;
  left: 18px;
  font-size: 20px;
}

/**** BIG Graph ****/

.big-graph {
  background: white;
  height: 600px;
  margin: 20px auto;
}

.big-graph .project {
  width: 45px;
  height: 45px;
  float: left;
}

.big-graph .project .icon {
  pointer-events: none;
  width: 31px;
  height: 31px;
  background: white;
  margin-left: 7px;
  -webkit-transition: -webkit-transform 0.25s;
     -moz-transition: -moz-transform    0.25s;
      -ms-transition: -ms-transform     0.25s;
       -o-transition: -o-transform      0.25s;
          transition: transform         0.25s;
}

.big-graph .project:hover {
  z-index: 5;
  
}

.big-graph .project:hover .icon {
  -webkit-transform: scale(3);
     -moz-transform: scale(3);
      -ms-transform: scale(3);
       -o-transform: scale(3);
          transform: scale(3);
}

.big-graph .project.commercial .icon { background: #6B6B6B; }
.big-graph .project.urbanism .icon { background: #00CF00; }
.big-graph .project.public-space .icon { background: #FF8D00; }
.big-graph .project.culture .icon { background: #D61919; }
.big-graph .project.body-culture .icon { background: #00ECFF; }
.big-graph .project.health .icon { background: #FF2251; }
.big-graph .project.education .icon { background: #00A700; }
.big-graph .project.housing .icon { background: #FF02FF; }
.big-graph .project.hotel .icon { background: #0000C3; }
.big-graph .project.media .icon { background: #292929; }

.big-graph .project p {
  line-height: 14px;
  font-size: 10.5px;
  color: black;
  margin-left: 7px;
}

/**** Infinite Scroll ****/

#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 42%;
  z-index: 100;
  background: white;
  background: hsla( 0, 0%, 100%, 0.9 );
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}



/* The Magnificent Clearfix  */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }





.owl-wrapper {
	height: 608px!important;
    overflow: hidden!important;
}




.owl-theme .owl-controls{
  margin-top: -61px!important;
    position: absolute!important;
    text-align: center!important;
    width: 100%!important;
    z-index: 199!important;
    margin-left: inherit!important;

}



.owl-theme .owl-pagination {
    background-color: #1D1D1D;
}


.owl-theme .owl-buttons {
    display: inline-block;
    width: 100%;
}

.owl-theme .owl-prev {
    background-color: #242529 !important;
    background-image: url("../img/slider-bgs.png") !important;
    background-position: 17px 13px !important;
    background-repeat: no-repeat !important;
    border-radius: inherit !important;
    float: right;
    height: 48px !important;
    left: 0;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: absolute;
    top: -290px;
    width: 48px !important;
    text-indent: 999px;
}

.owl-theme .owl-next {
  	background-color: #242529 !important;
    background-image: url("../img/slider-bgs.png") !important;
    background-position: -34px 13px !important;
    background-repeat: no-repeat !important;
    border-radius: inherit !important;
    float: right;
    height: 48px !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-indent: 9999px;
    top: -290px;
    width: 48px !important;
    z-index: 99!important;
}




.fancybox-skin {
	  padding: 15px 15px 0!important;
}






#tab-3 {
	display: none;
}



.contenido_tabs {
	display: none;
}



















/************************************************
	-	CATEGORY SEELCTION - BUTTON LIGHT	-
*************************************************/
.filter {		
	position:absolute;	
	right:0px;	
	margin-top:-90px;
	z-index:1000;
}

.fullwidth{
	margin-left:30px;
}

.filter-fullwidth{
	position:absolute;
	margin-top:0px;
	z-index:1000;
	right:90px !important;	
}

.category{
	background:url('../assets/button/category_plus_light.png') no-repeat top left;
	height:14px;
	padding-left:36px;
	padding-bottom:2px;
	padding-top:0px;
	position:relative;	
	z-index:1100;
}

.buttonlight:hover span{
	background:url('../assets/button/category_plus.png') no-repeat top left;
}

.dropdown ul{
	font-family:Arial, sans-serif;
	font-size: 12px; 
	font-weight:bold;
	list-style: none; 	
	z-index:1000;
	padding-top:0px;
	line-height: 30px;	
	color: #777;
	padding-left:0px;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 2px 5px 1px rgba(100,100,100,0.1);
	box-shadow: 0px 2px 5px 1px rgba(100,100,100,0.1);
}

.dropdown ul li{
	background-color:#222;
	border-left:1px solid #222;	
	border-right:1px solid #222;		
	cursor:pointer;
	padding-left:20px;
	text-shadow: 1px 1px 0px #000;
}

.dropdown ul li:first-child{
	padding-top:30px;
}

.dropdown ul li:last-child{
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding-bottom:14px;
}

.dropdown ul li:hover, .dropdown .selected-filter-item{
	color:#fff;
}


/***************************
	-	PAGINATION	-
****************************/	
.pagination{
 position:absolute;
 right:90px;
 bottom:0px;
 margin-bottom:-60px;
}

.pagination .pageofformat{
 font-family:Arial, sans-serif;
 font-size:12px; 
 font-weight:bold;
 color:#fff;
 float:left;
 padding-top:9px;
 padding-right:10px;
 text-shadow: 1px 1px 0px #000;
}

.pagination .pages{ 
 float:left;
 margin-left:5px;
 padding-left:10px;
 padding-right:10px
}


/*************************************************************
	-	THE BUTTONS LIKE FILTER or PAGINATION BUTTONS	-
**************************************************************/	
.buttonlight { 
 font-family:Arial, sans-serif;
 font-weight:bold;
 position:relative;
 z-index:1100;
 float: left;
 height: 30px;
 line-height: 30px;
 font-size: 12px; 
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
}

.buttonlight:link, .buttonlight:visited, .buttonlight {
 color: #999;
 padding: 0 20px 0 20px;
 text-align: center;
 text-shadow: 1px 1px 0px #000;
 background: #999 url('../assets/button/btn_dark.png') repeat-x center top;
 border: 1px solid #222;
 text-decoration: none;
 font-weight: bold;
 cursor:pointer;
 position:relative;
 z-index:1100;
 
}

.buttonlight:hover, .comment-reply-link:hover , .buttonlight-selected {
 color: #fff;
 text-shadow: 1px 1px 0px #000;
 background: #333;
 border: 1px solid #222;
 text-decoration: none;
}



/************************************
	-	THE PRODUCTSGALLERY	 -
************************************/
.thumb-rounded {
	border:1px solid #e6e6e6;	
}

.cell1x1, .cell1x2, .cell2x1, .cell2x2 {
	background: transparent url('../assets/black65.png') repeat center top;		
	overflow:hidden;
}

.element img {			
	position:absolute;
	top:0px;
	left:0px;
	
}

.tp-portfolio .caption {		
	font-size:12px;
	font-family:Arial, sans-serif;
	position:absolute;		
	padding:8px 15px 8px 15px;
	background-color:#000;	
	text-align:center;
	color:#fff;
	 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	visibility:hidden;
}

.tp-portfolio .caption.blue {		
	font-size:12px;
	font-family:Arial, sans-serif;
	position:absolute;		
	padding:8px 15px 8px 15px;
	background-color:#00adef;	
	text-align:center;
	color:#fff;
	 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0px #000;
	visibility:hidden;
}

.tp-portfolio .caption.red {		
	font-size:12px;
	font-family:Arial, sans-serif;
	position:absolute;		
	padding:8px 15px 8px 15px;
	background-color:#9e0e09;	
	text-align:center;
	color:#fff;
	 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0px #000;
	visibility:hidden;
}


.tp-portfolio .entry-info{
	display:none;
}






.tablet768, .menu_mobile {
	display:none;
}






.li-mostrar-menu-mobile .current {
    background-position: left -36px;
	background-color: transparent;
}


.li-mostrar-menu-mobile-c {
	background-color: #313131;
    height: 62px;
}

.tabs .li-mostrar-menu-mobile-c .current {
    background-color: #313131;
}


#menu-mobile {
	display:none; right:0px; top:62px; position:absolute; width:100%;
}

#menu-mobile li {
	background:#303030;
	width:100%;
	line-height:48px;
	border-bottom:1px solid #222323;
	position:relative;
}

#menu-mobile li:last-child {
	border-bottom:none;
}

#menu-mobile li ul {
	display:none;
	 height: 270px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#menu-mobile li a {
	color:#fff;
	padding-left:10px;
	font-size:12px;
	display:block;

}
#menu-mobile li a.conflecha:before
{
    
background:url(../images/ico_flechita_abajo.png) no-repeat;
}

#menu-mobile li a:before {
	
	width:10px;
	height:6px;
	position:absolute;
	right:14px;
	top:20px;
	content:" ";
}


#menu-mobile li ul li a:before {
    background: url(../images/ico_flechita_derecha.png) no-repeat scroll 0 0 transparent;
    content: " ";
    height: 10px;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 6px;
}

#menu-mobile li ul li a {
	padding-left:25px;
	color:#cacaca;
	font-size:11px;
	-webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}

#menu-mobile li ul li {
	background:#212222;
}

#menu-mobile li ul li {
	border-bottom:1px solid #393939;
}


#menu-mobile li ul li:last-child {
	border-bottom:none;
}

#menu-mobile .current > a {
	color: #F5B006;
}

#menu-mobile li ul li a:hover {
	color: #F5B006;
}

#menu-mobile li ul li a:hover:before {
	background:url("../images/ico_flechita_derecha.png") no-repeat scroll -9px 0px transparent;
}



#menu-mobile .current > a:before {
	background:url("../images/ico_flechita_abajo.png") no-repeat scroll 0 -9px transparent;
}


.h48 {
	height:48px;
}

.h48 .input-search {
	line-height:48px;
	height:48px;
}


.sectores li a span {
	width:12px;
	height:12px;
	position:absolute;
	content:" ";
	top:0px;
	right:0px;
}

.sectores li a .vitacura {
	/*background:url("../images/idsector.png") no-repeat scroll -22px 0 transparent;*/
}

.sectores li a .chicureo {
	/*background:url("../images/idsector.png") no-repeat scroll -22px 0 transparent;*/
}
.sectores li a .providencia {
	/*background:url("../images/idsector.png") no-repeat scroll -22px 0 transparent;*/
}

.sectores li a .lo_barnechea {
	/*background:url("../images/idsector.png") no-repeat scroll 0px 0 transparent;*/
}



.sectores li a .las_condes {
	/*background:url("../images/idsector.png") no-repeat scroll -45px 0 transparent;*/
}


.sectores li a .otros {
	/*background:url("../images/idsector.png") no-repeat scroll -67px 0 transparent;*/
}






















/* MEDIA QUERIES */


@media only screen and (max-width: 1350px) {
	.ico_venta {
		left:130px;
		}
	.ico_arriendo {
		left:190px;
		}
	nav{
		margin:0 190px 0 0;
		position:relative;
		width:auto;
		}
	.content_search{
		width:130px;
		}
	}




@media only screen and (max-width: 1023px) {
	nav{
		margin:0 140px 0 0;
		}
	.tablet768 {
		display:block;
	}
	
	.tablet768margin {
		background-position: 9px 6px;
    	display: table!important;
	}
	
	
	#content #container {
		margin: 1px auto 0 !important;
	}
	
	
	/* 768 px */
	
	nav ul li a {
		padding:0 12px;
		-webkit-transition: none;
    	-moz-transition: none;
        -o-transition: none;
        transition: none;
	}
	
	.tabs {
		width:136px;
	}
	
	.tabs li {
		padding:0 5px;
	}
	
	
	
	
	
	
	
	.slot .slotslide img, .slot .slotslide, .slotholder .defaultimg, .content_modal .fullwidthbanner-container, .fancybox-inner .content_modal {
		width:681px!important;
		height:515px!important;
	}
	
	.owl-theme .owl-controls .owl-buttons div {
		top: -350px!important;
	}
	
	
	
	
	

	
	.modalfavoritos .contenido .bloque_favorito .detalle {
		height: 123px;
		padding: 10px 5px 5px;
	}


	.modalfavoritos .contenido .bloque_favorito .precio {
		width: 120px;
	}
	

	


	.modalfavoritos .contenido .bloque_favorito .detalle h6 span {
		font-size: 15px;
		font-weight: normal;
		margin-right: -2px;
	}



.modalfavoritos .contenido .bloque_favorito .habitaciones {
    height: 77px;
    padding: 46px 5px 15px;
    text-align: center;
    width: 76px;
}



.modalfavoritos .contenido .bloque_favorito .detalle h6 {
    color: #373737;
    font-size: 20px;
    font-weight: normal;
    position: relative;
}




.modalfavoritos .contenido .bloque_favorito .banos {
    height: 77px;
    padding: 46px 5px 15px;
    text-align: center;
    width: 40px;
}


.show {
	display: block;

}



.modalfavoritos .contenido .bloque_favorito .dimension_util {
    height: 77px;
    padding: 46px 5px 15px;
    text-align: center;
    width: 87px;
}



.modalfavoritos .contenido .bloque_favorito .dimension_total {
    height: 77px;
    padding: 46px 5px 15px;
}



.modalfavoritos .contenido .bloque_favorito .eliminar {
    height: 77px;
    padding: 46px 5px 15px;
    text-align: center;
    width: 50px;
	border-right:none!important;
}



.modalfavoritos .contenido .bloque_favorito {
    border-bottom: 1px solid #A7A7A7;
    height: 138px;
    width: 100%;
}


.modalfavoritos .contenido .bloque_favorito .detalle h4 {
    font-size: 11px;
}





/*#tab-2 .contenido {
    width: 740px;
}*/




.como_usar {
    margin-right: 10px;
    width: 232px;
}

.contenido_tabs ul {
    margin: 0 auto 15px;
}
.sectors ul{
	float:left;
	clear:both;
	width:auto!important;
	height:auto;
	padding:0;
	}
.sectors ul li{
	float:left;
	width:auto!important;
	height:25px;
	line-height:25px;
	text-align:center;
	list-style:none;
	margin:5px 0 0 5px;
	padding:0;
	}

#tab-3 {
	max-width:none!important;
}

	
}





@media only screen and (max-width: 1024px) {
	
		
.favoritos_big {
    right: 215px;
}

.favoritos_big2 {
    right: 215px;
}
.content_search {
    right: -130px;
	width:128px;
}

	
	#container {
    	margin: 1px auto 0 !important;
	}
	
	.element, .modal, .element img {
		width:230px;
		height:230px;	
	}

	#tab-2 .element,
	#tab-2 .desc_borde {
		width: 220px;
	}
		
	.variable-sizes .element.width2 {
		width:470px;
		height:470px;
	}
	
	.element.width2 img, .modal_big {
		width:470px;
		height:470px;
	}
	
	
/*	#tab-3 {
    max-width: 500px;
	}*/
	

}



.sitcky_menu {
    position: relative!important;
    top: 0;
}


.con-modal {
	display: block;
}

.sin-modal {
	display: none;
}

.modal-alone {
	display: block!important;
}

.tab_1.current.ver_en_mobile {
	display: none;
}



@media only screen and (min-width: 480px) {
	.ver_en_mobile {
		display:none!important;
	}

	

	
}




@media (max-width: 1224px) { 

	#content {
	    display: block;
	    margin-top: 11px;
	}

	.modal-alone {
	    display: block !important;
	    margin: -19px auto !important;
	    position: relative !important;
	    width: 100%!important;
	    height: auto!important;
	}

	.modal-alone .info_modal hr {
		margin: 5px 0;
	}

	.modal-alone .info_modal {
		display: block;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    top: 75px;
	    width: 370px;
	    z-index: 999999;
	}



	.modal-alone .info_modal hr

	.modal-alone .header_modal {
		top: 0!important;
	}

	.modal-alone .content_modal {
		width: 100%;
	}

	.modal-alone .ico_fono a {
		border: none;
		color: #F5B006;
		background: inherit;
		 font-size: 13px;
	    line-height: 14px;
	}

	.modal-alone .ico_mail a {
		border: none;
		color: #F5B006;
		background: inherit;
	}

	.modal-alone .owl-carousel {
		margin-top: 3px;
	}

	.modal-alone .btn_up {
		display: block;
	}

	.modal-alone .info_modal ul {
		
    	display: block;
    	width: 376px;
	}

	.modal-alone .info_modal > ul li:first-child {
		margin-left: 0px;

	}

	.modal-alone .info_modal > ul li {
		display: inline-block !important;
    	float: inherit;
    	
    	vertical-align: middle;
    	width: 33%;
	}

	.modal-alone .info_modal ul li .tab_1,
	.modal-alone .info_modal ul li .tab_2,
	.modal-alone .info_modal ul li .tab_3,
	.modal-alone .info_modal ul li .tab_4 {
		width: 100%!important;

	}

	.modal-alone .info_modal ul li .tab_2,
	.modal-alone .info_modal ul li .tab_3,
	.modal-alone .info_modal ul li .tab_4 {
		display: block!important;

	}

	.modal-alone .info_modal .tab1, 
	.modal-alone .info_modal .tab2, 
	.modal-alone .info_modal .tab3,
	.modal-alone .info_modal .tab4 {
		padding: inherit!important;
    	width: 100%!important;

	}

	.modal-alone .info_modal .detalle_izq {
	    margin-left: 2%;
	    width: 48%;
	}


	.modal-alone .info_modal .detalle_der {
	    width: 50%;
	}

	.modal-alone #DescripcionPropiedad {
	    height: auto;
	    margin-left: 2%;
	    width: 95%;
	}

	.modal-alone .info_modal .detalle_full {	
		width:100%!important;
		float:left!important;
	}

	.modal-alone .info_modal .ico_send_friend {
		float: left;
	    margin-right: 2%;
	    width: 96%;
	    margin-bottom: 10px;
	}

	.modal-alone .owl-theme .owl-controls {
		display: none!important;
	}

	.modal-alone .tab2 > p,
	.modal-alone .tab3 > p,
	.modal-alone .tab4 > p {
	    display: block !important;
	    float: inherit !important;
	    margin-top: 10px !important;
	    text-align: center;
	}

.modal-alone .form_generico {
	    display: inline-block !important;
	    float: inherit !important;
	    margin: 20px auto;
	    text-align: center;
	    width: 100%;
	}

	.modal-alone .form_generico fieldset input[type="text"], .form_generico fieldset input[type="tel"], .form_generico fieldset textarea {
		width: 93%!important;
	}

	.modal-alone .form_generico fieldset input[type="button"] {
		float: inherit;
		display: block;
		margin: 0 0 0 30px!important;
	}

	.modal-alone .info_big {
    border: medium none !important;
    display: inline-block;
    float: inherit !important;
    height: 64px;
    left: inherit !important;
    margin-left: -4px;
    position: relative;
    right: inherit !important;
    top: -5px;
    width: 51px;
	}


	.modal-alone .btn_volver_vista {
  background-image: url("../img/boton-volver.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 64px;
    left: inherit !important;
    position: relative;
    right: inherit !important;
    top:-5px;
    width: 51px;
    vertical-align: top;
    float: right;
	}



	.modal-alone .favoritos_big {
 border: medium none;
    display: inline-block;
    float: inherit !important;
    height: 64px;
    left: inherit;
    margin-left: -4px;
    position: relative;
    right: inherit;
    top: 0;
    width: 51px;
    vertical-align: top;
	}

.modal-alone .favoritos_big2 {
 border: medium none;
    display: inline-block;
    float: inherit !important;
    height: 64px;
    left: inherit;
    margin-left: -4px;
    position: relative;
    right: inherit;
    top:-5px;
    width: 51px;
    vertical-align: top;
	}
	.modal-alone .cont-slider-info {
		position: relative;
	}


	.modal-alone .content_modal .header_modal h1 small {
	    display: inline-block;
	    vertical-align: middle;
	}


	.modal-alone .header_modal {
	    background: #161616!important;
	    position: relative !important;
	   	top: 14px !important;
	    width: 100%!important;
	    height: 54px;
	    overflow: hidden;

	}

	.modal-alone .header_modal h1 {
	   display: inline-block !important;
	    float: left;
	    font-size: 30px !important;
	    height: 40px !important;
	    left: inherit !important;
	    line-height: normal !important;

	    margin: 10px 0 0 6px !important;
	    vertical-align: top;
	    width: 150px !important;
	}


	.modal-alone .header_modal p {
	   color: #FFFFFF;
	    display: inline-block !important;
	    float: inherit;
	    font-size: 12px !important;
	    height: 47px !important;
	    left: inherit !important;
	    margin: 5px 0 0 !important;
	    position: relative;
	    right: inherit !important;
	 
	    top: 8px;
	    vertical-align: top;
	    width: 164px;
	    float: left;
	}

	.modal-alone .ico_print {
		display: none;
	}


	.modal-alone .coordinar_visita {
		margin-left: 8px!important;
	}

	/*.hfix {
		display: block;
	}*/


	.modal-alone .owl-theme .owl-controls {
	  	display: inline-block !important;
	    left: inherit !important;
	    margin: -25px auto 0 !important;
	    position: absolute !important;
	    text-align: center !important;
	    z-index: 999 !important;
}


	.modal-alone .owl-wrapper {
	    height: auto!important;
	    overflow: hidden !important;
	}

	.modal-alone .info_modal .detalle_full ul {
	    clear: none;
	    float: left;
	    width: 180px;
		margin-top:10px;
		color:#F5B006;
		background:url(../images/big_phone.png) left 5px no-repeat;
		font-size:12px;
	}



	.fancybox-opened {
		position: fixed!important;
	}

	.modal-alone .info_modal .tab1 .recomendar_favoritos {
	    display: none;
	    left: 394px;
	    top: 159px;
	    width: 290px !important;
	}  


	.modal-alone .info_modal .tab1 .recomendar_favoritos p {
	    margin: 10px 36px 0 !important;
	}


	.modal-alone .info_modal .tab1 .recomendar_favoritos .indicador {
	    right: 277px;
	    top: 189px;
	}

	.modal-alone .form_generico input {
		width: 71%;
	}


	


 }



@media only screen and (max-width: 1024px) {

    .fancybox-opened
    {
        top:50px!important;
    }
    
    .owl-theme .owl-next
    {
        right:26px!important;
    }
	.con-modal {
		display: none;
	}

	.sin-modal {
		display: block;
	}

.descripcion h4 
{
    font-size:10px;
}


	



}

@media only screen and (max-width: 768px) {
.owl-wrapper
	{
	    height:500px!important;
	}
	
	.owl-theme .owl-controls .owl-buttons div {
top: -275px!important;
}

.owl-theme .owl-next {
right: 0px!important;
}

}

@media only screen and (min-width: 760px) {
	#menu-mobile, .li-mostrar-menu-mobile {
		display:none!important;
	}
}




@media only screen and (max-width: 760px) 
{
    .content_modal .header_modal {
    left: 0;
   // top: 195px;
    width: 300px;
	background:url("../images/bg_desc.png") repeat scroll 0 0 transparent;
	margin-top:0px!important;
}
.owl-wrapper-outer
{
    height:298px;
}
.owl-carousel
{
    margin-top:67px;
}
	nav, .contenido_tabs, .li-mostrar-tab-2, .li-mostrar-tab-3 {
		display:none!important
	}
	
	
	.tabs {
		width: 114px;
	}
	
	.tabs li {
		height:50px;
	}


	.owl-buttons {
		display: none!important;
	}

	.owl-theme .owl-controls {
		z-index: 999!important;
	}
	
	.top {
		background: url("../images/bg_top_mobile.jpg") repeat-x scroll 0 0 transparent;
		height: 62px;
		position:fixed;
	}

	.ico-print-big {
		display: none!important;

	}

	#modalfavoritos .franja_titulo .ico_mail  {
		right: 19px!important;
	}


	#modalfavoritos .franja_titulo .ico_info {
		right: 65px!important;
	}

	.solicitar_info_favoritos .indicador {
    right: 59px!important;
	}



	
	
	.top h1 a {
	    top: 15px;
	}
	.modalfavoritos .franja_titulo .big_phone_numbers{
	margin: 0px 12px 10px 0;
	}
	
	.ico_arriendo {
		font-size: 10px;
		font-weight: normal;
		left: 150px;
		padding-left: 15px;
		top: 30px;
	}
	
	.ico_venta {
		font-size: 10px;
		font-weight: normal;
		left: 150px;
		padding-left: 15px;
		top: 10px;
	}
	
	
	
	.favoritos {
		background: url("../images/favoritos_vacio_mobile.png") no-repeat scroll 0 0 transparent;
		display: block;
		height: 44px;
		margin-top: 9px;
		position: relative;
		width: 50px;
	}
	
	.favoritos span {
		right: 5px;
		top: 4px;
		width: 28px;
	}
	
	#content #container {
		margin: 57px auto 0 !important;
		padding-bottom: 100px;
	}
		
	
	
	.menu_mobile {
		background: url("../images/menu_mobile.png") no-repeat scroll 0 0 transparent;
		display: block;
		float: left;
		height: 31px;
		margin-top: 18px;
		position: relative;
		width: 36px;
	}
	
	
	
	
	
	
	
	
	.element, .modal, .element img {
		width:260px;
		height:260px;	
	}
	
	.variable-sizes .element.width2 {
		width:260px;
		height:260px;
	}
	
	.element.width2 img, .modal_big {
		width:260px;
		height:260px;
	}
	
	
	
		.input-search {
		display: block!important;
	    height: 47px !important;
	    width: 100% !important;
	    font-size: 14px;
	}

	
	
	
/* modal */	
	
	 .content_modal .fullwidthbanner-container, .fancybox-inner .content_modal {
		width:430px!important;
		height:460px!important;
	}
	
	.slot .slotslide, .slot .slotslide img, .slotholder .defaultimg {
		height:380px!important;
		width:430px!important;
	}
	
	.tp-bullets, .filete_bullets {
		display:none;
	}
	
	.fancybox-skin {
		background:transparent!important;
	}
	
	
	
	
		
	.content_modal .header_modal {
	    background: url("../images/bg_title_modal.jpg") no-repeat scroll 0 0 transparent;
	    border-right: 1px solid #333333;
	    height: 65px;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 428px;
	    z-index: 999;
	}


		
	.content_modal .header_modal h1 {
	    color: #FFFFFF;
	    font-size: 16px;
	    left: 10px;
	    margin: 0 0 0 10px;
		float:left;
		width:106px;
		height:60px;
	}



	.content_modal .header_modal h1 small {
	    font-size: 14px;
	    font-weight: normal;
	}


	.content_modal .header_modal p {
	    color: #FFFFFF;
	    font-size: 14px;
	    height: 35px;
	    margin: 12px 0 0 0;
	    overflow: hidden;
	    width: 207px;
	}


	.favoritos_big {
	    background: url("../images/fav_big.png") no-repeat scroll 0 0 #2D2D2D;
	    height: 65px;
	    overflow: hidden;
	    text-indent: -999px;
	    width: 51px;
	    z-index: 999;
		float:left;
	}

.favoritos_big2 {
	    background: url("../images/fav_big.png") no-repeat scroll 0 0 #2D2D2D;
	    height: 65px;
	    overflow: hidden;
	    text-indent: -999px;
	    width: 51px;
	    z-index: 999;
		float:left;
	}




	.info_modal ul li a {
		font-size:11px;
	}

	.info_modal ul li .tab_1 {
	    float: left;
	    width: 45%;
	}


/*	.info_modal ul li .tab_2 {
	    float: left;
	    width: 95px;
	}
*/


	.info_modal ul li .tab_3 {
	    border-right: 0 none;
	    float: left;
	    width: 45%;
	}



	.btn_up {
	    right: 45px;
	    top: 0;
	    width: 10%;
	}


	.favoritos_big_activo {
		background:url(../images/fav_big_activo.png) no-repeat #2d2d2d;
	}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	.fancybox-overlay .fancybox-wrap {
		left:auto;!important
	}

	#modalfavoritos {
	    width: 270px !important;
	    top: 10px!important;
	    z-index: 99999!important;
	}


	.recomendar_favoritos {
		z-index: 999999!important;
	}	
		

	.modalfavoritos .contenido {
	    background-color: #CACACA;
	    float: left;
	    width: 270px;
	}

	.content_350 {
	    width: 270px!important;
	}

	.modalfavoritos .contenido .bloque_favorito {
	    border-bottom: 1px solid #A7A7A7;
	    height: 376px !important;
	    position: relative;
	    width: 270px;
	}



	.modalfavoritos .contenido .bloque_favorito .img_favorito {
	    float: left;
	    width: 300px;
		height:235px;
	}


	.modalfavoritos .contenido .bloque_favorito .precio {
	    border-bottom: 1px solid #A7A7A7;
	    border-right: 0 none;
	    height: 65px;
	    width: 261px;
	}


	.modalfavoritos .contenido .bloque_favorito .detalle h4 {
	    font-size: 9px;
	}



	.modalfavoritos .contenido .bloque_favorito .detalle h6 {
	    color: #373737;
	    font-size: 14px;
	    font-weight: normal;
	    position: relative;
	}





	.modalfavoritos .contenido .bloque_favorito .habitaciones {
	    height: 40px;
	    padding: 10px 5px;
	    text-align: center;
	    width: 59px;
	}




	.modalfavoritos .contenido .bloque_favorito .detalle h6 {
	    color: #373737;
	    font-size: 18px;
	    font-weight: normal;
	    position: relative;
	}

	.modalfavoritos .contenido .bloque_favorito .banos {
	    height: 77px;
	    padding: 46px 5px 15px;
	    text-align: center;
	    width: 35px;
	}


	.modalfavoritos .contenido .bloque_favorito .banos {
	    height: 40px;
	    padding: 10px 5px;
	    text-align: center;
	    width: 35px;
	}



	.modalfavoritos .contenido .bloque_favorito .dimension_util, .modalfavoritos .contenido .bloque_favorito .dimension_total {
	    height: 40px;
	    padding: 10px 3px;
	    text-align: center;
	    width: 70px;
	}

	.dimension_total {
		border:0px!important;
	}


	.modalfavoritos .contenido .bloque_favorito .dimension_util sup, .modalfavoritos .contenido .bloque_favorito .dimension_total sup {
	    font-size: 12px;
	    font-weight: normal;
	    position: absolute;
	}






	.modalfavoritos .contenido .bloque_favorito .eliminar {
	    height: 48px;
	    padding: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 48px;
	}


	.modalfavoritos .contenido .bloque_favorito .eliminar h4, .modalfavoritos .contenido .bloque_favorito .eliminar a img {
		display:none;
	}

	.modalfavoritos .contenido .bloque_favorito .eliminar a {
		width:48px;
		height:48px;
		background:url(../images/btn_eliminar_mobil.jpg) no-repeat;
		display:block;

	}


	.content_350 {
	    width: 300px;
	}


	.content_350 .form_generico fieldset input[type="text"], .content_350 .form_generico fieldset input[type="tel"], .content_350 .form_generico fieldset textarea {
	    border: 0 none;
	    font-size: 13px;
	    margin: 0 0 10px 20px;
	    padding: 10px;
	    width: 238px;
	}


	.recomendar_favoritos .indicador {
	    right: 17px;
	}


	.solicitar_info_favoritos .indicador {
	    right: 68px;
	}

	
		
	.fancybox-wrap {

		margin-top:20px!important;

	}	
		


	.fancybox-overlay .fancybox-wrap {
		height:250px!important;
	}


	.btn_quieres_vender:before {
	    background: url("../images/btn_casa_tel.png") no-repeat scroll 0 0 transparent !important;
	    height: 15px !important;
	    width: 15px !important;
	}

	.btn_te_llamamos:before {
		background:url("../images/btn_casa_tel.png") no-repeat scroll 0 -50px transparent!important;
		height: 15px !important;
	    width: 15px !important;
	}




	.modal-alone {
	    margin: 0 auto !important;
	}

	.content_modal .header_modal {
		margin-top: 48px;
	}


	.btn_volver_vista {
		left: -4px ;
	}


	.info_big {
		left: -6px ;
	}

	.favoritos_big {
		margin-left: 0px;
		margin-top: -1px;
	}
.favoritos_big2 {
		margin-left: -7px;
	}
	.modal-alone .header_modal h1 {
	    font-size: 26px !important;
	    height: 29px !important;
	    margin: 5px 0 0 6px !important;
	    width: 140px !important;
	}


	/*.content_modal .header_modal p {
	    left: 10px;
	    top: -38px!important;
	    width: 158px;
	}

	*/
	.modal-alone .header_modal p {

	    font-size: 11px !important;
	    height: 33px !important;
	   left: 163px !important;
	    top: -37px !important;
	    display: inherit!important;
	}

	.modal-alone #abrir_modal > div {
	    height: 560px;
	}

	.modal-alone .btn_volver_vista {
	    float: right;
	    height: 64px;
	    top: 0;
	    width: 51px;
	    z-index: 9999999;
	    margin-right: -1px;
	}

	.modal-alone .info_big {
	    float: left !important;
    	margin-left: -4px;
	}


	.modal-alone .favoritos_big {
	  	float: left !important;
    	margin-left: -4px;
    	top: 0;
	}
	
	.modal-alone .favoritos_big2 {
	  	float: left !important;
    	margin-left: -4px;
    	top: 0;
	}

	.modal-alone .header_modal h1 {
  	display: block !important;
    float: inherit !important;
    left: 7px !important;
    margin: 40px 0 0 5px !important;
    position: relative !important;
    top: -38px;
    width: auto !important;
	   
	}


	.modal-alone .header_modal p {
	    display: block !important;
	    float: inherit !important;
	    left: 102px !important;
	    position: relative !important;
	    top: -42px !important;
	    width: 160px;
	}

	.modal-alone .owl-carousel {
    	margin-top: 22px;
	}

	.modal-alone .info_modal {
	    display: block;
	    left: inherit;
	    margin: 0 auto;
	    position: relative;
	    top: inherit;
	    width: 100%;
	    z-index: 999;
	}


	.modal-alone .tabs-normal {
		display: none!important;
	}

	.modal-alone .tabs-mobile {
		display: block!important;
		margin-top: 20px !important;
	}

	.modal-alone .tab1 {
		display: block!important;
	}

	.modal-alone .tabs-mobile li:nth-child(1) {
		display: none!important;
	}

	.modal-alone .btn_up {
		display: none!important;
	}

	.modal-alone .info_modal .detalle_izq h4,
	.modal-alone .info_modal .detalle_der h4 {
	    margin: 0 0 5px;
	    padding-top: 8px;
	    text-align: center;
	}

	.modal-alone #DescripcionPropiedad {
		text-align: center;
	}

	.modal-alone .txt-cod {
		text-align: center;
	}

	.modal-alone .info_modal hr {
		margin: 10px 0;
	}

	.modal-alone .coordinar_visita,
	.modal-alone .class-icos-call  {
		display: none!important;
	}

	.modal-alone .llamar-btn,
	.modal-alone .mensaje-btn {
		display: block;
	}

	.modal-alone .llamar-btn {
   		text-align: center;
	}

	.modal-alone .mensaje-btn {
	    padding-top: 7px;
	    text-align: center;
	}

	.modal-alone .info_modal .tab1, 
	.modal-alone .info_modal .tab2, 
	.modal-alone .info_modal .tab3 {
		background-color: #2D2D2D;
	}


	.modal-alone .info_modal .tab_4 {
		line-height: 13px!important;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-top: 10px;
	}


	.modal-alone .info_modal ul {
	    display: block;
	    width: 100%;
	}


	.modal-alone .info_modal > ul li {
	    width: 33%;
	}

	.modal-alone .info_modal .tab4 {
	    display: block;
	}

	.modal-alone .tab1 hr:nth-of-type(6) {
		display: none;
	}

	.modal-alone .minor-letter p {
		margin-bottom: 15px;
	}


	.modal-alone .form_generico {
		margin: 20px auto 60px;
	} 


	.modal-alone .current-first {
	background-color: rgba(45, 45, 45, 0.9);
	    border-bottom: 0 none;
	    color: #FFFFFF;
	    height: 40px;
	}

	.enviar-friend-div {
		display: none;
	}

	.solicitar_info_favoritos, .recomendar_favoritos {
		right:0px;
		width: 100%!important;
	}


	.solicitar_info_favoritos .form_generico,
	.recomendar_favoritos .form_generico {
	    display: block;
	    margin: 20px auto;
	    width: 95%;
	    float: inherit;
	}


	.solicitar_info_favoritos .form_generico fieldset,
	.recomendar_favoritos .form_generico fieldset {
	    border: 0 none;
	    margin: 0 auto;
	    padding: 0;
	}

	.solicitar_info_favoritos .form_generico input,
	.recomendar_favoritos .form_generico input {
		border: 0 none;
	    display: block;
	    font-size: 13px;
	    height: 40px;
	    margin: 0 auto 8px!important;
	    padding: 0 0 0 1% !important;
	    width: 98% !important;
	    text-align: center!important;
	}

	.solicitar_info_favoritos .form_generico fieldset input[type="button"],
	.recomendar_favoritos .form_generico fieldset input[type="button"] {
	    margin: 0 auto;
	    padding-left: 50px;
	    width: 140px;
	}


	.modal-alone .info_modal {
		display: block!important;
		opacity: 1!important;
	}


	.li_quieres_vender,
	.li_te_llamamos {
		display: none!important;
	}


	.modal-alone .owl-carousel {
		margin-top: 14px!important;
	}

	.tabs li {
		height: 61px;
	}

	.modal-alone .info_modal .tab1 p {
		font-size: 13px;
	}

	 .text-min {
		display: none;
	}

	#menu-mobile li ul li a {
	    color: #CACACA;
	    font-size: 11px;
	    line-height: 25px;
	    padding-bottom: 10px;
	    padding-left: 25px;
	    padding-top: 10px;
	    transition: all 0.4s ease 0s;
	    width: 84%;
	}


	.datos-aprox-mobile > br {
		display: none;
	}



	#modalfavoritos {
		height: 370px!important;
	}

	.modal-alone .info_big {
		top: 0!important;
	} 


	.modal-alone .form_generico fieldset input[type="button"] {
		margin: 10px auto!important;
	}

	.modal-alone .info_modal .tab1, 
	.modal-alone .info_modal .tab2, 
	.modal-alone .info_modal .tab3 {
		border-bottom: 1px solid #191814;
	}


	
}












@media only screen and (max-width: 1150px) {
	 .ico_tel:nth-child(1) {
			display: block;
		    margin: 0 auto;
		    width: 410px;
		}
}


@media only screen 
and (max-device-width : 479px)
and (orientation:portrait)
{
.element, .modal, .element img {
		width:300px;
		height:300px;	
	}
	
	.variable-sizes .element.width2 {
		width:300px;
		height:300px;
	}
	
	.element.width2 img, .modal_big {
		width:300px;
		height:300px;
	}


.fancybox-wrap {
	width:300px!important;
}



}


@media only screen 
and (max-device-width : 320px)
and (orientation:portrait)
{
	.fancybox-wrap {
	width:300px!important;
	left:10px!important;
	margin-top:20px!important;

}	
	






	.fancybox-overlay .fancybox-wrap {
		left:10px!important;
	}
	
	
}






/* respaldo

.go-top {
	bottom: 15px;
    height: 39px;
    position: fixed;
    right: 9px;
    width: 40px;
    z-index: 9999;
    display: none;
	font-size: 0;
    background: url("../images/subir-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}*/

/*prueba nuevo go top*/


.subir-top{
	opacity: 0.9;
    visibility: inherit;
    background-color: #272727 !important;
    border-radius: 5px !important;
    bottom: 30px !important;
    color: #252525 !important;
    cursor: pointer !important;
    padding: 5px !important;
    position: fixed !important;
    left: 24px !important;
    z-index: 2147483645 !important;
}

.go-top {
	vertical-align: middle !important;
	color: #eee !important;
	font-family: Roboto, Arial, sans-serif !important;

}



@media only screen 
and (max-width : 479px) 
{

.content_modal .header_modal p
{
    width:119px;
    font-size: 10px;
}
.fancybox-close {
	 right: 30px !important;
    top: -15px !important;
}

.coordinar_visita {
	line-height: 15px;
    margin-top: 15px !important;
}

html.csstransforms body.fancybox-lock div.fancybox-overlay div.fancybox-wrap div.fancybox-skin div.fancybox-outer div.fancybox-inner section#abrir_modal.content_modal {
    height: 650px !important;
}



.info_modal {
    top: 260px;
}




.fancybox-opened .fancybox-skin, .content_355 {
    width: 300px !important;
}

.content_modal_light .titulo {
	font-size:14px!important;
	padding-right:5px!important;
}


.content_modal_light p {
    width: 260px;
}

.content_355 .form_generico fieldset input[type="text"], .content_355 .form_generico fieldset input[type="tel"], .content_355 .form_generico fieldset textarea {
	width:250px;
}

.content_355 .h-select {
    width: 125px;
}

.form_generico .precio {
    width: 159px !important;
}



/* modal */	
	
	 .content_modal .fullwidthbanner-container, .fancybox-inner .content_modal {
		width:300px!important;
		height:630px!important;
	}
	
	.slot .slotslide, .slot .slotslide img, .slotholder .defaultimg {
		height:260px!important;
		width:300px!important;
	}
	
	

.input-search {
    height: 48px;
    line-height: 48px;
	width:80%;
}

.btn_search {
    right: 11px;
    top: 17px;
}




	

	
	
.content_modal .header_modal h1 {
    font-size: 10px;
	width:70px;
	margin:0 0 0 5px;
}

.owl-wrapper-outer {
height: 226px;
}

.content_modal .header_modal h1 small {
    font-size: 12px;
    font-weight: normal;
}


.tparrows {
	display:none;
}

/*
.favoritos_big {
    height: 64px;
    left: 51px;
    width: 51px;
}*/

.favoritos_big_activo {

}



/*
.info_big {
    height: 64px;
    left: 0 !important;
    top: -195px;
    width: 51px;
}
*/
.info_modal li .tab_1 { 
	display:none; 
}

.ver_en_mobile {
	display:block!important;
}
.las-condes .info_big_activo {
    background-color: #753D7D;
    border-left: 1px solid #753D7D;
    height: 64px;
    right: -31px;
    width: 51px;
}

.las_condes .info_big_activo {
    background-color: #0D82AE;
    border-left: 1px solid #753D7D;
    height: 64px;
    right: -31px;
    width: 51px;
}	
	
	
.info_modal {
    top: 65px;
    width: 300px;
}


.info_modal ul li .tab_1 {
    width: 138px;
}

/*.info_modal ul li .tab_2 {
    width: 100px;
}*/

.info_modal ul li .tab_3 {
    width: 125px;
}


.btn_up {
    right: -3px;
    top: 0;
    width: 39px;
    background: url("../images/ico_up.png") no-repeat scroll 9px 14px #2D2D2D;
}



.info_modal .tab1, .info_modal .tab2, .info_modal .tab3 {

    padding: 10px;
    width: 280px;
}









.info_modal .detalle_izq {
    float: left;
    width: 130px;
}

.info_modal .detalle_der {
    float: right;
    width: 143px;
}

.info_modal .detalle_full h3 {
    width: 95px;
}

.ico_print {
	display:none;
}

.form_generico fieldset input[type="text"], .form_generico fieldset input[type="tel"], .form_generico fieldset textarea {
	width:260px;
	padding-right:10px;
}

	
}



.sitcky_menu{
	position:fixed;
	top:0;
}

.sendGif
{
    display:none;
    background: #1D1D1D;
margin-left: 20px;
float: left;
padding: 5px 52px 5px 52px;
}



/***********************
  -  BOTON WHATSAPP   -
***********************/

/* .whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #0fd279;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999;
}


.fa-whatsapp {
    padding-top: 10px;
    font-size: 30px !important; 
    text-decoration: none;
    color: #eee;
} */


/**********************************
  -  BOTON Directo Destacados   -
***********************************/

.destaca {
	opacity: 0.9;
	width: 180px;
	visibility: inherit;
	background-color: #d3d3d3 !important;
	border-radius: 5px !important;
	bottom: 30px !important;
	cursor: pointer !important;
	padding: 10px !important;
	position: fixed !important;
	right: 20px !important;
	z-index: 99999;
  box-shadow: 0 5px 5px rgba(132, 132, 132, 0.48);
}

.rojo {
width:80%;
vertical-align: middle !important;
float: right;
padding-right: 20px;
padding-left: 20px
  

}

.destaca:hover {
visibility: visible;
background-color:#fff !important;
color: #eee !important;
opacity: 1;
}

