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

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

@font-face {
    font-family: 'robotoregular';
    src: url('../../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../../fonts/roboto-regular-webfont.woff') format('woff');
    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; }

/********************************************************************************************************************
  MEDIA QUERIES
********************************************************************************************************************/

@media only screen and (min-width:1100px) and (max-width:1280px) {
	body {
		/*background-image: url(../../images/img_fondo.png);
		background-repeat: repeat;*/		
		overflow-x: hidden;
		background-color: #ffffff;
	}

	#cabecera {
		/*background: url(../../images/img_ciudad.jpg) no-repeat top center;*/
		/*background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;*/
		-webkit-background-size: 100% 600px;
		-moz-background-size: 100% 600px;
		-o-background-size: 100% 600px;
		background-size: 100% 600px;
		min-height: 790px;
		/*border: 1px blue solid;*/
	}

	div#franja {
		position: fixed;
		top: 15px;
		width: 100%;
		height: 95px;
		background-color: #ffffff;
		z-index: 997;
	}

	div#franja3 {
		position: fixed;
		top: 110px;
		width: 100%;
		height: 50px;
		/*background-color: #373435;*/
		background-color: #000000;
		z-index: 997;
	}

	div#franja2 {
		position: absolute;
		top: 760px;
		width: 100%;
		height: 12px;
		background-color: #2f2f2e;
	}

	div#franja4 {
		position: fixed;
		top: 0px;
		width: 100%;
		height: 15px;
		background-color: #000000;
		z-index: 997;
	}

	.slider {
		position: relative;
		top: 160px;
		width: 1280px;
		margin: auto;
		overflow: hidden;
		/*border: 1px red solid;*/
	}

	.slider ul {
		display: flex;
		width: 5600px;
		padding: 0;
		animation: cambio 13s infinite;
		animation-direction: alternate;
	}

	.slider li {
		width: 100%;
		list-style: none;
	}

	.slider img {
		width: 1280px;
		height: 600px;
	}

	@keyframes cambio {
		0% { margin-left: 0; }
		14% { margin-left: 0; }
		28% { margin-left: -1400px; }
		42% { margin-left: -1400px; }
		56% { margin-left: -2800px; }
		70% { margin-left: -2800px; }
		84% { margin-left: -4200px; }
		100% { margin-left: -4200px; }
	}

	div#redes_sociales {
		position: fixed;	
		top: 80px;
		left: 1007px;
		float: left;
		width: 50px;
		height: 50px;	
		z-index: 998;
		font-family: 'robotoregular';
		font-size: 25px;
		color: #ffffff;		
	}

	div#redes_sociales div#items_rs {
		margin-left: 85%;
		width: 170px;
		height: 50px;
	}

	div#redes_sociales div#items_rs a {
		background-image: url(../../images/img_facebook.png);
		background-repeat: no-repeat;
		width: 50px;
		height: 50px;
		display: block; 
	}

	div#redes_sociales div#items_rs a:hover {
		background-image: url(../../images/img_facebook2.png);
		background-repeat: no-repeat;
		width: 50px;
		height: 50px;
	}

	div#logomin {
		position: fixed;	
		top: 27px;
		float: left;
		padding-top: 5px;
		margin-left: 65px;
		width: 228px;
		height: 60px;	
		z-index: 997;
		font-family: 'robotoregular';
		font-size: 30px;
		color: #ffffff;
	}

	div#logomin img {
		vertical-align: middle;
		padding-left: 5px;
		padding-right: 10px;
		width: 228px;
		height: 60px;
	}

	div#telefono {
		position: fixed;	
		top: 30px;
		left: 730px;
		float: left;
		width: 260px;
		height: 30px;	
		z-index: 997;
		font-family: 'robotoregular';
		font-size: 14px;
		color: #373435;
		/*border: 1px red solid;*/
	}

	div#telefono a, div#telefono a:hover {
		color: #373435;
	}

	div#telefono img {
		/*vertical-align: middle;
		padding-left: 100px;
		padding-right: 10px;
		width: 182px;
		height: 50px;*/
		width: 15px;
		height: 15px;
		padding-right: 4px;
		padding-left: 10px;
	}

	div#telefono span i {
		padding-right: 4px;
	}

	div#telefono span {
		padding-right: 30px;
		padding-left: 30px;
	}

	div#telefono span.correoe {
		padding-right: 30px;
		padding-left: 0px;
		/*border-right: 1px #676666 solid;*/
	}

	div#telefono2 {
		position: fixed;	
		top: 30px;
		left: 970px;
		float: left;
		width: 250px;
		height: 68px;	
		z-index: 997;
		font-family: 'robotoregular';
		font-size: 14px;
		color: #373435;
		/*border: 1px red solid;*/
		border-left: 1px #676666 solid;
		line-height: 22px;
	}

	div#telefono2 a, div#telefono a:hover {
		color: #373435;
	}

	div#telefono2 span i {
		width: 20px;
		padding-right: 4px;
	}

	div#telefono2 span {
		/*padding-right: 30px;*/
		padding-left: 20px;
	}

	div#rs {
		position: fixed;	
		top: 55px;
		left: 730px;
		float: left;
		width: 260px;
		height: 50px;	
		z-index: 997;
		font-family: 'robotoregular';
		font-size: 14px;
		color: #373435;
		/*border: 1px red solid;*/
	}	

	div#rs img {
		/*vertical-align: middle;
		padding-left: 100px;
		padding-right: 10px;
		width: 182px;
		height: 50px;*/
		width: 50px;
		height: 50px;
		padding-right: 4px;
		padding-left: 7px;
	}

	div#menu {
		position: fixed;	
		top: 110px;
		float: left;
		width: 100%;
		height: 50px;	
		z-index: 997;	
		font-family: 'robotoregular';
		font-weight: normal;
		font-size: 14px;
	}

	div#menu ul, ol {
		list-style: none;
	}

	div#menu > ul {
		width: 1150px;
		height: 50px;
		margin: 0px;
		margin-left: 45px;
		/*border: 1px red solid;*/
	}

	div#menu ul.nav > li {
		margin-top: 7px;		
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	}

	div#menu ul.nav li a {
		/*background-color: #000000;*/
		color: #ffffff;
		text-decoration: none;
		padding: 10px 35px;
		display: block;			 
	}

	div#menu ul.nav li a:hover {
		background-color: #e4b633; 
	}

	div#menu ul.nav > li {
		float: left;
	}

	div#menu ul.nav li ul {
		display: none;
		position: absolute;
		min-width: 140px;		
	}

	div#menu ul.nav li:hover > ul {
		display: block;
	}

	div#menu ul.nav li ul li {
		position: relative;
		/*background-color: #373435;*/
		background-color: #000000;
	}

	div#menu ul.nav li ul li ul {
		right: -140px;
		top: 0px;
	}

	div#logo {
		position: absolute;
		top: 190px;
		left: 310px;
		width: 600px;
		height: 157px;
		z-index: 995;
		display: none;
		visibility: hidden;
	}

	div#buscador_req {
		position: absolute;
		width: 1160px;
		/*top: 370px;*/
		top: 560px;
		left: 50px;
		z-index: 994;
		display: none;
		/*border: 1px red solid;*/
	}

	div#buscador_req div#fondo_req {
		/*background: rgba(255, 0, 0, .5);*/
		width: 100%;
		height: 150px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		/*max-width: 1200px;*/
		margin: auto;
		overflow: hidden;
		margin-top: 0px;
		padding-bottom: 40px;
		/*border: 5px #ffffff solid;*/
	}

	div#buscador_req div#fondo_req .grupo1 {
		padding-top: 15px;
		width: 100%;
		float: left;
		/*border: 1px red solid;*/
	}	

	div#buscador_req div#fondo_req .grupo2 {
		padding-top: 15px;
		width: 100%;
		float: left;
		/*border: 1px red solid;*/
	}	

	div#buscador_req div#fondo_req .req {
		width: 33%;
		float: left;
		font-family: 'robotoregular';
		font-size: 21px;
		text-align: center;
		/*border: 1px blue solid;*/
	}

	div#buscador_req div#fondo_req .req select#oferta, div#buscador_req div#fondo_req .req select#ciudad, div#buscador_req div#fondo_req .req select#localidad, div#buscador_req div#fondo_req .req select#barrio, div#buscador_req div#fondo_req .req select#tipo, div#buscador_req div#fondo_req .req select#precio {	
		width: 362px;
		height: 42px;
		border: 0px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		color: #353535;
		background: #ffffff url(../../images/img_flecha.png);
		background-position: 323px center;
	    background-repeat: no-repeat;
	    /*quitar flecha mozilla*/
	    -moz-appearance: none;
	    text-indent: 0.01px;
	    text-overflow: '';
	    /***********************/
	    -webkit-appearance: none;
	   	-webkit-transition: all 0.4s;
	   	-moz-transition: all 0.4s;
	   	transition: all 0.4s;
	   	font-family: 'robotoregular';
		font-size: 21px;
		text-align: center;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req div#fondo_req .req select#oferta:hover, div#buscador_req div#fondo_req .req select#ciudad:hover, div#buscador_req div#fondo_req .req select#localidad:hover, div#buscador_req div#fondo_req .req select#barrio:hover, div#buscador_req div#fondo_req .req select#tipo:hover, div#buscador_req div#fondo_req .req select#precio:hover {
		width: 362px;
		height: 42px;
		background: #272727 url(../../images/img_flecha2.png);
		background-position: 323px center;
	    background-repeat: no-repeat;
	    -webkit-appearance: none;
	    color: #ffffff;
	    font-family: 'robotoregular';
		font-size: 21px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req div#fondo_req .req input#codigo {	
		width: 362px;
		height: 40px;
		border: 0px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		color: #353535;
		background: #ffffff;		
	    /*quitar flecha mozilla*/
	    -moz-appearance: none;
	    text-indent: 20px;
	    text-overflow: '';
	    text-align: left;
	    /***********************/
	    -webkit-appearance: none;
	   	-webkit-transition: all 0.4s;
	   	-moz-transition: all 0.4s;
	   	transition: all 0.4s;
	   	font-family: 'robotoregular';
		font-size: 21px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req div#fondo_req .req input#codigo:hover {
		width: 362px;
		height: 40px;
		background: #272727;
	    -webkit-appearance: none;
	    color: #ffffff;
	    font-family: 'robotoregular';
		font-size: 21px;
		text-align: left;
		text-indent: 20px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req div#fondo_req .req input#codigo::placeholder{
		color: #353535;
		opacity: 1; /* Firefox */
	}

	div#buscador_req div#fondo_req .req input#codigo:hover::placeholder{
		color: white;
		opacity: 1; /* Firefox */
	}

	div#buscador_req div#fondo_req .req input#codigo:-ms-input-placeholder {
		color: #353535;
	}

	div#buscador_req div#fondo_req .req input#codigo:hover:-ms-input-placeholder {
		color: #353535;
	}

	div#buscador_req div#fondo_req .req input#codigo::-ms-input-placeholder {
		color: #353535;
	}

	div#buscador_req div#fondo_req .req input#codigo:hover::-ms-input-placeholder {
		color: #353535;
	}

	div#buscador_req .grupo3 {
		padding-top: 15px;
		width: 99%;
		float: left;
		/*border: 1px red solid;*/
	}

	div#buscador_req .btn {		
		background: #373435 url(../../images/img_lupa.png);
		background-position: 70px center;
	    background-repeat: no-repeat;
	    -webkit-appearance: none;
		width: 362px;
		height: 42px;
		color: #ffffff;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		font-family: 'robotoregular';
		font-size: 21px;
		text-align: center;
		margin: 0 auto;
		display: flex;
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req .btn a {
		color: #ffffff;
		text-decoration: none;
	}

	div#buscador_req .btn a img {
		padding-right: 10px;
		vertical-align: middle;
	}

	div#inmuebles_mls {
		position: relative;
		top: 180px;
		max-width: 1300px;
		margin:auto;
		overflow: hidden;
		min-height: 460px;
		max-height: 560px;
		/*border: 1px red solid;*/
	}

	div#inmuebles_mls ul.opciones_mls {
		width: 680px;
		height: 120px;
		margin: 0 auto;
		/*border: 1px red solid;*/
	}

	div#inmuebles_mls ul.opciones_mls > li {
		margin-top: 7px;	
		width: 220px;
		height: 70px;	
		float: left;
		text-align: center;
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	    font-family: 'robotoregular';
		font-size: 14px;
		line-height: 18px;
	}

	div#inmuebles_mls ul.opciones_mls li a {
		background-color: #e4b633;
		color: #ffffff;
		text-decoration: none;
		padding: 10px 25px;
		display: block;	
		height: 60px;	
		margin-right: 7px;
		margin-left: 7px;
		display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center; 
	}

	div#inmuebles_mls ul.opciones_mls li a:hover {
		background-color: #000000; 
		height: 60px;	
	}

	div#inmuebles_mls iframe#iframe_mls {
		width: 100%;
	}

	div#contenedor_mapa2 {
		max-width: 1300px;
		margin:auto;
		overflow: hidden;
		min-height: 480px;
	}

	div#contenedor_mapa2 div#titulo_mapa2 {
		position: relative;
		width: 98%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
	}

	div#contenedor_mapa2 iframe#mapag {
		padding-top: 10px;
		width: 100%; 
		height: 410px;
		color: #ffffff;
		font-size: 18px;
	}

	div#contenedor_oficinavir {
		position: relative;		
		float: left;
		max-width: 1230px;
		width: 100%;
		margin:auto;
		padding-left: 40px;
		overflow: hidden;
		min-height: 550px;
		/*border: 1px red solid;*/		
	}

	div#contenedor_oficinavir div#herramientas_oficinavir {
		position: relative;		
		float: left;
		max-width: 100%;
		width: 100%;
		height: 540px;
		/*border: 1px green solid;*/
	}	

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir {
		position: relative;		
		float: left;
		width: 1250px;
		height: 370px;
		margin-left: 0px;
		/*border: 1px blue solid;*/
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir {
		position: relative;		
		float: left;
		width: 928px;
		height: 420px;
		padding-top: 30px;
		padding-left: 40px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_propietarios {
		position: absolute;	
		top: 191px;
		left: 345px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_arrendatarios {
		position: absolute;	
		top: 191px;
		left: 623px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta1 {
		position: absolute;	
		top: 60px;
		left: 205px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta2 {
		position: absolute;	
		top: 203px;
		left: 137px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta3 {
		position: absolute;	
		top: 356px;
		left: 170px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta4 {
		position: absolute;	
		top: 127px;
		left: 900px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta5 {
		position: absolute;	
		top: 314px;
		left: 912px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir img.zoom {
		transition: transform .2s;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir img.zoom:hover  {
		transform: scale(1.2);
	}

	div#contenedor_servicios {
		position: relative;		
		float: left;
		max-width: 1300px;
		width: 100%;
		margin:auto;
		padding-left: 40px;
		overflow: hidden;
		min-height: 280px;	
		/*border: 1px red solid;*/	
	}

	div#contenedor_servicios div#titulo_servicios {
		position: relative;
		width: 98%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
	}

	div#contenedor_servicios div#opciones_servicios {
		position: relative;		
		float: left;
		margin-top: 30px;
		margin-left: 90px;
		width: 1060px;
		height: 230px;
		/*padding-left: 40px;*/
		/*border: 1px #4d4d4e solid;*/
	}

	div#contenedor_servicios p.textoqs2 img {
		padding-right: 0px;
	}

	div#contenedor_servicios p.textoqs2 img.zoom {
		transition: transform .2s;
	}

	div#contenedor_servicios p.textoqs2 img.zoom:hover  {
		transform: scale(1.2);
	}

	div#contenedor_mapa {
		position: relative;		
		float: left;
		max-width: 1250px;
		width: 100%;
		margin:auto;
		padding-left: 40px;
		overflow: hidden;
		min-height: 440px;	
		/*border: 1px red solid;*/	
	}

	div#contenedor_mapa div#opciones_mapa {
		position: relative;		
		float: left;
		margin-top: 30px;
		margin-left: 180px;
		width: 648px;
		height: 298px;
		/*padding-left: 40px;*/
		border: 1px #4d4d4e solid;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		background-color: #ffffff;
	}

	div#contenedor_mapa div#facebook_megusta {
		position: relative;		
		float: left;
		margin-top: 30px;
		border: 1px #4d4d4e solid;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	div#contenedor_mapa div#facebook_megusta div#boton_megusta {
		position: absolute;
		top: 130px;
		left: 50px;
		border:1px #ffffff solid;
	}

	div#contenedor_mapa div#opciones_mapa img {
		padding-top: 0px;
	}

	div#contenedor_contactenos3 {
		position: relative;		
		float: left;
		max-width: 1250px;
		width: 100%;
		margin:auto;
		padding-left: 0px;
		overflow: hidden;
		min-height: 280px;	
		text-align: center;
		/*border: 1px red solid;*/
	}

	div#contenedor_destacados {
		position: relative;		
		float: left;
		max-width: 1250px;
		width: 100%;
		margin:auto;
		padding-left: 10px;
		overflow: hidden;
		min-height: 345px;	
		/*border: 1px red solid;*/
	}

	div#contenedor_destacados div#titulo_destacados {		
		position: relative;
		width: 98%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
		padding-bottom: 30px;
	}

	/*div#contenedor_destacados div#titulo_destacados img {
		width: 50px;
		height: 50px;
		vertical-align: middle;
		padding-right: 20px;		
	}*/

	div#inmuebles_destacados {
		padding-top: 20px;
		padding-left: 0px;
		margin: auto;
		overflow: hidden;
		width: 100%;
		text-align: center;
		height: 345px;	
		/*border: 1px red solid;*/	
	}

	.contenido_inmdestacado {
		position: relative;
		float: left;
		width: 280px;
		height: 300px;
		background-color: #e8e8e8;
		border: 1px #858585 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
		text-align: center;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 7px;
	}

	.contenido_inmdestacado p.info_inmdestacado {
		line-height: 20px;
	}

	.contenido_inmdestacado img {
		padding-top: 7px;
		width: 258px;
		height: 159px;		
	}

	.oferta_inmdes {
		font-size: 18px;
		color: #2f2f2f;
	}

	.tipo_inmdes {
		font-size: 18px;
		color: #2f2f2f;
	}

	.contenido_inmdestacado p.info_inmdestacado a.iframe2 {
		background-color: #272727;
		width: 280px; 
		height: 37px;
		color: #ffffff;
		font-size: 18px;
	}

	.contenido_inmdestacado p.info_inmdestacado a.iframe2 span {
		padding-left: 20px;
		padding-right: 20px;
	}

	
	.contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes2 {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
	}

	.contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes3 {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes i, .contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes2 i , .contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes3 i {
		padding-top: 7px;
		padding-right: 5px;
	}

	.contenido_proximosofertar {
		position: relative;
		float: left;
		width: 280px;
		height: 300px;
		background-color: #e8e8e8;
		border: 1px #858585 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
		text-align: center;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 7px;
	}

	div#contenedor_aliados {
		position: relative;		
		float: left;
		max-width: 100%;
		width: 100%;
		margin:auto;
		overflow: hidden;
		min-height: 300px;	
		background-color: #e4b633;
		/*border: 1px red solid;*/
	}

	div#contenedor_aliados div#titulo_aliados {
		width: 100%;		
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
	}

	div#contenedor_aliados div#info_aliados {
		padding-top: 20px;
		padding-left: 20px;
		margin: auto;
		overflow: hidden;
		width: 100%;
		text-align: center;
		height: 110px;		
		/*border:1px red solid;*/
	}

	div#contenedor_aliados div#info_aliados img {
		float: left;
		margin-left: 25px;
		margin-bottom: 25px;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		width: 210px;
		hyphens: 58px;
	}

	div#contenedor_pg {
		position: relative;		
		float: left;
		/*background-color: #272727;*/
		background-color: #000000;
		color: #7f7f7f;
		font-family: 'robotoregular';
		font-size: 12px;
		text-align: center;
		height: 280px;
	}

	div#contenedor_pg p span { 
		color: #ffffff;
		font-family: 'robotoregular';
		font-size: 14px;
	}

	div#contenedor_pg p a { 
		color: #7f7f7f;
		font-family: 'robotoregular';
	}	

	div#contenedor_pg p#redes {
		float: left;
		width: 1100px;
		margin-left: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: center;
		font-size: 12px;
		border-bottom: 1px #4b4b4b solid;
	}

	div#contenedor_pg p#nosotros_pg {
		float: left;
		width: 220px;
		height: 150px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: left;
		margin-left: 130px;
	}

	div#contenedor_pg p#requisitos_pg {
		float: left;		
		width: 220px;
		height: 150px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: left;
		margin-left: 0px;
	}

	div#contenedor_pg p#contacto_pg {
		float: left;
		width: 360px;
		height: 150px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: left;
		margin-right: 0px;
	}

	div#contenedor_pg p#matriculas_pg {
		float: left;
		width: 300px;
		height: 130px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: left;
		margin-right: 0px;
	}

	div#contenedor_pg p#politica_proteccion {
		float: right;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: center;
		font-size: 12px;
		border-top: 1px #4b4b4b solid;
	}

	div#contenedor_pg p#politica_proteccion a {
		line-height: 22px;
		color: #7f7f7f;
		font-size: 12px;
	}

	div#caja_flotante {
		left: 1100px;
		position: absolute;
		top: 170px;
		width: 150px;
		height: 70px;
		z-index: 997;
	}

	div#caja_flotante2 {
		left: 1030px;
		position: absolute;
		top: 270px;
		width: 250px;
		height: 50px;
		z-index: 997;
	}

	div#caja_flotante3 {
		left: 980px;
		position: absolute;
		top: 320px;
		width: 250px;
		height: 50px;
		z-index: 997;
	}

	div#btn_cerrar {
		position:absolute;
		top: 0;
		left: 162px;
		width: 36px;
		height: 36px;
		visibility: hidden;
	}

	/*************************************************************************** RESULTADO DE LA BUSQUEDA */

	div#contenedor_resultado {
		max-width: 1250px;
		margin:auto;
		overflow: hidden;
		min-height: 385px;
		/*border: 1px red solid;*/		
	}

	div#contenedor_resultado div#titulo_resultado {
		width: 100%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
	}

	div#contenedor_resultado div#titulo_resultado img {
		width: 50px;
		height: 50px;
		vertical-align: middle;
		padding-right: 20px;
	}

	div#cantidad_inmuebles {
		padding-top: 0px;
		padding-bottom: 20px;
		margin:auto;
		overflow: hidden;
		width: 100%;
		text-align: center;
		font-family: 'robotoregular';
		text-align: center;
		font-size: 21px;
	}

	div#inmuebles_resultado {
		padding-top: 20px;
		padding-left: 20px;
		margin: auto;
		overflow: hidden;
		max-width: 1260px;
		text-align: center;
		min-height: 345px;
		/*border: 1px red solid;*/
	}

	.contenido_inmresultado {
		position: relative;
		float: left;
		width: 280px;
		height: 300px;
		background-color: #e8e8e8;
		/*border: 3px #f58634 solid;*/
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
		text-align: center;
		margin-right: 11px;
		margin-left: 11px;
		margin-bottom: 7px;
	}

	.contenido_inmresultado p.info_inmresultado {
		line-height: 20px;
	}

	.contenido_inmresultado img {
		padding-top: 7px;
		width: 258px;
		height: 159px;
	}

	.oferta_inm {
		font-size: 18px;
		color: #2f2f2f;
	}

	.tipo_inm {
		font-size: 18px;
		color: #2f2f2f;
	}

	.contenido_inmresultado p.info_inmresultado a.iframe {
		background-color: #272727;
		width: 280px; 
		height: 37px;
		color: #ffffff;
		font-size: 18px;
	}

	.contenido_inmresultado p.info_inmresultado a.iframe span {
		padding-left: 20px;
		padding-right: 20px;
	}	

	.contenido_inmresultado p.info_inmresultado span.caracteristicas_inm {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.contenido_inmresultado p.info_inmresultado span.caracteristicas_inm2 {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
	}

	.contenido_inmresultado p.info_inmresultado span.caracteristicas_inm3 {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.contenido_inmresultado p.info_inmresultado span.caracteristicas_inm i, .contenido_inmresultado p.info_inmresultado span.caracteristicas_inm2 i, .contenido_inmresultado p.info_inmresultado span.caracteristicas_inm3 i {
		padding-top: 7px;
		padding-right: 5px;
	}

	/*************************************************************************** NOSOTROS */

	div#contenedor_quienessomos {
		position: relative;
		max-width: 1250px;
		margin:auto;
		overflow: hidden;
		min-height: 920px;		
	}

	div#contenedor_quienessomos div#titulo_quienessomos {
		position: relative;
		width: 98%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
		/*border: 1px red solid;*/
	}	

	div#contenedor_quienessomos div#historia {
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 40px;
		width: 98%;
		font-family: 'robotoregular';
		font-size: 18px;
		border: 1px #888888 solid;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

	div#contenedor_quienessomos div#historia img#imagen_quienessomos {
		width: 100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	div#contenedor_quienessomos div#mision {
		position: relative;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		float: left;
		width: 47%;
		font-family: 'robotoregular';
		font-size: 18px;
		/*height: 210px;*/
		background-color: #ffffff;
		/*background: rgba(0, 0, 0, .1);*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos div#mision div#titulo_mision {
		margin: 40px 40px 20px 40px;
		font-family: 'robotoregular';
		font-size: 22px;
		width: 100%;
	}

	div#contenedor_quienessomos div#mision img#imagen_mision {
		width: 100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	div#contenedor_quienessomos div#vision {
		position: relative;
		float: left;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		margin-left: 50px;
		width: 47%;
		font-family: 'robotoregular';
		font-size: 18px;
		/*height: 210px;*/
		background-color: #ffffff;
		/*background: rgba(0, 0, 0, .1);*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos div#vision div#titulo_vision {
		margin: 40px 40px 20px 40px;
		font-family: 'robotoregular';
		font-size: 22px;
		width: 100%;
	}

	div#contenedor_quienessomos div#vision img#imagen_vision {
		width: 100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	div#contenedor_quienessomos div#valores {
		position: relative;
		float: left;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		width: 98%;
		font-family: 'robotoregular';
		font-size: 18px;
		height: 510px;
		border: 1px #888888 solid;
		background-color: #ffffff;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos div#valores div#titulo_valores {
		margin: 40px 40px 20px 40px;
		font-family: 'robotoregular';
		font-size: 22px;
		width: 93%;
		text-align: center;
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos div#servicios {
		position: relative;
		float: left;
		width: 98%;
		margin-top: 40px;
		margin-bottom: 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		height: 290px;
		background-color: #ffffff;
		/*background: rgba(0, 0, 0, .1);*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos div#servicios div#titulo_servicios {
		margin: 40px 40px 20px 0px;
		font-family: 'robotoregular';
		font-size: 22px;
		width: 100%;
		text-align: center;
	}

	div#contenedor_quienessomos p.textoqs {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		line-height: 25px;
		text-align: justify;
		color: #474747;
	}

	div#contenedor_quienessomos p.textoqs2 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		color: #474747;
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos p.textoqs2 img {
		padding-right: 0px;
	}

	div#contenedor_quienessomos p.textoqs2 img.zoom {
		transition: transform .2s;
	}

	div#contenedor_quienessomos p.textoqs2 img.zoom:hover  {
		transform: scale(1.2);
	}


	/*************************************************************************** REQUISITOS */

	div#contenedor_requisitos {
		position: relative;
		max-width: 1300px;
		margin:auto;
		overflow: hidden;
		min-height: 1820px;
		/*border:1px red solid;*/		
	}

	div#contenedor_requisitos div#titulo_requisitos {
		position: relative;
		width: 98%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
		/*border: 1px red solid;*/
	}	

	div#contenedor_requisitos div#consignar {
		position: absolute;
		left: 630px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		margin-left: 50px;
		width: 500px;
		font-family: 'robotoregular';
		font-size: 18px;
		background-color: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#consignar div#titulo_consignar {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #dcaa00;
	}
	
	div#contenedor_requisitos div#arrendar {
		position: absolute;
		left: 100px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		float: left;
		width: 500px;
		font-family: 'robotoregular';
		font-size: 16px;
		background-color: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#arrendar div#titulo_arrendar {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #dcaa00;
	}	

	div#contenedor_requisitos p.textoreq {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		color: #828080;
	}

	div#contenedor_requisitos p.textoreq span.division {
		margin-top: 2px;
		margin-bottom: 20px;
		width: 100%;
		height: 2px;
		text-align: center;		
		background-color: #dcaa00;
		display: block;
	}

	div#contenedor_requisitos div#formularios {
		position: absolute;
		top: 620px;
		left: 630px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		margin-left: 50px;
		width: 500px;
		font-family: 'robotoregular';
		font-size: 16px;
		background-color: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#formularios div#titulo_formularios {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #dcaa00;
	}

	div#contenedor_requisitos p.textoreq2 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		color: #828080;
	}

	div#contenedor_requisitos p.textoreq3 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 20px;
		text-align: justify;
		color: #828080;
	}

	div#contenedor_requisitos p.textoreq3 span.division {
		margin-top: 2px;
		margin-bottom: 20px;
		width: 100%;
		height: 2px;
		text-align: center;		
		background-color: #dcaa00;
		display: block;
	}

	div#contenedor_requisitos p.textoreq3 a, div#contenedor_requisitos p.textoreq3 a:hover, div#contenedor_requisitos p.textoreq3 a:link {
		float: left;
		color: #828080;
		width: 130px;
		height: 180px;
		text-align: center;
		display: block;
	}

	div#contenedor_requisitos div#requisitos_imagen {
		position: absolute;
		top: 990px;
		left: 630px;
		padding: 10px;
		padding-bottom: 15px;
		margin-top: 40px;
		margin-left: 50px;
		width: 480px;
		height: 160px;
		font-family: 'robotoregular';
		font-size: 16px;
		/*background-color: #ffffff;*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px #828080 solid;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#requisitos_imagen img#imagen_requisitos {
		width: 100%;
		max-height: 165px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	div#contenedor_requisitos div#observaciones {
		position: absolute;
		top: 1220px;
		left: 100px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		float: left;
		width: 1080px;
		font-family: 'robotoregular';
		font-size: 16px;
		background-color: #37a4e1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#observaciones div#titulo_observaciones {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #ffffff;
	}	

	div#contenedor_requisitos p.textoreq4 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		color: #ffffff;
	}

	div#contenedor_requisitos div#politicas_datos {
		position: absolute;
		top: 1520px;
		left: 100px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		float: left;
		width: 1080px;
		font-family: 'robotoregular';
		font-size: 16px;
		background-color: #e19d37;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#politicas_datos div#titulo_politicas_datos {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #ffffff;
	}	

	div#contenedor_requisitos p.textoreq5 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		color: #ffffff;
	}

	div#contenedor_requisitos p.textoreq5 a, div#contenedor_requisitos p.textoreq5 a:hover, div#contenedor_requisitos p.textoreq5 a:link {
		color: #ffffff;
	}

	/*************************************************************************** FORMULARIOS DE CONTACTO */

	div#contenedor_contactenos2 {
		position: relative;
		max-width: 1250px;
		margin:auto;
		overflow: hidden;
		min-height: 750px;	
		/*border: 1px red solid;*/
	}

	div#contenedor_contactenos2 div#contenido_contactenos {
		position: relative;
		float: left;
		width: 98%;
		height: 670px;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto {
		position: relative;
		float: left;
		font-family: 'robotoregular';
		font-size: 1.1rem;
		width: 700px;
	}

	div#contenedor_contactenos2 div#contenido_contactenos p.textocon {
		margin: 0px 40px 0px 10px;
		font-family: 'robotoregular';
		font-size: 1.1rem;
		line-height: 25px;
		text-align: justify;
		color: #474747;
	}

	div#contenedor_contactenos2 div#contenido_contactenos p.textocon span {
		padding-right: 10px;
	}	
	
	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#titulo_contacto {
		width: 100%;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc {
		width: 100%;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc .grupoc1 {
		padding-top: 0px;
		width: 50%;
		float: left;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc .grupoc2 {
		padding-top: 0px;
		width: 50%;
		float: left;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc select#tipo_for {
		margin-top: 30px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc select#tipo_for option {
		margin-top: 30px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc input#nombre_for {
		margin-top: 12px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc input#apellido_for {
		margin-top: 12px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc input#correoe_for {
		margin-top: 12px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc input#telefono_for {
		margin-top: 12px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc textarea#informacion_for {
		margin-top: 30px;
		padding-left: 10px;
		width: 90%;
		height: 200px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc div#boton_for {
		margin-top: 12px;
		width: 90%;
		height: 65px;	
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc div#boton_for div#enviar_for {
		margin: auto;
		margin-top: 12px;
		background-color: #e4b633;		
		width: 100%;
		height: 34px;
		border: 2px #ffffff solid;
		color: #ffffff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
		font-size: 1.1rem;
		text-align: center;
		/*margin: 0 auto;*/
		display: flex;
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc div#boton_for div#enviar_for a {
		color: #ffffff;
		text-decoration: none;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios {
		position: relative;
		float: left;
		margin-top: 40px;
		margin-left: 20px;
		padding-left: 0px;
		padding-bottom: 30px;
		font-family: 'robotoregular';
		font-size: 18px;
		height: 850px;
		width: 500px;
		background-color: #ffffff;
		/*background: rgba(0, 0, 0, .1);*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		/* border: 1px blue solid; */
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios div#titulo_oficinas {
		margin: 20px 40px 10px 40px;
		font-family: 'robotoregular';
		font-size: 20px;
		width: 100%;
		text-decoration: underline;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios div#titulo_horarios {
		margin: 0px 40px 10px 40px;
		font-family: 'robotoregular';
		font-size: 20px;
		width: 100%;
		text-decoration: underline;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios div#titulo_lineas {
		margin: 0px 40px 10px 40px;
		font-family: 'robotoregular';
		font-size: 20px;
		width: 100%;
		text-decoration: underline;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios p.textoqs {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 14px;
		line-height: 25px;
		text-align: justify;
		color: #474747;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#ubicacion {
		position: relative;
		float: left;
		padding-left: 0px;
		margin-left: 0px;
		padding-top: 30px;
		font-family: 'robotoregular';
		font-size: 18px;
		height: 270px;
		width: 100%;
		/*border: 1px blue solid;*/
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#ubicacion iframe {
		width: 100%;
		height: 270px;
		/*border: 1px blue solid;*/
	}	
}

@media only screen and (min-width:1281px) {
	body {
		/*background-image: url(../../images/img_fondo.png);
		background-repeat: repeat;*/		
		/*overflow-x: hidden;*/
		background-color: #d1cfcf;
	}

	#cabecera {
		/*background: url(../../images/img_ciudad.jpg) no-repeat top center;*/
		/*background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;*/
		-webkit-background-size: 100% 600px;
		-moz-background-size: 100% 600px;
		-o-background-size: 100% 600px;
		background-size: 100% 600px;
		min-height: 790px;
		/*border: 1px blue solid;*/
	}

	div#franja {
		position: fixed;
		top: 15px;
		width: 100%;
		height: 95px;
		background-color: #ffffff;
		z-index: 997;
	}

	div#franja3 {
		position: fixed;
		top: 110px;
		width: 100%;
		height: 50px;
		/*background-color: #373435;*/
		background-color: #000000;
		z-index: 997;
	}

	div#franja2 {
		position: absolute;
		top: 760px;
		width: 100%;
		height: 12px;
		background-color: #2f2f2e;
	}

	div#franja4 {
		position: fixed;
		top: 0px;
		width: 100%;
		height: 15px;
		background-color: #000000;
		z-index: 997;
	}

	.slider {
		position: relative;
		top: 160px;
		width: 100%;
		margin: auto;
		overflow: hidden;
		/*border: 1px red solid;*/
	}

	.slider ul {
		display: flex;
		width: 5600px;
		padding: 0;
		animation: cambio 13s infinite;
		animation-direction: alternate;
	}

	.slider li {
		width: 100%;
		list-style: none;
		/*border: 1px red solid;*/
	}

	.slider img {
		min-width: 1400px;
		width: 100%;
		height: 600px;		
	}

	@keyframes cambio {
		0% { margin-left: 0; }
		14% { margin-left: 0; }
		28% { margin-left: -1400px; }
		42% { margin-left: -1400px; }
		56% { margin-left: -2800px; }
		70% { margin-left: -2800px; }
		84% { margin-left: -4200px; }
		100% { margin-left: -4200px; }
	}

	div#redes_sociales {
		position: fixed;	
		top: 80px;
		left: 1007px;
		float: left;
		width: 50px;
		height: 50px;	
		z-index: 998;
		font-family: 'robotoregular';
		font-size: 25px;
		color: #ffffff;
	}

	div#redes_sociales div#items_rs {
		margin-left: 85%;
		width: 170px;
		height: 50px;
	}

	div#redes_sociales div#items_rs a {
		background-image: url(../../images/img_facebook.png);
		background-repeat: no-repeat;
		width: 50px;
		height: 50px;
		display: block; 
	}

	div#redes_sociales div#items_rs a:hover {
		background-image: url(../../images/img_facebook2.png);
		background-repeat: no-repeat;
		width: 50px;
		height: 50px;
	}

	div#logomin {
		position: fixed;	
		top: 27px;
		float: left;
		padding-top: 5px;
		margin-left: 65px;
		width: 228px;
		height: 60px;	
		z-index: 997;
		font-family: 'robotoregular';
		font-size: 30px;
		color: #ffffff;
	}

	div#logomin img {
		vertical-align: middle;
		padding-left: 5px;
		padding-right: 10px;
		width: 228px;
		height: 60px;
	}

	div#telefono {
		position: fixed;	
		top: 30px;
		left: 870px;
		float: left;
		width: 260px;
		height: 30px;	
		z-index: 997;
		font-family: 'robotoregular';
		font-size: 14px;
		color: #373435;
		/*border: 1px red solid;*/
	}

	div#telefono a, div#telefono a:hover {
		color: #373435;
	}

	div#telefono img {
		/*vertical-align: middle;
		padding-left: 100px;
		padding-right: 10px;
		width: 182px;
		height: 50px;*/
		width: 15px;
		height: 15px;
		padding-right: 4px;
		padding-left: 10px;
	}

	div#telefono span i {
		padding-right: 4px;
	}

	div#telefono span {
		padding-right: 30px;
		padding-left: 30px;
	}

	div#telefono span.correoe {
		padding-right: 30px;
		padding-left: 0px;
		/*border-right: 1px #676666 solid;*/
	}

	div#telefono2 {
		position: fixed;	
		top: 30px;
		left: 1100px;
		float: left;
		width: 250px;
		height: 68px;	
		z-index: 997;
		font-family: 'robotoregular';
		font-size: 14px;
		color: #373435;
		/*border: 1px red solid;*/
		border-left: 1px #676666 solid;
		line-height: 22px;
	}

	div#telefono2 a, div#telefono2 a:hover {
		color: #ffffff;
	}

	div#telefono2 span i {
		width: 20px;
		padding-right: 4px;
		/*border: 1px red solid;*/
	}

	div#telefono2 span {
		/*padding-right: 30px;*/
		padding-left: 20px;
	}

	div#rs {
		position: fixed;	
		top: 55px;
		left: 870px;
		float: left;
		width: 260px;
		height: 50px;	
		z-index: 997;
		font-family: 'robotoregular';
		font-size: 14px;
		color: #373435;
		/*border: 1px red solid;*/
	}	

	div#rs img {
		/*vertical-align: middle;
		padding-left: 100px;
		padding-right: 10px;
		width: 182px;
		height: 50px;*/
		width: 50px;
		height: 50px;
		padding-right: 4px;
		padding-left: 7px;
	}

	div#menu {
		position: fixed;	
		top: 110px;
		float: left;
		width: 100%;
		height: 50px;	
		z-index: 997;	
		font-family: 'robotoregular';
		font-weight: normal;
		font-size: 14px;
	}

	div#menu ul, ol {
		list-style: none;
	}

	div#menu > ul {
		width: 1150px;
		height: 50px;
		margin: 0px;
		margin-left: 45px;
		/*border: 1px red solid;*/
	}

	div#menu ul.nav > li {
		margin-top: 7px;		
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	}

	div#menu ul.nav li a {
		/*background-color: #000000;*/
		color: #ffffff;
		text-decoration: none;
		padding: 10px 35px;
		display: block;			 
	}

	div#menu ul.nav li a:hover {
		background-color: #e4b633; 
	}

	div#menu ul.nav > li {
		float: left;
	}

	div#menu ul.nav li ul {
		display: none;
		position: absolute;
		min-width: 140px;		
	}

	div#menu ul.nav li:hover > ul {
		display: block;
	}

	div#menu ul.nav li ul li {
		position: relative;
		/*background-color: #373435;*/
		background-color: #000000;
	}

	div#menu ul.nav li ul li ul {
		right: -140px;
		top: 0px;
	}

	div#logo {
		position: absolute;
		top: 190px;
		left: 360px;
		width: 600px;
		height: 157px;
		z-index: 995;
		display: none;
		visibility: hidden;
	}

	div#buscador_req {
		position: absolute;
		width: 1160px;
		/*top: 370px;*/
		top: 570px;
		left: 140px;
		z-index: 994;
		display: none;
		/*border: 1px red solid;*/
	}

	div#buscador_req div#fondo_req {
		/*background: rgba(255, 0, 0, .5);*/
		width: 100%;
		height: 150px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		/*max-width: 1200px;*/
		margin: auto;
		overflow: hidden;
		margin-top: 0px;
		padding-bottom: 40px;
		/*border: 5px #ffffff solid;*/
	}

	div#buscador_req div#fondo_req .grupo1 {
		padding-top: 15px;
		width: 100%;
		float: left;
		/*border: 1px red solid;*/
	}	

	div#buscador_req div#fondo_req .grupo2 {
		padding-top: 15px;
		width: 100%;
		float: left;
		/*border: 1px red solid;*/
	}	

	div#buscador_req div#fondo_req .req {
		width: 33%;
		float: left;
		font-family: 'robotoregular';
		font-size: 21px;
		text-align: center;
		/*border: 1px blue solid;*/
	}

	div#buscador_req div#fondo_req .req select#oferta, div#buscador_req div#fondo_req .req select#ciudad, div#buscador_req div#fondo_req .req select#localidad, div#buscador_req div#fondo_req .req select#barrio, div#buscador_req div#fondo_req .req select#tipo, div#buscador_req div#fondo_req .req select#precio {	
		width: 362px;
		height: 42px;
		border: 0px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		color: #353535;
		background: #ffffff url(../../images/img_flecha.png);
		background-position: 323px center;
	    background-repeat: no-repeat;
	    /*quitar flecha mozilla*/
	    -moz-appearance: none;
	    text-indent: 0.01px;
	    text-overflow: '';
	    /***********************/
	    -webkit-appearance: none;
	   	-webkit-transition: all 0.4s;
	   	-moz-transition: all 0.4s;
	   	transition: all 0.4s;
	   	font-family: 'robotoregular';
		font-size: 21px;
		text-align: center;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req div#fondo_req .req select#oferta:hover, div#buscador_req div#fondo_req .req select#ciudad:hover, div#buscador_req div#fondo_req .req select#localidad:hover, div#buscador_req div#fondo_req .req select#barrio:hover, div#buscador_req div#fondo_req .req select#tipo:hover, div#buscador_req div#fondo_req .req select#precio:hover {
		width: 362px;
		height: 42px;
		background: #272727 url(../../images/img_flecha2.png);
		background-position: 323px center;
	    background-repeat: no-repeat;
	    -webkit-appearance: none;
	    color: #ffffff;
	    font-family: 'robotoregular';
		font-size: 21px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req div#fondo_req .req input#codigo {	
		width: 362px;
		height: 40px;
		border: 0px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		color: #353535;
		background: #ffffff;		
	    /*quitar flecha mozilla*/
	    -moz-appearance: none;
	    text-indent: 20px;
	    text-overflow: '';
	    text-align: left;
	    /***********************/
	    -webkit-appearance: none;
	   	-webkit-transition: all 0.4s;
	   	-moz-transition: all 0.4s;
	   	transition: all 0.4s;
	   	font-family: 'robotoregular';
		font-size: 21px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req div#fondo_req .req input#codigo:hover {
		width: 362px;
		height: 40px;
		background: #272727;
	    -webkit-appearance: none;
	    color: #ffffff;
	    font-family: 'robotoregular';
		font-size: 21px;
		text-align: left;
		text-indent: 20px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req div#fondo_req .req input#codigo::placeholder{
		color: #353535;
		opacity: 1; /* Firefox */
	}

	div#buscador_req div#fondo_req .req input#codigo:hover::placeholder{
		color: white;
		opacity: 1; /* Firefox */
	}

	div#buscador_req div#fondo_req .req input#codigo:-ms-input-placeholder {
		color: #353535;
	}

	div#buscador_req div#fondo_req .req input#codigo:hover:-ms-input-placeholder {
		color: #353535;
	}

	div#buscador_req div#fondo_req .req input#codigo::-ms-input-placeholder {
		color: #353535;
	}

	div#buscador_req div#fondo_req .req input#codigo:hover::-ms-input-placeholder {
		color: #353535;
	}

	div#buscador_req .grupo3 {
		padding-top: 15px;
		width: 99%;
		float: left;
		/*border: 1px red solid;*/
	}

	div#buscador_req .btn {		
		background: #373435 url(../../images/img_lupa.png);
		background-position: 70px center;
	    background-repeat: no-repeat;
	    -webkit-appearance: none;
		width: 362px;
		height: 42px;
		color: #ffffff;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		font-family: 'robotoregular';
		font-size: 21px;
		text-align: center;
		margin: 0 auto;
		display: flex;
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	}

	div#buscador_req .btn a {
		color: #ffffff;
		text-decoration: none;
	}

	div#buscador_req .btn a img {
		padding-right: 10px;
		vertical-align: middle;
	}

	div#inmuebles_mls {
		position: relative;
		top: 180px;
		max-width: 1300px;
		margin:auto;
		overflow: hidden;
		min-height: 460px;
		max-height: 560px;
		/*border: 1px red solid;*/
	}

	div#inmuebles_mls ul.opciones_mls {
		width: 680px;
		height: 120px;
		margin: 0 auto;
		/*border: 1px red solid;*/
	}

	div#inmuebles_mls ul.opciones_mls > li {
		margin-top: 7px;	
		width: 220px;
		height: 70px;	
		float: left;
		text-align: center;
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	    font-family: 'robotoregular';
		font-size: 14px;
		line-height: 18px;
	}

	div#inmuebles_mls ul.opciones_mls li a {
		background-color: #e4b633;
		color: #ffffff;
		text-decoration: none;
		padding: 10px 25px;
		display: block;	
		height: 60px;	
		margin-right: 7px;
		margin-left: 7px;
		display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center; 
	}

	div#inmuebles_mls ul.opciones_mls li a:hover {
		background-color: #000000; 
		height: 60px;	
	}

	div#inmuebles_mls iframe#iframe_mls {
		width: 100%;
	}

	div#contenedor_mapa2 {
		max-width: 1300px;
		margin:auto;
		overflow: hidden;
		min-height: 480px;
	}

	div#contenedor_mapa2 div#titulo_mapa2 {
		position: relative;
		width: 98%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
	}

	div#contenedor_mapa2 iframe#mapag {
		padding-top: 10px;
		width: 100%; 
		height: 410px;
		color: #ffffff;
		font-size: 18px;
	}

	div#contenedor_oficinavir {
		position: relative;		
		float: left;
		/*max-width: 1300px;*/
		width: 100%;
		margin:auto;
		/*padding-left: 40px;*/
		overflow: hidden;
		min-height: 550px;
		text-align: center;
		/*border: 1px red solid;*/		
	}

	div#contenedor_oficinavir div#herramientas_oficinavir {
		position: relative;		
		float: left;
		/*max-width: 100%;*/
		width: 100%;
		height: 540px;
		/*border: 1px green solid;*/		
		display: flex;
        align-items: center;
        text-align: center;
	}	

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir {
		position: relative;		
		float: left;
		width: 1240px;
		height: 530px;
		/*margin-left: 0px;*/
		/*border: 1px blue solid;*/
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		padding-left: auto;
		padding-right: auto;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir {
		position: relative;		
		float: left;
		width: 1100px;
		height: 420px;
		padding-top: 30px;
		padding-left: 70px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_propietarios {
		position: absolute;	
		top: 191px;
		left: 375px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_arrendatarios {
		position: absolute;	
		top: 191px;
		left: 653px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta1 {
		position: absolute;	
		top: 60px;
		left: 235px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta2 {
		position: absolute;	
		top: 203px;
		left: 167px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta3 {
		position: absolute;	
		top: 356px;
		left: 200px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta4 {
		position: absolute;	
		top: 127px;
		left: 930px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir div#ov_herramienta5 {
		position: absolute;	
		top: 314px;
		left: 942px;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir img.zoom {
		transition: transform .2s;
	}

	div#contenedor_oficinavir div#herramientas_oficinavir div#opciones_oficinavir div#opc_oficinavir img.zoom:hover  {
		transform: scale(1.2);
	}

	div#contenedor_servicios {
		position: relative;		
		float: left;
		/*max-width: 1300px;*/
		width: 100%;
		margin:auto;
		/*padding-left: 40px;*/
		overflow: hidden;
		min-height: 280px;	
		/*border: 1px red solid;*/
		text-align: center;			
	}

	div#contenedor_servicios div#titulo_servicios {
		position: relative;
		width: 100%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
	}

	div#contenedor_servicios div#opciones_servicios {
		position: relative;		
		float: left;
		margin-top: 30px;
		/*margin-left: 90px;*/
		width: 100%;
		height: 230px;
		/*padding-left: 40px;*/
		/*border: 1px #4d4d4e solid;*/
		/*display: flex;
        align-items: center;*/
	}

	div#contenedor_servicios p.textoqs2 img {
		padding-right: 0px;
	}

	div#contenedor_servicios p.textoqs2 img.zoom {
		transition: transform .2s;
	}

	div#contenedor_servicios p.textoqs2 img.zoom:hover  {
		transform: scale(1.2);
	}

	div#contenedor_mapa {
		position: relative;		
		float: left;
		/*max-width: 1300px;*/
		width: 100%;
		margin:auto;
		/*padding-left: 40px;*/
		overflow: hidden;
		min-height: 440px;	
		/*border: 1px red solid;*/
		text-align: center;
	}

	div#contenedor_mapa div#contenido_mapa {
		width: 1230px;
		height: 350px;
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
		/*border: 1px red solid;*/
	}

	div#contenedor_mapa div#opciones_mapa {
		position: relative;		
		float: left;
		margin-top: 30px;
		margin-left: 200px;
		width: 648px;
		height: 298px;
		/*padding-left: 40px;*/
		border: 1px #4d4d4e solid;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		background-color: #ffffff;		
	}

	div#contenedor_mapa div#facebook_megusta {
		position: relative;		
		float: left;
		margin-top: 30px;
		border: 1px #4d4d4e solid;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	div#contenedor_mapa div#facebook_megusta div#boton_megusta {
		position: absolute;
		top: 130px;
		left: 50px;
		border:1px #ffffff solid;
	}

	div#contenedor_mapa div#opciones_mapa img {
		padding-top: 0px;
	}

	div#contenedor_contactenos3 {
		position: relative;		
		float: left;
		/*max-width: 1300px;*/
		width: 100%;
		margin:auto;
		/*padding-left: 10px;*/
		overflow: hidden;
		min-height: 280px;	
		text-align: center;
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
		/*border: 1px red solid;*/
	}

	div#contenedor_destacados {
		position: relative;		
		float: left;
		/*max-width: 1300px;*/
		width: 100%;
		margin:auto;
		/*padding-left: 20px;*/
		overflow: hidden;
		min-height: 345px;	
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		/*border: 1px red solid;*/
	}

	div#contenedor_destacados div#titulo_destacados {
		position: relative;
		width: 100%;		
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
		padding-bottom: 30px;
	}

	/*div#contenedor_destacados div#titulo_destacados img {
		width: 50px;
		height: 50px;
		vertical-align: middle;
		padding-right: 20px;		
	}*/

	div#contenedor_destacados div#contenido_inmueblesdes {
		width: 1240px;
		height: 330px;
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
		/*border: 1px blue solid;*/
	}

	div#inmuebles_destacados {
		padding-top: 20px;
		/*padding-left: 20px;*/
		margin: auto;
		overflow: hidden;
		width: 100%;
		text-align: center;
		height: 345px;		
	}

	.contenido_inmdestacado {
		position: relative;
		float: left;
		width: 280px;
		height: 300px;
		background-color: #e8e8e8;
		border: 1px #858585 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
		text-align: center;
		margin-right: 14px;
		margin-left: 14px;
		margin-bottom: 7px;
	}

	.contenido_inmdestacado p.info_inmdestacado {
		line-height: 20px;
	}

	.contenido_inmdestacado img {
		padding-top: 7px;
		width: 258px;
		height: 159px;		
	}

	.oferta_inmdes {
		font-size: 18px;
		color: #2f2f2f;
	}

	.tipo_inmdes {
		font-size: 18px;
		color: #2f2f2f;
	}

	.contenido_inmdestacado p.info_inmdestacado a.iframe2 {
		background-color: #272727;
		width: 280px; 
		height: 37px;
		color: #ffffff;
		font-size: 18px;
	}

	.contenido_inmdestacado p.info_inmdestacado a.iframe2 span {
		padding-left: 20px;
		padding-right: 20px;
	}

	
	.contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes2 {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
	}

	.contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes3 {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes i, .contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes2 i , .contenido_inmdestacado p.info_inmdestacado span.caracteristicas_inmdes3 i {
		padding-top: 7px;
		padding-right: 5px;
	}

	div#contenedor_aliados {
		position: relative;		
		float: left;
		/*max-width: 100%;*/
		width: 100%;
		margin:auto;
		overflow: hidden;
		min-height: 300px;	
		background-color: #e4b633;
		text-align: center;
		/*border: 1px red solid;*/
	}

	div#contenedor_aliados div#titulo_aliados {
		width: 100%;		
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		padding-top: 40px;
		padding-bottom: 40px;
		/*padding-left: 40px;*/
	}

	div#contenedor_aliados div#info_aliados {
		padding-top: 20px;
		/*padding-left: 20px;*/
		margin: auto;
		overflow: hidden;
		width: 1300px;
		text-align: center;
		height: 110px;		
		/*border:1px red solid;*/
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
	}

	div#contenedor_aliados div#info_aliados img {
		float: left;
		margin-left: 25px;
		margin-bottom: 25px;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		width: 230px;
		hyphens: 58px;
	}

	div#contenedor_pg {
		position: relative;		
		float: left;
		/*background-color: #272727;*/
		background-color: #000000;
		color: #7f7f7f;
		font-family: 'robotoregular';
		font-size: 12px;
		text-align: center;
		height: 280px;	
		width: 100%;
		/*border: 1px blue solid;*/	
	}

	div#contenedor_pg div#contenido_pg {
		width: 1300px;
		height: 270px;
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
		/*border: 1px blue solid;*/
	}

	div#contenedor_pg div#contenido_pg2 {
		width: 1300px;
		height: 360px;
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
		/*border: 1px blue solid;*/
	}

	div#contenedor_pg p span { 
		color: #ffffff;
		font-family: 'robotoregular';
		font-size: 14px;
	}

	div#contenedor_pg p a { 
		color: #7f7f7f;
		font-family: 'robotoregular';
	}	

	div#contenedor_pg p#redes {
		float: left;
		width: 100%;
		/*margin-left: 80px;*/
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: center;
		font-size: 12px;
		border-bottom: 1px #4b4b4b solid;
	}

	div#contenedor_pg p#nosotros_pg {
		float: left;
		width: 220px;
		height: 150px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: left;
		margin-left: 150px;
	}

	div#contenedor_pg p#requisitos_pg {
		float: left;		
		width: 220px;
		height: 150px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: left;
		margin-left: 0px;
	}

	div#contenedor_pg p#contacto_pg {
		float: left;
		width: 380px;
		height: 150px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: left;
		margin-right: 0px;
	}

	div#contenedor_pg p#matriculas_pg {
		float: left;
		width: 300px;
		height: 130px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: left;
		margin-right: 0px;
	}

	div#contenedor_pg p#politica_proteccion {
		float: right;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 22px;
		text-align: center;
		font-size: 12px;
		border-top: 1px #4b4b4b solid;
	}

	div#contenedor_pg p#politica_proteccion a {
		line-height: 22px;
		color: #7f7f7f;
		font-size: 12px;
	}

	div#caja_flotante {
		left: 1200px;
		position: absolute;
		top: 170px;
		width: 150px;
		height: 70px;
		z-index: 997;
	}

	div#caja_flotante2 {
		left: 1200px;
		position: absolute;
		top: 270px;
		width: 150px;
		height: 50px;
		z-index: 997;
	}

	div#btn_cerrar {
		position:absolute;
		top: 0;
		left: 162px;
		width: 36px;
		height: 36px;
		visibility: hidden;
	}

	/*************************************************************************** RESULTADO DE LA BUSQUEDA */

	div#contenedor_resultado {
		max-width: 1300px;
		margin:auto;
		overflow: hidden;
		min-height: 385px;
		/*border: 1px red solid;*/		
	}

	div#contenedor_resultado div#titulo_resultado {
		width: 100%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
	}

	div#contenedor_resultado div#titulo_resultado img {
		width: 50px;
		height: 50px;
		vertical-align: middle;
		padding-right: 20px;
	}

	div#cantidad_inmuebles {
		padding-top: 0px;
		padding-bottom: 20px;
		margin:auto;
		overflow: hidden;
		width: 100%;
		text-align: center;
		font-family: 'robotoregular';
		text-align: center;
		font-size: 21px;
	}

	div#inmuebles_resultado {
		padding-top: 20px;
		padding-left: 20px;
		margin: auto;
		overflow: hidden;
		width: 100%;
		max-width: 1260px;
		text-align: center;
		min-height: 345px;
		/*border : 1px red solid;*/
	}

	.contenido_inmresultado {
		position: relative;
		float: left;
		width: 280px;
		height: 300px;
		background-color: #e8e8e8;
		/*border: 3px #f58634 solid;*/
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
		text-align: center;
		margin-right: 14px;
		margin-left: 14px;
		margin-bottom: 7px;
	}

	.contenido_inmresultado p.info_inmresultado {
		line-height: 20px;
	}

	.contenido_inmresultado img {
		padding-top: 7px;
		width: 258px;
		height: 159px;
	}

	.oferta_inm {
		font-size: 18px;
		color: #2f2f2f;
	}

	.tipo_inm {
		font-size: 18px;
		color: #2f2f2f;
	}

	.contenido_inmresultado p.info_inmresultado a.iframe {
		background-color: #272727;
		width: 280px; 
		height: 37px;
		color: #ffffff;
		font-size: 18px;
	}

	.contenido_inmresultado p.info_inmresultado a.iframe span {
		padding-left: 20px;
		padding-right: 20px;
	}	

	.contenido_inmresultado p.info_inmresultado span.caracteristicas_inm {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.contenido_inmresultado p.info_inmresultado span.caracteristicas_inm2 {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
	}

	.contenido_inmresultado p.info_inmresultado span.caracteristicas_inm3 {
		float: left;
		border: 1px #989898 solid;
		background-color: #ffffff;
		margin-top: -10px;
		width: 80px;
		height: 35px;
		display: block; 
		font-size: 12px;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.contenido_inmresultado p.info_inmresultado span.caracteristicas_inm i, .contenido_inmresultado p.info_inmresultado span.caracteristicas_inm2 i, .contenido_inmresultado p.info_inmresultado span.caracteristicas_inm3 i {
		padding-top: 7px;
		padding-right: 5px;
	}

	/*************************************************************************** NOSOTROS */

	div#contenedor_quienessomos {
		position: relative;
		max-width: 1300px;
		margin:auto;
		overflow: hidden;
		min-height: 920px;		
	}

	div#contenedor_quienessomos div#titulo_quienessomos {
		position: relative;
		width: 98%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
		/*border: 1px red solid;*/
	}	

	div#contenedor_quienessomos div#historia {
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 40px;
		width: 98%;
		font-family: 'robotoregular';
		font-size: 18px;
		border: 1px #888888 solid;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

	div#contenedor_quienessomos div#historia img#imagen_quienessomos {
		width: 100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	div#contenedor_quienessomos div#mision {
		position: relative;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		float: left;
		width: 47%;
		font-family: 'robotoregular';
		font-size: 18px;
		/*height: 210px;*/
		background-color: #ffffff;
		/*background: rgba(0, 0, 0, .1);*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos div#mision div#titulo_mision {
		margin: 40px 40px 20px 40px;
		font-family: 'robotoregular';
		font-size: 22px;
		width: 100%;
	}

	div#contenedor_quienessomos div#mision img#imagen_mision {
		width: 100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	div#contenedor_quienessomos div#vision {
		position: relative;
		float: left;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		margin-left: 50px;
		width: 47%;
		font-family: 'robotoregular';
		font-size: 18px;
		/*height: 210px;*/
		background-color: #ffffff;
		/*background: rgba(0, 0, 0, .1);*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		/*border: 1px red solid;*/
	}
	
	div#contenedor_quienessomos div#vision div#titulo_vision {
		margin: 40px 40px 20px 40px;
		font-family: 'robotoregular';
		font-size: 22px;
		width: 100%;
	}

	div#contenedor_quienessomos div#vision img#imagen_vision {
		width: 100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	div#contenedor_quienessomos div#valores {
		position: relative;
		float: left;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		width: 98%;
		font-family: 'robotoregular';
		font-size: 18px;
		height: 510px;
		border: 1px #888888 solid;
		background-color: #ffffff;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos div#valores div#titulo_valores {
		margin: 40px 40px 20px 40px;
		font-family: 'robotoregular';
		font-size: 22px;
		width: 93%;
		text-align: center;
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos div#servicios {
		position: relative;
		float: left;
		width: 98%;
		margin-top: 40px;
		margin-bottom: 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		height: 290px;
		background-color: #ffffff;
		/*background: rgba(0, 0, 0, .1);*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos div#servicios div#titulo_servicios {
		margin: 40px 40px 20px 0px;
		font-family: 'robotoregular';
		font-size: 22px;
		width: 100%;
		text-align: center;
	}

	div#contenedor_quienessomos p.textoqs {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		line-height: 25px;
		text-align: justify;
		color: #474747;
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos p.textoqs2 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		color: #474747;
		/*border: 1px red solid;*/
	}

	div#contenedor_quienessomos p.textoqs2 img {
		padding-right: 0px;
	}

	div#contenedor_quienessomos p.textoqs2 img.zoom {
		transition: transform .2s;
	}

	div#contenedor_quienessomos p.textoqs2 img.zoom:hover  {
		transform: scale(1.2);
	}

	/*************************************************************************** REQUISITOS */

	div#contenedor_requisitos {
		position: relative;
		max-width: 1300px;
		margin:auto;
		overflow: hidden;
		min-height: 1820px;
		/*border:1px red solid;*/		
	}

	div#contenedor_requisitos div#titulo_requisitos {
		position: relative;
		width: 98%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
		/*border: 1px red solid;*/
	}	

	div#contenedor_requisitos div#consignar {
		position: absolute;
		left: 630px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		margin-left: 50px;
		width: 500px;
		font-family: 'robotoregular';
		font-size: 18px;
		background-color: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#consignar div#titulo_consignar {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #dcaa00;
	}
	
	div#contenedor_requisitos div#arrendar {
		position: absolute;
		left: 100px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		float: left;
		width: 500px;
		font-family: 'robotoregular';
		font-size: 16px;
		background-color: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#arrendar div#titulo_arrendar {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #dcaa00;
	}	

	div#contenedor_requisitos p.textoreq {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		color: #828080;
	}

	div#contenedor_requisitos p.textoreq span.division {
		margin-top: 2px;
		margin-bottom: 20px;
		width: 100%;
		height: 2px;
		text-align: center;		
		background-color: #dcaa00;
		display: block;
	}

	div#contenedor_requisitos div#formularios {
		position: absolute;
		top: 620px;
		left: 630px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		margin-left: 50px;
		width: 500px;
		font-family: 'robotoregular';
		font-size: 16px;
		background-color: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#formularios div#titulo_formularios {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #dcaa00;
	}

	div#contenedor_requisitos p.textoreq2 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		color: #828080;
	}

	div#contenedor_requisitos p.textoreq3 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 20px;
		text-align: justify;
		color: #828080;
	}

	div#contenedor_requisitos p.textoreq3 span.division {
		margin-top: 2px;
		margin-bottom: 20px;
		width: 100%;
		height: 2px;
		text-align: center;		
		background-color: #dcaa00;
		display: block;
	}

	div#contenedor_requisitos p.textoreq3 a, div#contenedor_requisitos p.textoreq3 a:hover, div#contenedor_requisitos p.textoreq3 a:link {
		float: left;
		color: #828080;
		width: 130px;
		height: 180px;
		text-align: center;
		display: block;
	}

	div#contenedor_requisitos div#requisitos_imagen {
		position: absolute;
		top: 990px;
		left: 630px;
		padding: 10px;
		padding-bottom: 15px;
		margin-top: 40px;
		margin-left: 50px;
		width: 480px;
		height: 160px;
		font-family: 'robotoregular';
		font-size: 16px;
		/*background-color: #ffffff;*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px #828080 solid;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#requisitos_imagen img#imagen_requisitos {
		width: 100%;
		max-height: 165px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	div#contenedor_requisitos div#observaciones {
		position: absolute;
		top: 1220px;
		left: 100px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		float: left;
		width: 1080px;
		font-family: 'robotoregular';
		font-size: 16px;
		background-color: #37a4e1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#observaciones div#titulo_observaciones {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #ffffff;
	}	

	div#contenedor_requisitos p.textoreq4 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		color: #ffffff;
	}

	div#contenedor_requisitos div#politicas_datos {
		position: absolute;
		top: 1520px;
		left: 100px;
		padding-left: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
		float: left;
		width: 1080px;
		font-family: 'robotoregular';
		font-size: 16px;
		background-color: #e19d37;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
	}

	div#contenedor_requisitos div#politicas_datos div#titulo_politicas_datos {
		margin: 40px 40px 30px 40px;
		font-family: 'robotoregular';
		font-size: 18px;
		width: 100%;
		color: #ffffff;
	}	

	div#contenedor_requisitos p.textoreq5 {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		color: #ffffff;
	}

	div#contenedor_requisitos p.textoreq5 a, div#contenedor_requisitos p.textoreq5 a:hover, div#contenedor_requisitos p.textoreq5 a:link {
		color: #ffffff;
	}

	/*************************************************************************** FORMULARIOS DE CONTACTO */

	div#contenedor_contactenos2 {
		position: relative;
		max-width: 100%;
		margin:auto;
		overflow: hidden;
		min-height: 750px;	
		/*border: 1px red solid;*/
		text-align: center;
	}

	div#contenedor_contactenos2 div#contenido_contactenos {
		position: relative;
		float: left;
		width: 100%;
		height: 1350px;
		/* border: 1px red solid; */
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contenido_con {
		text-align: center;
		width: 1250px;
		height: 360px;
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
		/*border: 1px red solid;*/
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto {
		position: relative;
		float: left;
		font-family: 'robotoregular';
		font-size: 1.1rem;
		width: 700px;
	}

	div#contenedor_contactenos2 div#contenido_contactenos p.textocon {
		margin: 0px 40px 0px 10px;
		font-family: 'robotoregular';
		font-size: 1.1rem;
		line-height: 25px;
		text-align: justify;
		color: #474747;
	}

	div#contenedor_contactenos2 div#contenido_contactenos p.textocon span {
		padding-right: 10px;
	}	
	
	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#titulo_contacto {
		width: 100%;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc {
		width: 100%;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc .grupoc1 {
		padding-top: 0px;
		width: 50%;
		float: left;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc .grupoc2 {
		padding-top: 0px;
		width: 50%;
		float: left;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc select#tipo_for {
		margin-top: 30px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc select#tipo_for option {
		margin-top: 30px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc input#nombre_for {
		margin-top: 12px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc input#apellido_for {
		margin-top: 12px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc input#correoe_for {
		margin-top: 12px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc input#telefono_for {
		margin-top: 12px;
		padding-left: 10px;
		width: 90%;
		height: 30px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc textarea#informacion_for {
		margin-top: 30px;
		padding-left: 10px;
		width: 90%;
		height: 200px;
		font-size: 0.9rem;
		color: #808080;
		border: 1px #989999 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc div#boton_for {
		margin-top: 12px;
		width: 90%;
		height: 65px;	
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc div#boton_for div#enviar_for {
		margin: auto;
		margin-top: 12px;
		background-color: #e4b633;		
		width: 100%;
		height: 34px;
		border: 2px #ffffff solid;
		color: #ffffff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'robotoregular';
		font-size: 1.1rem;
		text-align: center;
		/*margin: 0 auto;*/
		display: flex;
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#contacto div#formularioc div#boton_for div#enviar_for a {
		color: #ffffff;
		text-decoration: none;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios {
		position: relative;
		float: left;
		margin-top: 40px;
		margin-left: 20px;
		padding-left: 0px;
		padding-bottom: 30px;
		font-family: 'robotoregular';
		font-size: 18px;
		height: 850px;
		width: 500px;
		background-color: #ffffff;
		/*background: rgba(0, 0, 0, .1);*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
		/* border: 1px blue solid; */
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios div#titulo_oficinas {
		margin: 20px 40px 10px 40px;
		font-family: 'robotoregular';
		font-size: 20px;
		width: 100%;
		text-decoration: underline;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios div#titulo_horarios {
		margin: 0px 40px 10px 40px;
		font-family: 'robotoregular';
		font-size: 20px;
		width: 100%;
		text-decoration: underline;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios div#titulo_lineas {
		margin: 0px 40px 10px 40px;
		font-family: 'robotoregular';
		font-size: 20px;
		width: 100%;
		text-decoration: underline;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#horarios p.textoqs {
		margin: 0px 40px 0px 40px;
		font-family: 'robotoregular';
		font-size: 14px;
		line-height: 25px;
		text-align: justify;
		color: #474747;
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#ubicacion {
		position: relative;
		float: left;
		padding-left: 0px;
		margin-left: 0px;
		padding-top: 30px;
		font-family: 'robotoregular';
		font-size: 18px;
		height: 270px;
		width: 100%;
		/*border: 1px blue solid;*/
	}

	div#contenedor_contactenos2 div#contenido_contactenos div#ubicacion iframe {
		width: 100%;
		height: 270px;
		/*border: 1px blue solid;*/
	}
}	

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

body {
	/*background-image: url(../../images/img_fondo.png);
	background-repeat: repeat;*/		
	/*overflow-x: hidden;*/
	background-color: #f8f8f8;
}

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

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

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

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

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

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

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

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

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

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

div#detalle_inmueble .ver_video {
	position: absolute;
	top: 510px;
	left: 260px;
	width: 174px;
	height: 35px;
	z-index: 99;	
	/*border: 1px red solid;*/
}

