/******************************************************************
***			Ing. Juan Pablo Ballesteros Quintero				***
***			Ingeniero de Sistemas								***
***			Universidad Industrial de Santander					***
******************************************************************/

/* RESET*/
/* Resetea los estilos que vienen por defecto */

@font-face {
    font-family: 'univers_light_condensedRg';
    src: url('../../fonts/univers_light_condensed-webfont.eot');
    src: url('../../fonts/univers_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/univers_light_condensed-webfont.woff') format('woff'),
         url('../../fonts/univers_light_condensed-webfont.ttf') format('truetype'),
         url('../../fonts/univers_light_condensed-webfont.svg#univers_light_condensedRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'normafixed_tryoutregular';
    src: url('../../fonts/normt___-webfont.eot');
    src: url('../../fonts/normt___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/normt___-webfont.woff') format('woff'),
         url('../../fonts/normt___-webfont.ttf') format('truetype'),
         url('../../fonts/normt___-webfont.svg#normafixed_tryoutregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{margin: 0; padding: 0; border: 0;}

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;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* recordar definir los estilos del focus! */
:focus {
	outline: 0;
}

/* recordar insertar relieves de alguna manera! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tablas todavia necesitan 'cellspacing="0"' en el marcado */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 { font-size: 26px; }

h2 { font-size: 20px; }

h3 { font-size: 16px; }

h4 { font-size: 14px; }

h5 { font-size: 12px; }

h6 { font-size: 10px; }

li { list-style: none; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

/*---------------------------------------------------------------------------------------------------------------------------*/
/* ESTILOS GENERALES */

div#cabecera {	
	/*background-image: url(../../images/img_cabecera.jpg);	
	background-repeat: repeat-x;*/
	height: 55px;
	min-width: 1400px;
	/*border: 1px #000000 solid;*/
}

div#contenido {
	background-color: #ffffff;
	height: 1280px;
	min-width: 1400px;
	/*border: 1px green solid;*/
}

div#pie_pagina {	
	background-color: #d87d1a;
	/*background-color: #494848;*/
	height: 270px;
	min-width: 1400px;
	/*border: 1px #000000 solid;*/
}

body {
	background-color: #ffffff;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* CLASES GENERALES */

.interior {
	width: 1200px;
	margin: 0 auto;	
}

.clearfix {
	width: 1px;
	height: 1px;
	display: block;
	clear: both;
	content: '.';
}

a.enlaces:link, a.enlaces:visited, a.enlaces:hover, a.enlaces:active {
	color: #fac791; text-decoration: none; 
}

a.bandera:link, a.bandera:visited, a.bandera:hover, a.bandera:active {
	color: #c92b2a;
	font-weight: bold;
	text-decoration: none; 
	font-family: Calibri;
	font-size: 14px;
}

a.bandera2:link, a.bandera2:visited, a.bandera2:hover, a.bandera2:active {
	color: #c92b2a;
	font-weight: normal;
	text-decoration: none; 	
	font-family: Calibri;
	font-size: 12px;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* DIV GENERALES */

div#contenido_cabecera {
	position: relative;
	float: right;
	width: 1200px;
	height: 55px;
	font-family: "calibri";	
	/*border: 1px blue solid;*/
}

div#contenido_cabecera div#menu {
	position: absolute;
	top: 18px;
	left: 225px;
	width: 980px;	
	height: 36px;
	z-index: 900;
	/*border: 1px #000000 solid;*/
}

div#contenido_cabecera div#menu div#items_menu {
	position: relative;
	float: right;
	width: 980px;
	height: 35px;
	font-family: "calibri";
}

div#contenido_cabecera div#menu div#items_menu ul {
	width: 980px;
	height: 32px;
	margin: 0px;
	line-height: 18px;
	list-style: none;	
	font-size: 18px;
	font-weight: normal;
}

div#contenido_cabecera div#menu div#items_menu ul li{
	float: right;
	height: 27px;	
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

div#contenido_cabecera div#menu div#items_menu ul li a{
	color: #ffffff;	
	margin-top: 20px;
	/*border: 1px blue solid;*/
}

div#contenido1 {
	position: relative;	
	width: 1200px;
	height: 960px;
	z-index: 1px;
	/*border: 1px red solid;*/
}

div#contenido1 div#imagen_ciudad {
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 468px;
	z-index: 1px;
	/*border: 1px blue solid;*/
}

div#contenido1 div#logo {
	position: absolute;
	top: 20px;
	left: 20px;	
	width: 445px;
	height: 93px;
	z-index: 2px;
	/*border: 1px blue solid;*/
}

