@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);

body{
	font-family: 'Source Sans Pro', sans-serif;
	margin:0px;
	padding:0px;
	color:#000;
}

a{
	text-decoration:none;
	}

img, object, video {
	max-width: 100%;
	max-height:auto;
	border:none;
}

#logo{
	margin-left:-57px;
	}

.navbar {
	width:100%;
	background:#000000;
	height:85px;
}

.navbar-brand {
	width:1024px;
	float: left;
	height: auto;
	margin-top:5px;
	position:relative;
	z-index:999999;
}

.navbar-brand img{
	margin-left:-13px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size:18px;
	color:#ffffff;
	font-weight:lighter;
}


#home{
	width:100%; 
	max-width:1024px;
	margin:auto;
	color:#ffffff;
	}	
	
#home h1{
	font-family: 'ghotam', sans-serif;
	font-weight:lighter;
	font-size:30px;
	width:100%;
	max-width:1024px;
	position:absolute;
	bottom:95px;
	text-align:right;
	}	
	
#home span{
	text-align:right;
	font-size:35px;
	font-weight:lighter;
	line-height:20px;
	width:100%;
	max-width:1024px;
	position:absolute;
	bottom:60px;
	text-align:right;
	}
	
#menu_img{
	width:100%;
	max-width:1024px;
	min-width:300px;
	text-align:center; 
	padding-top:85px; 
	margin:auto;
	float:left;
	position:fixed;
	z-index:2;
	}	
	
#menu_img img{
	position:absolute;
	z-index:11;
	width:138px;
	}						
			
#ex1 {	
line-height: 0px;
font-size:14px;
font-weight: 300;
padding:0px;
margin-top:-9px;
text-align:center;
-webkit-transition: 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#ex1 img{
width:128px;
float:left;
cursor:pointer;
position:relative;
}

#ex1 p{
	position:absolute;
	}

#ex1:hover {
line-height:200px;
}

#ex1 a{
	text-decoration:none;
	color:#000000;
	float:left;
	}

#margen1{
	margin-left:4px;
	}
	
#margen2{
	margin-left:130px;
	}
	
#margen3{
	margin-left:260px;
	}
	
#margen4{
	margin-left:390px;
	}			
	
.cuerpo{
	background:rgba(255,255,255,.5);
	width:100%;
	max-width:1024px;
	margin:auto;
	height:100%;
	text-align:center;
	position:relative;
	padding-bottom:50px;
	margin-top:164px;
	}
	
.cuerpoo{
	background:rgba(255,255,255,.5);
	width:100%;
	max-width:1024px;
	height:100%;
	text-align:center;
	position:relative;
	padding-bottom:50px;
	margin-top:164px;
	}
	
#section3{
	margin-top:-800px;
	position:absolute;
	}		
	
.text_cuerpo{
	width:80%;
	text-align:justify;
	margin:auto;
	}
	
a.tooltip1 { /* Estilos del texto que tiene el tooltip */
position: relative;
z-index: 24;
text-decoration: underline;
z-index:999999999;
}

a.tooltip1:hover {
	z-index: 25; 
	text-decoration: none;
	cursor:pointer;
	}
	
a.tooltip1 span {
	display: none;
	}
	
a.tooltip1:hover span { /* Estilos de la descripción */
display: block;
position: absolute;
top: -183px; 
left: -20px;
width: 16em;
text-align: center;
}		

a.tooltip2 { /* Estilos del texto que tiene el tooltip */
position: relative;
z-index: 24;
text-decoration: underline;
}

a.tooltip2:hover {
	z-index: 25; 
	text-decoration: none;
	cursor:pointer;
	}
	
a.tooltip2 span {
	display: none;
	}
	
a.tooltip2:hover span { /* Estilos de la descripción */
display: block;
position: absolute;
top: -275px; 
left: -40px;
width: 16em;

}

a.tooltip3 { /* Estilos del texto que tiene el tooltip */
position: relative;
z-index: 24;
text-decoration: underline;
}

a.tooltip3:hover {
	z-index: 25; 
	text-decoration: none;
	cursor:pointer;
	}
	
a.tooltip3 span {
	display: none;
	}
	
a.tooltip3:hover span { /* Estilos de la descripción */
display: block;
position: absolute;
top: -160px; 
left: -17px;
width: 16em;
text-align: center;
}