div#detalle_inmueble .contactar_inm {
	position: absolute;
	top: 480px;
	left: 470px;
	width: 200px;
	height: 24px;
	text-align: left;
	font-family: 'robotoregular';
	font-size: 1.1rem;
	z-index: 48;
}

div#detalle_inmueble .contactar_inm a {
	color: #ffffff;
}

div#detalle_inmueble .contactar_inm a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#detalle_inmueble .contactar_inm span {
	padding-right: 10px;
}

div#detalle_inmueble .compartir_inm {
	position: absolute;
	top: 480px;
	left: 695px;
	width: 200px;
	height: 24px;
	text-align: right;
	font-family: 'robotoregular';
	font-size: 1.1rem;
	z-index: 48;
}

div#detalle_inmueble .compartir_inm a {
	color: #ffffff;
}

div#detalle_inmueble .compartir_inm a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#detalle_inmueble .compartir_inm span {
	padding-right: 10px;
}

div#detalle_inmueble .contactarw_inm {
	position: absolute;
	top: 510px;
	left: 470px;
	width: 250px;
	height: 24px;
	text-align: left;
	font-family: 'robotoregular';
	font-size: 1.1rem;
	z-index: 48;
}

div#detalle_inmueble .contactarw_inm a {
	color: #ffffff;
}