div#contenido1 div#btn_regresar {
	position: absolute;
	top: 120px;
	left: 20px;	
	width: 437px;
	height: 101px;
	/*border: 1px blue solid;*/
	z-index: 996;
}

div#contenido1 div#btn_regresar2 {
	position: absolute;
	top: 218px;
	left: 20px;	
	width: 437px;
	height: 101px;
	/*border: 1px blue solid;*/
	z-index: 996;
}

div#contenido1 div#texto_especial {
	position: absolute;
	top: 120px;
	left: 620px;	
	width: 450px;
	height: 200px;
	font-family: "calibri";
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px;
	text-align: center;
	/*border: 1px blue solid;*/
	z-index: 999;
}

div#contenido_empresa {
	position: relative;	
	float: left;
	width: 1200px;
	height: 154px;
	font-family: "calibri";	
	font-size: 18px;
	/*border: 1px blue solid;*/		
}

div#contenido_empresa div#empresa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 695px;
	height: 153px;
	text-align: left;
	font-family: "calibri";
	/*border: 1px red solid;*/
}

div#contenido_empresa div#empresa div#info1 {
	position: absolute;
	top: 28px;
	left: 303px;
	width: 47px;
	height: 41px;
	font-family: "calibri";
	font-size: 18px;
	text-align: left;
	z-index: 5;	
	/*border: 1px green solid;*/
}

div#contenido_empresa div#empresa div#info2 {
	position: absolute;
	top: 45px;
	left: 294px;
	width: 530px;
	height: 100px;
	font-family: "calibri";
	text-align: left;
	font-size: 18px;
	line-height: 16px;
	color: #ffffff;
	text-align: center;
	/*border: 1px green solid;*/	
}

div#contenido_empresa div#empresa div#info2 h1 {
	font-family: "calibri";
	font-size: 18px;
	line-height: 18px;	
	color: #ffffff;
	font-weight: normal;
	/*border: 1px green solid;*/	
}

div#contenido_empresa div#empresa div#info2 span{
	text-align: left;
	font-size: 18px;	
	color: #ffffff;
}

div#contenido_empresa div#autor {
	position: absolute;
	top: 150px;
	left: 920px;
	font-family: "calibri";
	font-size: 14px;
	color: #ffffff;	
	/*border: 1px red solid;*/
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* INDEX */

div#contenido1 div#buscadores {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 950px;
	/*font-family: "univers_light_condensedRg", "Myriad Pro", Arial, Helvetica, sans-serif;	*/
	font-family: "calibri";	
	font-size: 14px;
	/*border: 1px yellow solid;*/
}

div#contenido1 div#buscadores div#buscador_req {
	position: absolute;
	top: 80px;
	left: 740px;
	width: 420px;
	height: 555px;
	/*border: 1px red solid;*/
}

div#contenido1 div#buscadores div#buscador_req img#fnd_buscadorreq {
	position: absolute;
	top: -7px;
	left: 0px;
	z-index: 5;
}

div#contenido1 div#buscadores div#buscador_req form#requerimientos {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 370px;
	height: 460px;
	background-color: #494848;
	line-height: 30px;
	z-index: 4;
	/*border: 1px green solid;*/
}

div#contenido1 div#buscadores div#buscador_req form#requerimientos table {	
	width: 315px;
	margin-left: 33px;
	margin-top: 58px;
	text-align: right;
	/*border: 1px green solid;*/
}

div#contenido1 div#buscadores div#buscador_req .etiqueta {
	/*font-weight: bold;
	font-style: oblique;*/
	font-size: 12px;
	padding-right: 10px;	
	color: #ffffff;
}

div#contenido1 div#buscadores div#buscador_req select {
	/*font-family: "univers_light_condensedRg", "Myriad Pro", Arial, Helvetica, sans-serif;	*/
	font-family: "calibri";
	font-size: 12px;
	/*font-weight: bold;*/
	background-color: #ffffff;
	color: #000000;
	/*font-style: oblique;*/
	width: 180px;
	height: 25px;
	padding-right: 10px;
	-webkit-appearance: button;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*background-image: url(../../images/img_flechita.png);*/
    background-position: center right;
    background-repeat: no-repeat;
    direction: rtl;
}

div#contenido1 div#buscadores div#buscador_req #barrio {	
    direction: ltr;
}

div#contenido1 div#buscadores div#buscador_req select option {
	margin-right: 10px;
}

div#contenido1 div#buscadores div#buscador_req div#buscador_cod {
	position: absolute;
	top: 485px;
	left: 30px;
}

div#contenido1 div#buscadores div#buscador_req div#buscador_pal {
	position: absolute;
	top: 485px;
	left: 221px;
}