a.tooltip4 { /* Estilos del texto que tiene el tooltip */
position: relative;
z-index: 24;
text-decoration: underline;
}

a.tooltip4:hover {
	z-index: 25; 
	text-decoration: none;
	cursor:pointer;
	}
	
a.tooltip4 span {
	display: none;
	}
	
a.tooltip4:hover span { /* Estilos de la descripción */
display: block;
position: absolute;
top: -245px; 
left: -15px;
width: 16em;
text-align: center;
}	


a.tooltip5 { /* Estilos del texto que tiene el tooltip */
position: relative;
z-index: 24;
text-decoration: underline;
}

a.tooltip5:hover {
	z-index: 25; 
	text-decoration: none;
	cursor:pointer;
	}
	
a.tooltip5 span {
	display: none;
	}
	
a.tooltip5:hover span { /* Estilos de la descripción */
display: block;
position: absolute;
top: 10px; 
left: -105px;
width: 16em;
text-align: center;
}

.input_intra{
	width:100%;
	background:none;
	border: 1px solid #000;
	}			

#boton_intra{
	width:111px;
	text-align:center;
	background:url(../img/boton.png);
	background-repeat:no-repeat;
	border:none;
	color:#ffffff;
	}
	
input::-webkit-input-placeholder {
	color:#000;
	padding-left:5px;
	font-weight:lighter;
}


textarea:-ms-input-placeholder {
	padding-left:5px;
	font-weight:lighter;
    color: #000;
}

.input_contacto{
	width:100%;
	background:none;
	border: 1px solid #000;
	}
	
#text_contacto{
	width:100%;
	height:80px;
	background:none;
	border: 1px solid #000;
	color:#000;
	}			
		
#foooter{
	width:100%;
	background:#000000;
	position:fixed;
	bottom:0px;
	height:30px;
	}	

#text_foooter{
	width:100%;
	max-width:1024px;
	margin:auto;
	color:#FFFFFF;
	padding:5px 5px 5px 5px;
	text-align:left;
	word-spacing: 300px;
	font-weight:lighter;
	}

.valores{
	width:100%;
	max-width:1024px;
	}

.valor1{
	width:225px;
	height:23px;
}

#valor_responsabilidad{
	position:relative;
	top:-215px;
	left:538px;
}

.valor2{
	width:14px;
	height:135px;
}

#valor_responsabilidadd{
	position:relative;
	top:-351px;
	left:400px;
}

.valor3{
	width:185px;
	height:130px;
}

#valor_trabajo_equipo{
	position:relative;
	top:-387px;
	left:150px;
}

.valor4{
	width:80px;
	height:40px;
}

#valor_trabajo_equipoo{
	position:relative;
	top:-435px;
	left:553px;
}

.valor5{
	width:138px;
	height:15px;
}

#valor_trabajo_equipooo{
	position:relative;
	top:-630px;
	left:538px;
}

.valor6{
	width:120px;
	height:23px;
}

#valor_confianza{
	position:relative;
	top:-618px;
	left:535px;
}

.valor7{
	width:115px;
	height:35px;
}

#valor_confianzaa{
	position:relative;
	top:-580px;
	left:410px;
}

.valor8{
	width:15px;
	height:120px;
}

#valor_confianzaaa{
	position:relative;
	top:-688px;
	left:198px;
}

.valor9{
	width:100px;
	height:20px;
}

#valor_respeto{
	position:relative;
	top:-728px;
	left:302px;
}

.valor10{
	width:77px;
	height:20px;
}

#valor_respetoo{
	position:relative;
	top:-857px;
	left:588px;
}

.valor11{
	width:40px;
	height:70px;
}

#valor_respetooo{
	position:relative;
	top:-811px;
	left:757px;
}

.valor12{
	width:80px;
	height:20px;
}

#valor_impacto{
	position:relative;
	top:-819px;
	left:768px;
}

.valor13{
	width:55px;
	height:15px;
}

#valor_impactoo{
	position:relative;
	top:-828px;
	left:538px;
}

.valor14{
	width:15px;
	height:65px;
}

#valor_impactooo{
	position:relative;
	top:-956px;
	left:649px;
}

.texto{
	float:left;
	width:40%;
	margin-top:20px;
	position:absolute;
	}
	
.titulos{
	border-bottom: 1px solid #000;
	text-align:center;
	margin:auto;
	padding-bottom:-12px;
	}