div#detalle_inmueble .contactarw_inm a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#detalle_inmueble .contactarw_inm span {
	padding-right: 10px;
}

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

/*************************************************************************** CONTACTENOS DEL INMUEBLE */

div#contenido_info div#formulario {
	position: relative;
	float: left;
	width: 900px;
	height: 520px;
	font-family: "calibri", "Myriad Pro";	
	font-size: 18px;	
}

div#contenido_info div#formulario div#btn_regresar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 220px;
	height: 30px;
	text-align: left;	
}

div#contenido_info div#formulario div#btn_regresar a {
	color: #dd2a2a;
}

div#contenido_info div#formulario div#btn_regresar a:hover {
	color: #dd2a2a;
	text-decoration: underline;
}

div#contenido_info div#formulario div#btn_regresar span {
	padding-right: 10px;
}

div#contenido_info div#formulario div#logo_contacto {
	width: 100%;
	height: 130px;
	text-align: center;
}

div#contenido_info div#formulario div#logo_contacto img {
	width: 350px;
}

div#contenido_info div#formulario p.textocon {
	margin: 0px 40px 0px 10px;
	font-family: 'robotoregular';
	font-size: 1.1rem;
	line-height: 25px;
	text-align: justify;
	color: #474747;
}

div#contenido_info div#formulario p.textocon span {
	padding-right: 10px;
}	