div#contenido1 div#buscadores div#buscador_req div#buscador_piso {
	position: absolute;
	top: 575px;
	left: 30px;
}

div#contenido1 div#buscadores div#buscador_req div#buscador_area {
	position: absolute;
	top: 575px;
	left: 221px;
}

div#contenido1 div#buscadores div#publicidad {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 700px;
	height: 170px;
	/*border: 1px red solid;*/
}

/*div#contenido1 div#buscadores div#publicidad .slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

div#contenido1 div#buscadores div#publicidad .slider ul {
	display: flex;
	width: 1400px;
	padding: 0;
	animation: cambio 5s infinite;
	animation-direction: alternate;
}

div#contenido1 div#buscadores div#publicidad .slider li {
	width: 100%;
	list-style: none;
}

div#contenido1 div#buscadores div#publicidad .slider img {
	width: 100%;
}

@keyframes cambio {
	0% { margin-left: 0; }
	45% { margin-left: 0; }
	50% { margin-left: -100%; }
	100% { margin-left: -100%; }
}*/

div#contenido1 div#buscadores div#publicidadv {
	position: absolute;
	top: 350px;
	left: 0px;
	width: 700px;
	height: 250px;
	/*border: 1px red solid;*/
}

div#contenido1 div#buscadores div#buscador_map {
	position: absolute;
	top: 540px;
	left: 20px;
	width: 660px;
	height: 340px;	
	/*border: 1px green solid;*/
}

div#contenido1 div#buscadores div#buscador_map img#fnd_buscadormap {
	position: absolute;
	top: 70px;
	left: 70px;
	z-index: 5;
	/*border: 1px green solid;*/
}

div#contenido1 div#buscadores div#buscador_map img#img_mapa {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 6;
}

div#contenido1 div#titulo_redessoc {
	position: absolute;
	top: 750px;
	left: 830px;
	font-family: calibri;
	font-size: 24px;
	font-style: oblique;
}

div#contenido1 div#redes_sociales2 {
	position: absolute;
	margin: 0 auto 0 auto;
	top: 780px;
	left: 830px;	
	width: 260px;
	height: 150px;
	background-color: #ffc127;
	/*border: 1px blue solid;*/
}

div#contenido1 div#redes_sociales2 div#facebook {
	position: absolute;
	top: 20px;
	left: 20px;	
	width: 104px;
	height: 104px;
}

div#contenido1 div#redes_sociales2 div#twitter {
	position: absolute;
	top: 20px;
	left: 134px;	
	width: 104px;
	height: 104px;
}

div#contenido1 div#redes_sociales2 div#youtube {
	position: absolute;
	top: 134px;
	left: 20px;	
	width: 104px;
	height: 104px;
}

div#contenido1 div#redes_sociales2 div#googlemas {
	position: absolute;
	top: 134px;
	left: 134px;	
	width: 104px;
	height: 104px;
}

div#contenido2 {
	position: relative;	
	float: left;
	width: 1200px;
	height: 860px;
	/*border: 1px blue solid;*/
}

div#contenido2 div#destacados {
	position: absolute;	
	top: -40px;
	left: 20px;
	width: 1180px;
	height: 345px;
	font-family: "calibri";	
	font-size: 18px;
	/*border: 1px red solid;*/
}

div#contenido2 div#destacados div#inmuebles_destacados {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 1100px;
	height: 310px;
	/*border: 1px #000000 solid;*/
}

div#contenido2 div#destacados div#inmuebles_destacados .inmdes {
	position: relative;
	float: left;	
	width: 205px;
	height: 240px;
	margin-left: 5px;
	margin-right: 5px;
	/*border: 1px #000000 solid;*/
}

div#contenido2 div#destacados div#inmuebles_destacados .inmdes {
	text-align: center;
}

div#contenido2 div#destacados div#inmuebles_destacados .txt {
	text-align: center;
	line-height: 20px;
}

div#contenido2 div#destacados div#inmuebles_destacados .tipo_inm {
	font-size: 24px;
}

div#contenido2 div#destacados div#inmuebles_destacados .barrio_inm {
	font-size: 18px;
}

div#contenido2 div#destacados div#inmuebles_destacados .valores_inm {
	font-size: 18px;
}

div#contenido2 div#destacados div#inmuebles_destacados .vermas {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

div#contenido2 div#destacadosv {
	position: absolute;	
	top: -20px;
	left: 20px;
	width: 1180px;
	height: 345px;
	font-family: "calibri";	
	font-size: 18px;
	/*border: 1px red solid;*/
}

div#contenido2 div#destacadosv div#inmuebles_destacadosv {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 1100px;
	height: 310px;
	/*border: 1px #000000 solid;*/
}