.tituloss{
	border-bottom: 1px solid #fff;
	text-align:center;
	margin:auto;
	padding-bottom:-12px;
	}	
	
#tit_zkc{
	width:300px;
	margin-top:60px;
	}
	
#tit_filosofia{
	margin-top:20px;
	}			

#section1{
	position:relative;
	}
	
#img_trayectoria{
	margin-top:-100px;
	}

#valores{
	padding-top:-170px;
	padding-bottom:100px;	
	}	
	
	
.mapa{
	width:900px;
	height:500px;
	margin:auto;
	}	
		
.tamano1{
	height:320px;
	}

.tamano2{
	height:430px;
	}
	
.valores2{
	display:none;
	}
	
.navbar-collapse collapse{
	display:none;
	}
	
#margen_mision{
	width:130px;
	}
	
#margen_vision{
	width:120px;
	}
	
#margen_tray{
	width:250px;
	margin-top:200px;
	}
	
#margen_val{
	width:170px;
	}
	
#tit_inversion{
	width:330px;
	}
	
.num_inversion{
	font-family: 'ghotam', sans-serif;
	font-size:35px;
	font-weight:lighter;
	}
	
.text_inversion{
	font-size:20px;
	}
	
.propiedades{
	position:absolute;
	margin-top:-150px;
	}
	
#tit_propiedades{
	width:245px;
	}
	
#tit_arren{
	width:300px;
	}
	
#tit_commercium{
	width:255px;
	}

#tit_mixtos{
	width:255px;
	}
	
#tit_vivienda{
	width:180px;
	}
	
#tit_turisticos{
	width:180px;
	}
	
#tit_aviso{
	width:350px;
	}		
	
#tit_mapa{
	width:110px;
	}	
	
#tit_contacto{
	width:205px;
	}
	
#globo{
	background:rgba(0,0,0,1);
	}
	
#mapa h1{
	font-size:24px;
	}
	
.lb-album{
	width: 80%;
	margin: auto;
	text-align:center;
}

#span1{
	word-spacing: 0px;
	margin-left:-16px;
	}
	
#span2{
	word-spacing: 0px;
	margin-left:15px;
	}
	
#span3{
	float:right;
	margin-right:7px;
	}
	
#tab_margen{
	background:rgba(255,255,255,.5);
	width:100%;
	max-width:1024px;
	}
	
/* Slider Ficha */	
.jssorb05{
	position: absolute;
	}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av{
	position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
	}

.jssorb05 div{
	background-position: -7px -7px;
	}

.jssorb05 div:hover, .jssorb05 .av:hover{
	background-position: -37px -7px;
	}

.jssorb05 .av{
	background-position: -67px -7px;
	}

.jssorb05 .dn, .jssorb05 .dn:hover{
	background-position: -97px -7px;
	}
	
.jssora11l, .jssora11r{
	display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    cursor: pointer;
    background: url(../img/a11.png) no-repeat;
    overflow: hidden;
	}

.jssora11l{
	background-position: -11px -41px;
	}

.jssora11r{
	background-position: -71px -41px;
	}

.jssora11l:hover{
	background-position: -131px -41px;
	}

.jssora11r:hover{
	background-position: -191px -41px;
	}

.jssora11l.jssora11ldn{
	background-position: -251px -41px;
	}

.jssora11r.jssora11rdn{
	background-position: -311px -41px;
	}	
	
#specs td{
	padding-top:3px;
	}

.specs_text{
	background:#e7e8e9;
	color:#000000;
	font-size:13px;
	text-align:left;
	padding-left:5px;
	}
.specs_tit{
	background:#d1d2d4;
	text-align:left;
	color:#000000;
	font-weight:bolder;
	font-size:15px;
	padding-left:5px;
	}														

@media only screen 
and (max-width : 1024px) {
	
#espacio{
	padding-bottom:460px;
	}	
	
.container{
	width:100%; 
	padding:0px 0px 0px 0px;
	}	
		
#menu_img{
	margin-left:0px;
	}
	
#home h1{
	padding-right:60px;
	}
	
#home span{
	padding-right:60px;
	}				

#ex1 img{
width:128px;
float:left;
cursor:pointer;
position:relative;
}

#section3{
	padding-top:300px;
	background:none;
	position:absolute;
	z-index:1;
	}
	
#section4{
	margin-top:300px;
	height:100px;
	}	
	
#tab_margen{
	margin-top:350px;
	position:absolute;
	background:none;
	z-index:1;
	}	