div#contenido_info div#formulario div#titulo_contacto {
	width: 100%;
}

div#contenido_info div#formulario div#formulariocinm {
	width: 100%;
}

div#contenido_info div#formulario div#formulariocinm .grupoc1 {
	padding-top: 20px;
	width: 50%;
	float: left;
}

div#contenido_info div#formulario div#formulariocinm .grupoc2 {
	padding-top: 20px;
	width: 50%;
	float: left;
}

div#contenido_info div#formulario div#formulariocinm input#nombre_forinm {
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 20px;
	width: 80%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario div#formulariocinm input#apellido_forinm {
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 20px;
	width: 80%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario div#formulariocinm input#correoe_forinm {
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 20px;
	width: 80%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario div#formulariocinm input#telefono_forinm {
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 20px;
	width: 80%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario div#formulariocinm textarea#informacion_forinm {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 200px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario div#formulariocinm div#boton_forinm {
	margin-top: 12px;
	width: 90%;
	height: 65px;	
}

div#contenido_info div#formulario div#formulariocinm div#boton_forinm div#enviar_forinm {
	margin: auto;
	margin-top: 12px;
	background-color: #e4b633;		
	width: 100%;
	height: 34px;
	border: 2px #ffffff solid;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
	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#formulario div#formulariocinm div#boton_forinm div#enviar_forinm a {
	color: #ffffff;
	text-decoration: none;
}