div#contenido2 div#destacadosv div#inmuebles_destacadosv .inmdes {
	position: relative;
	float: left;	
	width: 205px;
	height: 240px;
	margin-left: 5px;
	margin-right: 5px;
	/*border: 1px #000000 solid;*/
}

div#contenido2 div#destacadosv div#inmuebles_destacadosv .inmdes {
	text-align: center;
}

div#contenido2 div#destacadosv div#inmuebles_destacadosv .txt {
	text-align: center;
	line-height: 20px;
}

div#contenido2 div#destacadosv div#inmuebles_destacadosv .tipo_inm {
	font-size: 24px;
}

div#contenido2 div#destacadosv div#inmuebles_destacadosv .barrio_inm {
	font-size: 18px;
}

div#contenido2 div#destacadosv div#inmuebles_destacadosv .valores_inm {
	font-size: 18px;
}

div#contenido2 div#destacadosv div#inmuebles_destacadosv .vermas {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

div#contenido2 div#banner {
	position: absolute;	
	top: 400px;
	left: 20px;
	width: 1180px;
	height: 244px;
	font-family: "calibri";	
	font-size: 18px;
	/*border: 1px red solid;*/
}

div#contenido2 div#enlaces {
	position: absolute;	
	top: 680px;
	left: 20px;
	margin: 0 auto 0 auto;		
	width: 1180px;
	height: 200px;
	/*border: 1px #000000 solid;*/	
}

div#contenido2 div#enlaces div#enlaces_interes {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 1100px;
	height: 310px;
	/*border: 1px #000000 solid;*/
}

div#contenido2 div#enlaces div#enlaces_interes ul {
	position: absolute;
	top: 0px;
	left: 20px;
	margin: 0px;	
	line-height: 20px;
	list-style: none;
	font-size: 12px;
}

div#contenido2 div#enlaces div#enlaces_interes ul li{
	float: right;
	padding: 0px 2px 0px 0px;
	text-decoration: none;
	font-family: "aller_lightregular";
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* NOSOTROS */

div#contenido_info {
	position: relative;	
	width: 1200px;
	height: 960px;
	z-index: 1;
	/*border: 1px red solid;*/
}

div#contenido_info div#imagen_ciudad {
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 468px;
	z-index: 1;
	/*border: 1px blue solid;*/
}

div#contenido_info div#logo {
	position: absolute;
	top: 20px;
	left: 20px;	
	width: 445px;
	height: 93px;
	z-index: 2;
	/*border: 1px blue solid;*/
}

div#contenido_info div#btn_regresar {
	position: absolute;
	top: 120px;
	left: 20px;	
	width: 437px;
	height: 101px;
	/*border: 1px blue solid;*/
	z-index: 996;
}

div#contenido_info div#btn_regresar2 {
	position: absolute;
	top: 218px;
	left: 20px;	
	width: 437px;
	height: 101px;
	/*border: 1px blue solid;*/
	z-index: 996;
}

div#contenido_info div#texto_especial {
	position: absolute;
	top: 120px;
	left: 620px;	
	width: 450px;
	height: 200px;
	font-family: "calibri";
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px;
	text-align: center;
	/*border: 1px blue solid;*/
	z-index: 999;
}

div#contenido_info div#nosotros {
	position: absolute;
	top: 468px;
	left: 0px;
	width: 1190px;
	height: 600px;
	font-family: "calibri";	
	font-size: 16px;
	/*border: 2px #cc0000 solid;*/
}

div#contenido_info div#nosotros p {
	position: absolute;
	top: 120px;
	left: 70px;
	width: 1100px;
	height: 600px;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	/*border: 1px #000000 solid;*/
}

div#contenido_info div#nosotros img {
	padding-right: 30px;
	padding-left: 0px;
}

div#contenido_info div#nosotros p span {
	font-size: 28px;
	font-weight: bold;	
	/*font-style: oblique;*/
}

div#contenido_info div#nosotros h1 {
	padding-top: 30px;
	padding-left: 70px;
	font-size: 25px;
	font-weight: bold;
	font-style: oblique;
	color: #d87d1a;
	text-align: left;
}

div#contenido_info div#nosotros .titulo_barra {
	background-color: #000000; 
	width: 1100px; 
	height: 2px;
	margin-left: 70px;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* SERVICIOS */

div#contenido_info div#servicios {
	position: absolute;
	top: 468px;
	left: 0px;
	width: 1190px;
	height: 600px;
	font-family: "calibri";	
	font-size: 16px;
	/*border: 2px #cc0000 solid;*/
}