.valor1{
	width:220px;
	height:23px;
}

#valor_responsabilidad{
	position:relative;
	top:-214px;
	left:536px;
}

.valor2{
	width:18px;
	height:180px;
}

#valor_responsabilidadd{
	position:relative;
	top:-350px;
	left:400px;
}

.valor3{
	width:188px;
	height:135px;
}

#valor_trabajo_equipo{
	position:relative;
	top:-433px;
	left:150px;
}

.valor4{
	width:80px;
	height:40px;
}

#valor_trabajo_equipoo{
	position:relative;
	top:-485px;
	left:554px;
}

.valor5{
	width:135px;
	height:15px;
}

#valor_trabajo_equipooo{
	position:relative;
	top:-680px;
	left:538px;
}

.valor6{
	width:120px;
	height:20px;
}

#valor_confianza{
	position:relative;
	top:-668px;
	left:536px;
}

.valor7{
	width:120px;
	height:35px;
}

#valor_confianzaa{
	position:relative;
	top:-625px;
	left:410px;
}

.valor8{
	width:20px;
	height:150px;
}

#valor_confianzaaa{
	position:relative;
	top:-733px;
	left:199px;
}

.valor9{
	width:127px;
	height:30px;
}

#valor_respeto{
	position:relative;
	top:-803px;
	left:300px;
}

.valor10{
	width:80px;
	height:20px;
}

#valor_respetoo{
	position:relative;
	top:-944px;
	left:590px;
}

.valor11{
	width:40px;
	height:70px;
}

#valor_respetooo{
	position:relative;
	top:-900px;
	left:755px;
}

.valor12{
	width:80px;
	height:20px;
}

#valor_impacto{
	position:relative;
	top:-905px;
	left:768px;
}

.valor13{
	width:55px;
	height:15px;
}

#valor_impactoo{
	position:relative;
	top:-915px;
	left:538px;
}

.valor14{
	width:15px;
	height:65px;
}

#valor_impactooo{
	position:relative;
	top:-1043px;
	left:648px;
}

.valores2{
	display:none;
	}


#margen_album{
	margin-left:-50px;
	}
	
#text_foooter{
	width:100%;
	max-width:1024px;
	margin:auto;
	color:#FFFFFF;
	padding:5px 0px 5px 5px;
	text-align:left;
	word-spacing: 500px;
	font-weight:lighter;
	}	
	
#section1{
	height:605px;
	}
	
#span1{
	word-spacing: 0px;
	margin-left:0px;
	}
	
#span2{
	margin-left:260px;
	}			
	
	}	
	
@media only screen 
and (width : 768px) {
	
#menu_img{
	margin-left:0px;
	}
	
#ex1 img{
width:96px;
float:left;
cursor:pointer;
position:relative;
}

.cuerpo{
	width:100%;
	max-width:none;
	margin-top:120px;
	padding-bottom:50px;
	}
	
.cuerpoo{
	width:100%;
	max-width:none;
	margin-top:120px;
	padding-bottom:50px;
	}		

.tamano1{
	position:relative;
	height:620px;
	}			

.tamano1 h1{
	font-size:32px;
	text-align:left;
	padding-left:5px;
	}
	
.tamano2{
	height:680px;
	}
	
.tamano2 h1{
	font-size:14px;
	text-align:left;
	padding-left:2px;
	}
	
.mapa{
	width:700px;
	height:500px;
	margin:auto;
	}	
	
#text_foooter{
	width:100%;
	max-width:725px;
	margin:auto;
	color:#FFFFFF;
	padding:5px 0px 5px 5px;
	text-align:left;
	word-spacing: 300px;
	font-weight:lighter;
	}
	
#span1{
	word-spacing: 0px;
	margin-left:-15px;
	}
	
#span2{
	margin-left:130px;
	}
	
#span3{
	float:right;
	margin-right:-8px;
	}			

.valores{
	display:none;
	}
	
.valores2{
	width:100%;
	display:block;
	padding:5px 5px 5px 5px;
	}
	
.valores2 h1{
	font-size:30px;
	text-align:left;
	padding-left:10px;
	}
	
.valores2 p{
	text-align:justify;
	padding-left:10px;
	}
	
#section1{
	height:605px;
	}

#section2{
	margin-top:150px;
	}
	