/*************************************************************************** COMPARTIR INMUEBLE */

div#contenido_info div#formulario2 {
	position: relative;
	float: left;
	width: 900px;
	height: 520px;
	font-family: "calibri", "Myriad Pro";	
	font-size: 18px;	
}

div#contenido_info div#formulario2 div#btn_regresar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 220px;
	height: 30px;
	text-align: left;	
}

div#contenido_info div#formulario2 div#btn_regresar a {
	color: #dd2a2a;
}

div#contenido_info div#formulario2 div#btn_regresar a:hover {
	color: #dd2a2a;
	text-decoration: underline;
}

div#contenido_info div#formulario2 div#btn_regresar span {
	padding-right: 10px;
}

div#contenido_info div#formulario2 div#logo_contacto {
	width: 100%;
	height: 130px;
	text-align: center;
}

div#contenido_info div#formulario2 div#logo_contacto img {
	width: 350px;
}

div#contenido_info div#formulario2 p.textocon {
	margin: 0px 40px 0px 10px;
	font-family: 'robotoregular';
	font-size: 1.1rem;
	line-height: 25px;
	text-align: justify;
	color: #474747;
}

div#contenido_info div#formulario2 p.textocon span {
	padding-right: 10px;
}	

div#contenido_info div#formulario2 div#titulo_contacto {
	width: 100%;
}