div#contenido_info div#servicios p {
	position: absolute;
	top: 120px;
	left: 70px;
	width: 1100px;
	height: 600px;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	/*border: 1px #000000 solid;*/
}

div#contenido_info div#servicios img {
	padding-right: 30px;
	padding-left: 0px;
}

div#contenido_info div#servicios p span {
	font-size: 28px;
	font-weight: bold;	
	/*font-style: oblique;*/
}

div#contenido_info div#servicios p a {
	padding-top: 20px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	color: #d87d1a;
}

div#contenido_info div#servicios h1 {
	padding-top: 30px;
	padding-left: 70px;
	font-size: 25px;
	font-weight: bold;
	font-style: oblique;
	color: #d87d1a;
	text-align: left;
}

div#contenido_info div#servicios .titulo_barra {
	background-color: #000000; 
	width: 1100px; 
	height: 2px;
	margin-left: 70px;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* CONTACTENOS Y CONSIGNE SU INMUEBLE */

div#contenido_info div#formulario {
	position: absolute;
	top: 468px;
	left: 0px;
	width: 1190px;
	height: 850px;
	font-family: "calibri";	
	font-size: 16px;
	/*border: 1px #000000 solid;*/
}

div#contenido_info div#formulario div#img_contactenos {
	position: absolute;
	top: 300px;
	left: 600px;
	width: 322px;
	height: 341px;
	/*border: 1px #000000 solid;*/
}

div#contenido_info div#formulario div#img_buscadorpc {
	position: absolute;
	top: 80px;
	left: 600px;
	width: 322px;
	height: 341px;
	/*border: 1px #000000 solid;*/
}

div#contenido_info div#formulario h1 {
	padding-top: 30px;
	padding-left: 70px;
	font-size: 25px;
	font-weight: bold;
	font-style: oblique;
	color: #d87d1a;d87d1a
	text-align: left;
}

div#contenido_info div#formulario h2 {
	padding-top: 40px;
	padding-left: 80px;
	font-size: 16px;
	font-weight: normal;
}

div#contenido_info div#formulario label {
    display: block;
    margin: 10px 0px 0px 170px;
}

div#contenido_info div#formulario form {
    /*text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    border: 1px solid #999;
    border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 0px 15px 0px 15px;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.5);
    background: rgb(250,250,250,1);*/
}

div#contenido_info div#formulario form input, form textarea, form select {
    background: rgb(250,250,250,0.5);
    border: 0px solid #fff;
    box-shadow: 00px 0px 5px rgba(0,0,0,0.5);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
}

div#contenido_info div#formulario input {
    display: block;
    margin: 5px 0px 0px 170px;
    width: 350px; 
    font-size: 16px;       
}

div#contenido_info div#formulario select {
    display: block;
    margin: 5px 0px 0px 170px;
    width: 350px; 
    font-size: 16px;       
}

div#contenido_info div#formulario textarea {
    display: block;
    margin: 5px 0px 0px 170px;
    width: 350px;
    height: 120px;
    font-size: 16px;
}

div#contenido_info div#formulario div#enviar {
    border: none;
    background-color: #000000;
    color: #ffffff;
    padding: 4px;
    margin: 40px 0px 0px 400px; 
    width: 180px;       
    cursor: pointer;
    font-family: "calibri";
    font-size: 16px; 
}

div#contenido_info div#formulario .titulo_barra {
	background-color: #000000; 
	width: 1100px; 
	height: 2px;
	margin-left: 70px;
}

div#contenido_info div#formulario .texto_titulo {
    font-size: 16px;
    font-weight: bold;
}

div#contenido_info div#formulario2 {
	position: relative;
	float: left;
	width: 900px;
	height: 500px;
	font-family: "calibri", "Myriad Pro";	
	font-size: 18px;
	/*border: 1px #000000 solid;*/	
}

div#contenido_info div#formulario2 div#img_contactenos2 {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 322px;
	height: 542px;
	/*border: 1px #000000 solid;*/
}

div#contenido_info div#formulario2 label {
    display: block;
    margin: 10px 0px 0px 30px;
}

div#contenido_info div#formulario2 form {
    /*text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    border: 1px solid #999;
    border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 0px 15px 0px 15px;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.5);
    background: rgb(250,250,250,1);*/
}

div#contenido_info div#formulario2 form input, form textarea {
    background: rgb(250,250,250,0.5);
    border: 0px solid #fff;
    box-shadow: 00px 0px 5px rgba(0,0,0,0.5);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
}

div#contenido_info div#formulario2 input {
    display: block;
    margin: 5px 0px 0px 30px;
    width: 350px;        
}