#section3{
	width:100%;
	padding-top:600px;
	background:none;
	position:absolute;
	z-index:1;
	}
	
#tab_margen{
	margin-top:150px;
	position:absolute;
	background:none;
	z-index:1;
	}	
	
#section4{
	margin-top:350px;
	height:130px;
	}					
	
#margen_tray{
	margin-top:-150px;
	}
	
#margen_val{
	margin-top:-200px;
	}
	
.lb-album{
	width: 100%;
	margin-left: -10px;
	text-align:center;
}									
	
	}	
	
@media only screen 
and (max-width : 763px) {
	
.container{
	width:100%; 
	padding:0px 0px 0px 0px;
	}	
	
#menu_img{
	display:none;
	}

.navbar-brand img{
	margin-left:5px;
	margin-top:-75px;
}
	
.navbar-default .navbar-nav>li>a{
	background:#000000;
	color:#ffffff; 
	text-decoration:none;
	display:inherit;
	padding-left:20px;
	margin-top:-10px;
	}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	color:#ffffff;
	background-color:#000000;
	}
	
h1{
	font-size:20px;}	

#home h1{
	font-family: 'ghotam', sans-serif;
	font-weight:lighter;
	font-size:20px;
	}
	
#ex1 p, #margen1, #margen2, #margen3, #margen4{
	display:none;
	}
	
#home h1{
	padding-right:25px;
	}	
	
#home span{
	padding-right:25px;
	}
	
.cuerpo{
	margin-top:0px;
	width:100%;
	padding-bottom:130px;
	}
	
.cuerpoo{
	margin-top:0px;
	width:100%;
	padding-bottom:130px;
	}	
	
.cuerpo2{
	background:rgba(255,255,255,.7);
	width:100%;
	}	
	
#section1, #section2{
	height:450px;
	}
	
#section3, #section4{
	height:80px;
	}	
	
#img_trayectoria{
	margin-top:0px;
	}
	
.valores{
	display:none;
	}
	
.valores2{
	width:100%;
	display:block;
	padding-top:20px;
	}
	
.valores2 h1{
	font-size:18px;
	text-align:left;
	padding-left:10px;
	}
	
.valores2 p{
	text-align:justify;
	padding-left:10px;
	}	
	
#tit_zkc{
	width:170px;
	padding-top:17%;
	}	
	
#margen_tray{
	width:150px;
	padding-top:410px;
	}
	
#margen_val{
	margin-top:300px;
	width:100px;
	}
	
.mapa{
	width:350px;
	height:300px;
	margin:auto;
	}
	
.tamano1{
	position:relative;
	height:640px;
	}			

.tamano1 h1{
	font-size:32px;
	text-align:left;
	padding-left:5px;
	}
	
.tamano2{
	height:810px;
	}
	
.tamano2 h1{
	font-size:14px;
	text-align:left;
	padding-left:2px;
	}
	
#text_foooter{
	width:100%;
	max-width:350px;
	margin:auto;
	color:#FFFFFF;
	text-align:left;
	word-spacing: 0px;
	font-weight:lighter;
	font-size:12px;
	}
	
#margen_mision{
	width:80px;
	}
	
#margen_vision{
	width:70px;
	}
	
#tit_inversion{
	width:110px;
	padding-top:17%;
	}
	
.num_inversion{
	font-family: 'ghotam', sans-serif;
	font-size:35px;
	font-weight:lighter;
	}
	
.text_inversion{
	font-size:20px;
	}	
									
.propiedades{
	position:static;
	margin-top:180px;
	}

#tit_propiedades{
	width:140px;
	}
	
#tit_arren{
	width:170px;
	}
	
#tit_commercium{
	width:140px;
	padding-top:17%;
	}
	
#tit_mixtos{
	width:140px;
	padding-top:17%;
	}
	
#tit_vivienda{
	width:110px;
	padding-top:17%;
	}
	
#tit_turisticos{
	width:110px;
	padding-top:17%;
	}	
	
#tit_mapa{
	width:70px;
	padding-top:17%;
	}
	
#tit_contacto{
	width:110px;
	padding-top:17%;
	}	
	
#margen_cel{
	padding-top:100px;
	}
	
#espacio{
	padding-bottom:460px;
	}
	
.lb-album{
	margin-left:-13px;
}	
	
#tit_aviso{
	width:200px;
	}
	
#span1{
	word-spacing: 0px;
	margin-left:0px;
	}
	