div#contenido_info div#formulario2 div#formulariocinm {
	width: 100%;
}

div#contenido_info div#formulario2 div#formulariocinm .grupoc1 {
	padding-top: 20px;
	width: 50%;
	float: left;
}

div#contenido_info div#formulario2 div#formulariocinm .grupoc2 {
	padding-top: 20px;
	width: 50%;
	float: left;
}

div#contenido_info div#formulario2 div#formulariocinm input#nombre_forinm {
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 20px;
	width: 80%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario2 div#formulariocinm input#nombrea_forinm {
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 20px;
	width: 80%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario2 div#formulariocinm input#correoe_forinm {
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 20px;
	width: 80%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario2 div#formulariocinm input#correoea_forinm {
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 20px;
	width: 80%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario2 div#formulariocinm textarea#informacion_forinm {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 200px;
	font-size: 0.9rem;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenido_info div#formulario2 div#formulariocinm div#boton_forinm {
	margin-top: 12px;
	width: 90%;
	height: 65px;	
}

div#contenido_info div#formulario2 div#formulariocinm div#boton_forinm div#enviar_forinm {
	margin: auto;
	margin-top: 12px;
	background-color: #e4b633;		
	width: 100%;
	height: 34px;
	border: 2px #ffffff solid;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
	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#formulario2 div#formulariocinm div#boton_forinm div#enviar_forinm a {
	color: #ffffff;
	text-decoration: none;
}