div#contenido_info div#formulario2 textarea {
    display: block;
    margin: 5px 0px 0px 30px;
    width: 350px;
    height: 120px;
}

div#contenido_info div#formulario2 div#enviar {
    border: none;
    background-color: #000000;
    color: #ffffff;
    padding: 4px;
    margin: 40px 0px 0px 400px; 
    width: 180px;       
    cursor: pointer;
    font-family: "calibri";
    font-size: 15px; 
}

div#contenido_info div#formulario2 .texto_titulo {
    font-size: 18px;
    font-weight: bold;
}

div#contenido_info p {
	margin-top: 40px;
	margin-left: 30px;
	font-size: 20px;
}

div#contenido_info p span {
	font-size: 27px;
	color: #ff4949;
}

div#contenido_info .close_btn {
	position: absolute;
	top: 485px;
	left: 855px;
	width: 55px;
	height: 55px;
	z-index: 99;	
	/*border: 1px red solid;*/
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* MAPAS */

div#contenido_info div#tutorial {
	position: absolute;
	top: 477px;
	left: -46px;
	z-index: 999;	
}

div#contenido_info div#menu_zonas {
	position: absolute;
	top: 468px;
	left: 0px;
	width: 1200px;
	font-family: "aller_lightregular", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	z-index: 31;
	text-align: center;
	/*border: 1px red solid;*/
}

div#contenido_info div#menu_zonas h1 {
	padding-top: 30px;
	padding-left: 70px;
	font-size: 25px;
	font-weight: bold;
	font-style: oblique;
	color: #d87d1a;
	text-align: left;	
}

div#contenido_info div#menu_zonas .titulo_barra {
	background-color: #000000; 
	width: 1100px; 
	height: 2px;
	margin-left: 70px;
}

div#contenido_info div#menu_zonas ul {
	float: right;
	width: 1020px;
	text-align: justify;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	/*border: 1px green solid;*/
}

div#contenido_info div#menu_zonas ul li {
	font-family: "aller_lightregular", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
}

div#contenido_info div#menu_zonas ul li select, ul li option{
	font-weight: bold;
}

div#contenido_info div#menu_zonas ul li a{
	color: #000000;
	text-decoration: none;
}

div#contenido_info div#buscador_codigo {
	position: absolute;
	top: 577px;
	left: 828px;
	z-index: 99;
}

div#contenido_info div#ubicacion {
	position: absolute;
	top: 608px;
	left: 0px;
	width: 1200px;
	height: 600px;
	font-family: "aller_lightregular", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*border: 1px red solid;*/
}

div#contenido_info div#ubicacion div#listado_barrios {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 10px; 
	padding-left: 10px;
	width: 510px;
	height: 590px;
	font-family: "aller_lightregular", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*border: 1px blue solid;*/
	overflow-y: scroll;
	overflow-x: hidden;
}

div#contenido_info div#ubicacion div#listado_barrios img {
	float: left;
	padding: 5px 5px 5px 5px;
}

div#contenido_info div#ubicacion div#listado_barrios table#barrios {
	width: 480px;
	line-height: 20px;
	margin-bottom: 20px;
}

div#contenido_info div#ubicacion div#listado_barrios table#barrios tr {
	background-color: #ff9900;
}

div#contenido_info div#ubicacion div#listado_barrios table#inmuebles {
	width: 470px;
	line-height: 20px;
	/*border: 1px red solid;*/
	margin-bottom: 15px;
}

div#contenido_info div#ubicacion div#listado_barrios table#inmuebles tr {
	border: 1px #c65a1d solid;
}

div#contenido_info div#ubicacion div#listado_barrios h1 {	
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width: 470px;
	float: left;
	text-align: left;
}

div#contenido_info div#ubicacion div#listado_barrios h2 {	
	font-size: 13px;
	color: #ffffff;
	float: left;
	text-align: left;
	font-weight: normal;
	width: 470px;
}

div#contenido_info div#ubicacion div#listado_barrios h3 {	
	font-size: 12px;
	color: #db7815;
	font-weight: bold;
	float: left;
	padding-left: 15px;
}

div#contenido_info div#ubicacion div#listado_barrios h4 {	
	font-size: 12px;
	color: #000000;
	float: right;
	padding-right: 15px;
}

div#contenido_info div#ubicacion div#ubicacion_mapa {
	position: absolute;
	top: 0px;
	left: 530px;
	width: 670px;
	height: 600px;
	/*border: 1px green solid;*/
	overflow-y: hidden;
	overflow-x: hidden;
}

div#contenido_info div#ubicacion div#ubicacion_mapa iframe#mapa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 600px;
	overflow-y: hidden;
	overflow-x: hidden;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* RESULTADOS BUSQUEDA REQUERIMIENTOS */