#span2{
	margin-left:0px;
	}
	
#span3{
	float:right;
	margin-right:8px;
	}	
		
	}
	
@media only screen 
and (max-width : 640px) {
	
.container{
	width:100%; 
	padding:0px 0px 0px 0px;
	}	
	
#menu_img{
	display:none;
	}

	
.navbar-default .navbar-nav>li>a{
	background:#000000;
	color:#ffffff; 
	text-decoration:none;
	display:inherit;
	padding-left:20px;
	margin-top:-10px;
	}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	color:#ffffff;
	background-color:#000000;
	}
	
h1{
	font-size:20px;}	

#home h1{
	font-family: 'ghotam', sans-serif;
	font-weight:lighter;
	font-size:15px;
	}
	
#ex1 p, #margen1, #margen2, #margen3, #margen4{
	display:none;
	}
	
#home h1{
	padding-right:25px;
	}	
	
#home span{
	padding-right:25px;
	font-size:20px;
	}
	
.cuerpo{
	margin-top:0px;
	width:100%;
	padding-bottom:130px;
	}
	
.cuerpoo{
	margin-top:0px;
	width:100%;
	padding-bottom:130px;
	}	
	
.cuerpo2{
	background:rgba(255,255,255,.7);
	width:100%;
	}	
	
#section1{
	height:800px;
	}
	
#section2{
	height:450px;
	}	
	
#section3{
	position:absolute;
	margin-top:-1150px;
	height:100px;
	width:100%;
	}
	
#section4{
	margin-top:-500px;
	padding-bottom:300px;
	}			
	
#img_trayectoria{
	margin-top:0px;
	}
	
.valores{
	display:none;
	}
	
.valores2{
	width:100%;
	display:block;
	padding-top:20px;
	}
	
.valores2 h1{
	font-size:18px;
	text-align:left;
	padding-left:10px;
	}
	
.valores2 p{
	text-align:justify;
	padding-left:10px;
	}	
	
#tit_zkc{
	width:170px;
	padding-top:17%;
	}	
	
#margen_tray{
	width:150px;
	margin-top:-50px;
	}
	
#container .threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top:850px;
}	
	
#margen_val{
	margin-top:300px;
	width:100px;
	}
	
.mapa{
	width:330px;
	height:400px;
	margin:auto;
	}
	
.tamano1{
	position:relative;
	height:640px;
	}			

.tamano1 h1{
	font-size:32px;
	text-align:left;
	padding-left:5px;
	}
	
.tamano2{
	height:810px;
	}
	
.tamano2 h1{
	font-size:14px;
	text-align:left;
	padding-left:2px;
	}
	
#text_foooter{
	width:100%;
	max-width:350px;
	margin:auto;
	color:#FFFFFF;
	text-align:left;
	word-spacing:0px;
	font-weight:lighter;
	font-size:12px;
	}
	
#margen_mision{
	width:80px;
	}
	
#margen_vision{
	width:70px;
	}
	
#tit_inversion{
	width:110px;
	padding-top:17%;
	}
	
.num_inversion{
	font-family: 'ghotam', sans-serif;
	font-size:35px;
	font-weight:lighter;
	}
	
.text_inversion{
	font-size:20px;
	}	
									
.propiedades{
	position:static;
	margin-top:180px;
	}

#tit_propiedades{
	width:140px;
	}
	
#tit_arren{
	width:170px;
	}
	
#tit_commercium{
	width:140px;
	padding-top:17%;
	}
	
#tit_mixtos{
	width:140px;
	padding-top:17%;
	}
	
#tit_vivienda{
	width:110px;
	padding-top:17%;
	}
	
#tit_turisticos{
	width:110px;
	padding-top:17%;
	}	
	
#tit_mapa{
	width:70px;
	padding-top:17%;
	}
	
#tit_contacto{
	width:110px;
	padding-top:17%;
	}	
	
#margen_cel{
	padding-top:100px;
	}
	
#espacio{
	padding-bottom:460px;
	}
	
.lb-album{
	margin-left:13px;
}	
	
#tit_aviso{
	width:200px;
	}
	
#logo{
	margin-left:0px;
	}
	
#margen_cont{
	width:80%;}	
	
#linea{
	margin-top:-300px;
	}
	
#tab_margen{
	margin-top:-250px;
	position:absolute;
	background:none;
	padding-bottom:100px;
	}		
	
	}		
	