/*************************************************************************** FORMULARIOS DE CONTACTO */

div#contenedor_contactenos {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: 'robotoregular';
	font-size: 18px;
	width: 97%;
}	

div#contenedor_contactenos div#titulo_contactenos {
	width: 80%;
	padding-left: 20%;
	height: 20px;
	padding-top: 10px;
	font-family: 'robotoregular';
	font-size: 20px;	
}

div#contenedor_contactenos div#formularioc {
	width: 100%;
}

div#contenedor_contactenos div#formularioc .grupoc1 {
	padding-top: 0px;
	width: 90%;
	float: left;
	padding-left: 10%;
}

div#contenedor_contactenos div#formularioc select#tipo_for {
	margin-top: 30px;
	padding-left: 10px;
	width: 93%;
	height: 30px;
	font-size: 12px;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos div#formularioc select#tipo_for option {
	margin-top: 30px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 12px;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos div#formularioc input#nombre_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 12px;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos div#formularioc input#apellido_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 12px;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos div#formularioc input#correoe_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 12px;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos div#formularioc input#telefono_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 12px;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos div#formularioc textarea#informacion_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 200px;
	font-size: 12px;
	color: #808080;
	border: 1px #989999 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos div#formularioc div#boton_for {
	margin-top: 12px;
	width: 90%;
	height: 65px;	
}