div#contenido_info div#inmuebles {
	position: absolute;
	top: 468px;
	left: 0px;
	width: 1200px;
	height: 1000px;
	font-family: "calibri";	
	font-size: 16px;
	/*border: 1px #000000 solid;*/	
}

div#contenido_info div#inmuebles h1 {
	padding-top: 30px;
	padding-left: 70px;
	font-size: 25px;
	font-weight: bold;
	font-style: oblique;
	color: #d87d1a;
	text-align: left;
}

div#contenido_info div#inmuebles .titulo_barra {
	background-color: #000000; 
	width: 1100px; 
	height: 2px;
	margin-left: 70px;
}

div#contenido_info div#inmuebles p {
	position: absolute;
	top: 110px;
	left: 70px;
	width: 850px;
	height: 700px;
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
	/*border: 1px #000000 solid;*/
}

div#contenido_info div#inmuebles img {
	/*padding-right: 30px;
	padding-left: 30px;*/
}

div#contenido_info div#inmuebles p span {
	font-size: 22px;
	font-weight: bold;
	font-style: oblique;
}

div#contenido_info div#inmuebles .btn2 {
	margin: auto;
	margin-top: 30px;
	background-color: #e1791a;		
	width: 170px;
	height: 34px;
	border: 2px #ffffff solid;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "aller_lightregular", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	text-align: center;
	/*margin: 0 auto;*/
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

div#contenido_info div#inmuebles .btn2 a {
	color: #ffffff;
	text-decoration: none;
}

div#contenido_info div#inmuebles div#registros_totales{
	position: relative;
	top: 30px;	
	width: 1190px	;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	color: #000000;
	text-align: center;
}

div#contenido_info div#inmuebles .contenedor_inm {
	position: relative;
	top: 40px;
	left: 70px;
	width: 1100px;
	height: 140px;
	margin-top: 8px;
	font-size: 22px;
	/*background-color: #bf0411;*/
	/*filter: alpha(opacity=90);
	-moz-opacity: .90;	
	opacity: .90;
	-webkit-appearance: button;*/
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

div#contenido_info div#inmuebles .contenedor_inm .contenedor_img {
	position: absolute;	
	width: 204px;
	font-size: 22px;
	top: 10px;
	left: 10px;
	border: 1px #000000 solid;
}

div#contenido_info div#inmuebles .contenedor_inm .contenedor_img img {	
	padding-top: 0px;
	padding-left: 0px;
	margin: 0;	
	/*border: 1px red solid;*/ 
}

div#contenido_info div#inmuebles .contenedor_inm .contenedor_datos {
	position: absolute;
	width: 600px;	
	font-size: 14px;
	top: 15px;
	left: 250px;
	border: 1px #a9a9a9 solid;
	background-color: #d87d1a;
	/*font-style: oblique;*/
	line-height: 21px;
	color: #000000;
}

div#contenido_info div#inmuebles .contenedor_inm .contenedor_datos table {
	margin: 5px 5px 5px 5px;
}

div#contenido_info div#inmuebles .contenedor_inm .contenedor_datos span {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

div#contenido_info div#inmuebles .contenedor_inm .contenedor_datos .tipo_txt {	
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	/*font-style: oblique;*/
}

div#contenido_info div#inmuebles .contenedor_inm .contenedor_datos .valor_txt {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	/*font-style: oblique;*/
}

div#contenido_info div#inmuebles .contenedor_inm .contenedor_verinfo {
	position: absolute;
	width: 100px;
	top: 10px;
	left: 880px;
}

div#contenido_info div#inmuebles .contenedor_inm .contenedor_verinfo img {	
	padding-top: 0px;
	padding-left: 0px;
}

div#contenido_info div#inmuebles .paginador {
	position: absolute;
	top: 980px;
	left: 70px;
	text-align: center;
	width: 1100px;
	height: 100px;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	z-index: 40;
}

div#contenido_info div#inmuebles .paginador a {
	color: #b31717;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/* DETALLES */

div#detalle_inmueble {
	position: relative;
	float: left;
	width: 920px;
	height: 550px;
	font-family: "Calibri";
	font-size: 13px;
	background-color: #faeeee;
	z-index: 41;	
}

div#detalle_inmueble .imagen_inm3 {
	position: absolute;
	top: 122px;
	left: 455px;
	width: 192px;
	height: 153px;
	z-index: 42;
	/*border: 1px red solid;*/
}

div#detalle_inmueble .imagen_inm3 .foto_inm3 {
	position: absolute;
	top: 13px;
	left: 14px;
	z-index: 43;
	/*border: 1px red solid;*/
}

div#detalle_inmueble .detalle_inm3 {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 465px;
	height: 500px;
	z-index: 44;
	/*border: 1px red solid;*/
}

div#detalle_inmueble .detalle_inm3 .tipo_inm3 {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 300px;
	height: 50px;
	line-height: 20px;
	font-weight: bold;
	z-index: 45;
}

div#detalle_inmueble .detalle_inm3 .whatsapp_inmueble {
	position: absolute;
	top: 0px;
	left: 310px;
	width: 89px;
	height: 30px;
	z-index: 46;
}

div#detalle_inmueble .detalle_inm3 .whatsapp_inmueble img {
	width: 130px;
	height: 40px;
}

div#detalle_inmueble .me_gusta {
	position: absolute;
	top: 85px;
	left: 455px;
	width: 89px;
	height: 30px;
	z-index: 46;
}

div#detalle_inmueble .detalle_inm3 .valor_inm3 {
	position: absolute;
	top: 440px;
	left: 250px;
	width: 200px;
	height: 47px;
	line-height: 13px;
	font-weight: bold;
	z-index: 46;
}

div#detalle_inmueble .detalle_inm3 .datos_inm3 {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 237px;
	height: 135px;
	font-size: 16px;
	z-index: 47;
}

div#detalle_inmueble .ver_inm3 {
	position: absolute;
	top: 430px;
	left: 440px;
	width: 140px;
	height: 24px;
	text-align: right;
	font-weight: bold;
	z-index: 48;
}

div#detalle_inmueble .ver_map3 {
	position: absolute;
	top: 470px;
	left: 20px;
	width: 174px;
	height: 55px;
	z-index: 99;	
	/*border: 1px red solid;*/
}

div#detalle_inmueble .ver_video {
	position: absolute;
	top: 470px;
	left: 140px;
	width: 174px;
	height: 55px;
	z-index: 99;
}

div#detalle_inmueble .close_btn {
	position: absolute;
	top: 490px;
	left: 860px;
	width: 55px;
	height: 55px;
	z-index: 99;	
	/*border: 1px red solid;*/
}

/*div#publicidad {
	position: relative;
	float: left;
	width: 1026px;
	height: 292px;
	font-family: "belwe_lt_btlight", "Myriad Pro", Arial, Helvetica, sans-serif;	
	font-size: 14px;
	z-index: 1;
}

div#publicidad .imagen_inm {
	position: absolute;
	top: 10px;
	left: 50px;	
	width: 376px;
	height: 277px;
	z-index: 2;
}

div#publicidad .imagen_inm .foto_inm {
	position: absolute;
	top: 25px;
	left: 40px;
	z-index: 3;
}

div#publicidad .detalle_inm {
	position: absolute;
	top: 30px;
	left: 440px;
	width: 563px;
	height: 237px;
	z-index: 4;
}

div#publicidad .detalle_inm .tipo_inm {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 166px;
	height: 70px;
	line-height: 20px;
	font-weight: bold;	
	z-index: 5;
}

div#publicidad .detalle_inm .valor_inm {
	position: absolute;
	top: 158px;
	left: 31px;
	width: 180px;
	height: 47px;
	line-height: 14px;
	font-weight: bold;
	z-index: 6;
}

div#publicidad .detalle_inm .datos_inm {
	position: absolute;
	top: 35px;
	left: 276px;
	width: 237px;
	height: 144px;
	z-index: 7;
}

div#publicidad .detalle_inm .ver_inm {
	position: absolute;
	top: 198px;
	left: 276px;
	width: 229px;
	height: 24px;
	text-align: right;
	font-weight: bold;
	z-index: 8;
}*/

/*---------------------------------------------------------------------------------------------------------------------------*/
/* POPUP */

.popup {
    background-color: #ffffff;
    color: #888888;
    width: 640px;
    height: 480px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 6%;    
    z-index: 999;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    opacity:0.5;
}

a.close  {
    background: url("../../images/img_cerrar2.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
    opacity: 1;
}

a.close:link, a.close:visited, a.close:hover, a.close:active {
	opacity: .8;
}

div#imagen_publicidad {
	position: relative;
	top: -15px;
}

div#imagen_publicidad iframe#publicidad_iframe {
	position: relative;
	top: -15px;
	left: -10px;
	margin: 0px; 
	padding: 0px;
	width: 700px;
	height: 530px;
	overflow-y: hidden;
	/*overflow-x: hidden;*/
	/*border: 1px red solid;*/
}

div#caja_flotante {
	left: 120px;
	position: absolute;
	top: 220px;
	width: 250px;
	height: 50px;
	z-index: 997;
}