div#contenedor_contactenos div#formularioc div#boton_for div#enviar_for {
	margin: auto;
	margin-top: 12px;
	background-color: #f58634;		
	width: 100%;
	height: 34px;
	border: 2px #ffffff solid;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
	font-size: 14px;
	text-align: center;
	/*margin: 0 auto;*/
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

div#contenedor_contactenos div#formularioc div#boton_for div#enviar_for a {
	color: #ffffff;
	text-decoration: none;
}

/*************************************************************************** FORMULARIOS */

div#contenedor_formularios {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: 'robotoregular';
	font-size: 18px;
	width: 97%;
}	

div#contenedor_formularios div#titulo_formularios {
	width: 80%;
	padding-left: 20%;
	height: 20px;
	padding-top: 10px;
	font-family: 'robotoregular';
	font-size: 20px;	
}

div#contenedor_formularios div#contenido_formularios {
	width: 100%;
}

div#contenedor_formularios div#contenido_formularios p.textofor {
	margin: 40px 40px 0px 40px;
	font-family: 'nobileitalic';
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
	color: #474747;
	/*border: 1px red solid;*/
}

div#contenedor_formularios div#contenido_formularios img {
	margin: 40px 40px 0px 40px;
	border: 1px #b8b8b8 solid;
}

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

.popup {
    background-color: #ffffff;
    color: #888888;
    width: 700px;
    height: 466px;
    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;
}

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

a.close  {
    background: url("../../images/img_cerrar.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;
}

#likebox_div {
	width: 196px;
	height: 353px;
	overflow: hidden;
}

#likebox_right {
	z-index: 10005;
	border: 2px solid #3c95d9;
	background-color: #fff;
	width: 196px;
	height: 353px;
	position: fixed;
	right: -200px;
} 

#likebox_right img {
	position: absolute;
	top: 0px;
	left: -50px;
} 

#likebox_right iframe {
	border: 0px solid #3c95d9;
	overflow: hidden;
	position: static;
	height: 360px;
	left: -2px;
	top: -3px;
}

/************************* Mapa interactivo */

#us-map{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

path:hover, circle:hover {
  stroke: #002868 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #002868 !important;
  cursor: pointer;
}

#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}

/*************************************************************************** FORMULARIOS DE CONTACTO DE SERVICIOS */

div#contenedor_contactenos4 {
	position: relative;
	max-width: 1250px;
	margin:auto;
	overflow: hidden;
	min-height: 520px;	
	/*border: 1px red solid;*/
	background-color: #2b2a28;
}

div#contenedor_contactenos4 div#contenido_contactenos {
	position: relative;
	float: left;
	width: 98%;
	height: 430px;	
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto {
	position: relative;
	float: left;
	font-family: 'robotoregular';
	font-size: 1.1rem;
	width: 700px;
}

div#contenedor_contactenos4 div#contenido_contactenos p.textocon {
	margin: 0px 40px 0px 10px;
	font-family: 'robotoregular';
	font-size: 1.1rem;
	line-height: 25px;
	text-align: justify;
	color: #474747;
}

div#contenedor_contactenos4 div#contenido_contactenos p.textocon span {
	padding-right: 10px;
}	

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#titulo_contacto {
	width: 100%;
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc {
	width: 100%;
	padding-left: 20px;
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc .grupoc1 {
	padding-top: 0px;
	width: 50%;
	float: left;
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc .grupoc2 {
	padding-top: 0px;
	width: 50%;
	float: left;
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc input#nombre_for {
	margin-top: 30px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc input#apellido_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc input#correoe_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc input#telefono_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc input#direccioninm_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc input#barrioinm_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc input#ciudadinm_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc textarea#informacion_for {
	margin-top: 30px;
	padding-left: 10px;
	width: 90%;
	height: 200px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc select#ubicacioninm_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 93%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc select#ubicacioninm_for option {
	margin-top: 30px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc input#areainm_for {
	margin-top: 12px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc select#tipo_for {
	margin-top: 30px;
	padding-left: 10px;
	width: 93%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc select#precioinm_for option {
	margin-top: 30px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc select#precioinm_for {
	margin-top: 30px;
	padding-left: 10px;
	width: 93%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc select#canoninm_for option {
	margin-top: 30px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc select#canoninm_for {
	margin-top: 30px;
	padding-left: 10px;
	width: 93%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc select#tipo_for option {
	margin-top: 30px;
	padding-left: 10px;
	width: 90%;
	height: 30px;
	font-size: 0.9rem;
	color: #808080;
	/*border: 1px #989999 solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc div#boton_for {
	margin-top: 12px;
	width: 92%;
	height: 65px;	
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc div#boton_for div#enviar_for {
	margin: auto;
	margin-top: 12px;
	background-color: #e4b633;		
	width: 100%;
	height: 34px;
	border: 2px #ffffff solid;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'robotoregular';
	font-size: 1.1rem;
	text-align: center;
	/*margin: 0 auto;*/
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

div#contenedor_contactenos4 div#contenido_contactenos div#contacto div#formularioc div#boton_for div#enviar_for a {
	color: #ffffff;
	text-decoration: none;
}

/*************************************************************************** DIRECTORIO */

	div#directorio {
		position: relative;
		max-width: 1300px;
		margin:auto;
		overflow: hidden;
		min-height: 920px;		
	}

	div#contenedor_directorio div#titulo_directorio {
		position: relative;
		width: 98%;
		height: 50px;
		font-family: 'robotoregular';
		font-size: 24px;
		text-align: center;
		/*border: 1px red solid;*/
	}

	div#contenedor_directorio p.textodt {
		margin: 0px 10px 0px 10px;
		font-family: 'robotoregular';
		font-size: 15px;
		line-height: 25px;
		text-align: center;
		color: #474747;
		/*border: 1px red solid;*/
	}

	div#contenedor_directorio p.textodt a {		
		color: #474747;
	}