@font-face {
	font-family: Montserrat-Bold;
	src: url('../fuentes/Montserrat-Bold.otf') format('truetype');
}

@font-face {
	font-family: Montserrat-Regular;
	src: url('../fuentes/Montserrat-Regular.otf') format('truetype');
}

@font-face {
	font-family: Kreon-Bold;
	src: url('../fuentes/Kreon-Bold.ttf') format('truetype');
}

@font-face {
	font-family: Kreon-Regular;
	src: url('../fuentes/Kreon-Regular.ttf') format('truetype');
}

html {
	width: 100%;
	height: 100%;	
}
body {
	width: 100%;
	height: 100%;
}
#contenedor {
	width: 100%;
	height: 100%;
}

.bt_serv {
	margin-top:15px;
	float: right;
    margin-right: 35px;
}

.fright {
	float:right;
	margin-right: 20px;
}

.clear { font-size: 0px; clear: left; }
.clear-r { font-size: 0px; clear: right; }
.clear-b { font-size: 0px; clear: both;}

#barra-superior {
	width: 100%;
	height: 30px;
	background-color: #010101;
	font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
	text-align: right-;
}

#fecha {
	width: 98%;
	height: 100%;
	max-width: 1200px;
	margin:auto;
	text-align: right;
	padding-right: 2%;
	padding-top:9px;
}

#top {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin:auto;
}

#slider {
	width: 100%;
	height: auto;
	background-color: #565814;
	line-height: 0px;
}

#slider-inmuebles {
	width: 100%;
	height: auto;
	background-color: #991915;
	line-height: 0px;
	position:relative;
}

#redes-sociales {
	position:absolute;
	bottom: 15px;
	margin-left:9%;
	border-radius: 5px;
	background-color: #FFFFFF;
	width:175px;
	height:50px;
}

#redes-sociales li {
	float:left;
	margin-top:6px;
	margin-left:15px;
}

#foto-slide {
	max-width: 1200px;
	margin:auto;	
}

.img-responsive {
	width:100%;
	height: auto;
}

#logo {
	width: 32%;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
	min-width: 200px;
}

#logo-inmuebles {
	width: 29%;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
	min-width: 190px;
}

#menu {
	/*width: 70%;*/
	float:right;
	margin-top:7%;
	margin-right: 15px;
}

#menu a {
	font-family: Montserrat-Bold;
	font-size: 14px;
	color:#1F1A17;
	line-height: 120%;
	text-decoration: none;
	float:left;
	padding:0px 11px;
}

#menu a:hover { color:#9FA324; }
#menu .active { color:#9FA324; }

#menu .active-inmueble:hover { color:#BA1817; }
#menu .active-inmueble { color:#BA1817; }

#menu-responsive {
	float:right;
	margin-top:5%;
	margin-right: 15px;
	position:relative;
	display: none;
}

.submenu{
	width: 200px;
	display: none;
	position: absolute;
	z-index: 7;
	/*top: 78px;*/
	left:-160px;
	border: 1px solid #000000;
	border-radius:2px;
	background-color: #010101;
	padding: 0 0 0 0;
	text-align:left;
}
.submenu span{
	display: block;
	padding: 9px 5px 9px 5px;
}
.submenu span:hover {
	 background-color: #9FA324;
}

.submenu span a{
	display:block;
	font-family:Montserrat-Bold;
	color:#FFFFFF;
	font-size: 13px;
	text-decoration: none;
}

section {
	width: 100%;
	margin-top:30px;
}

.fila {
	width: 100%;
	max-width: 1200px;
	margin:auto;
}

.fila2 {
	width: 100%;
	max-width: 1200px;
	margin:auto;
	margin-top:20px;
}

.c2 {
	float:left;
	width: 43%;
	padding-left:5%;
	padding-right: 2%;
}

.c2 h1 {
	font-family:Montserrat-Bold;
	color:#71731A;
	font-size: 18px;
}

.c2 p {
	margin-top:20px;
	margin-bottom:10px;
	font-family: Arial;
	font-size: 15px;
	color:#010101;
	line-height: 140%;
}

.vermas {
	margin-top:20px;
}

.c2 .profe {
	float:left;
	width: 50%;
	font-family: Arial;
	font-size: 12px;
	line-height: 140%;
	color:#010101;
}

.c2 .profe span {
	font-family: Kreon-Bold;
	font-size: 18px;
	color:#1F1917;
	line-height: 120%;
	font-weight: bold;
	display: block;
}

.fila-servicios {
	width: 100%;
	height: auto;
	background-color:#000000;
	margin-top:40px;
}

.fondo-servicios {
	width: 100%;
	min-height: 527px;
	height: auto;
	max-width: 1200px;
	margin:auto;
	background: url('../img/foto2.jpg') no-repeat;	
}

.fondo-servicios h1 {
	font-family:Montserrat-Bold;
	color:#FFFFFF;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	padding-top:23px;
}

.fondo-servicios #lista-servicios {
	width: 91%;
	margin: auto;
}

.fondo-servicios .servicio {
	margin-top:15px;
	float:left;
	width: 350px;
	height: 85px;
	border:1px solid #393E42;
}

.ml0 {
	margin-left:0px;
}

.ml {
	margin-left:15px;
}

.ml2 {
	margin-left:15px;
}

.servicio img {
	padding-left:24px;
	padding-top:14px;
	float:left;
}

.servicio p {
	max-width: 232px;
	padding-left:20px;
	padding-top:20px;
	font-family: Kreon-Regular;
	font-size: 20px;
	line-height: 120%;
	color:#979FA6;
	float:left;
}

.fondo-servicios .bt_trans {
	text-align: center;
	margin-top:20px;
	padding-bottom:20px;
}

.fila-extras {
	width: 100%;
	max-width: 1200px;
	margin:auto;
	margin-top:30px;
	padding-bottom:30px;
}

#extras {
	width: 91%;
	margin: auto;
}

#extras .extra {
	float:left;
	width: 350px;
}

.extra h1 {
	width: 330px;
	height: 30px;
	background-color: #565814;
	font-family:Montserrat-Bold;
	color:#FFFFFF;
	font-size:15px;
	padding-left:20px;
	padding-top:14px;
	margin-bottom:15px;
}

.extra h1 span {
	font-family:Arial;
	color:#CCCCCC;
	font-size:13px;
	float:right;
	padding-right: 20px;
}

.extra form {
	width: 290px;
	margin:auto;
}

.extra form select {
	width: 100%;
	height: 32px;
	display:block;
	margin-bottom:15px;
	border:1px solid #C3C3C3;
	font-size:15px;
}

.extra form input {
	width: 100%;
	height: 28px;
	display:block;
	margin-bottom:15px;
}

.extra form .bt {
	width: 96px;
	height: 32px;
	float: right;
}

.extra h2 {
	margin-bottom:20px;
	width: 116px;
	float:left;
	font-family:Kreon-Regular;
	color:#524D44;
	font-size:16px;
	text-align: center;
}

.extra .moneda {
	margin-bottom:20px;
	width: 116px;
	float:left;
	font-family:Arial;
	color:#010101;
	font-size:15px;
	text-align: center;
}

.link {
	width: 300px;
	min-height: 20px;
	margin:auto;
	background: url('../img/ico_enlace.png') no-repeat;
	padding-left:27px;
	padding-top:3px;
	margin-bottom:10px;
}

.ventana {
	font-family:'Montserrat-Regular';
	color:#FFFFFF;
	font-size: 14px;
}

.ventana-bt {
	background-color:#A5A831; 	
	border:1px solid #767823;
	font-family:'Montserrat-Regular';
	color:#FFFFFF;
	font-size: 14px;
	/*border: none;*/
	text-shadow:none;
}

.ventana-bt:active {
	background-color:#A5A831; 	
	border:1px solid #767823;
	font-family:'Montserrat-Regular';
	color:#FFFFFF;
	font-size: 14px;
	/*border:none;*/
	text-shadow:none;
}

.ventana-bt-inmuebles {
	background-color:#F6F6F5; 	
	border:1px solid #E8E8E8;
	font-family:'Montserrat-Regular';
	color:#333333;
	font-size: 14px;
	/*border: none;*/
	text-shadow:none;
}

.ventana-bt-inmuebles:active {
	background-color:#F6F6F5; 	
	border:1px solid #E8E8E8;
	font-family:'Montserrat-Regular';
	color:#333333;
	font-size: 14px;
	/*border:none;*/
	text-shadow:none;
}

.link a {
	font-family: Arial;
	font-size: 14px;
	color:#000000;
	text-decoration: none;
}

.link a:hover {
	color:#565814;	
}

.fila-pie {
	width: 100%;
	background-color: #565814;
}

.fila-pie p {
	width:97%;
	max-width: 1200px;
	margin:auto;
	padding-left:3%;
	font-family: Kreon-Bold;
	font-size: 30px;
	line-height: 140%;
	color:#FFFFFF;
	padding-top:40px;
	padding-bottom:40px;
}

.fila-pie2 {
	width: 100%;
	background-color: #010101;
}

.centrar-pie {
	width: 100%;
	max-width: 1200px;
	margin:auto;
}

.fila-pie2 .data {
	float:left;
	padding-left:3%;
	padding-top:15px;
	padding-bottom:15px;
}

.fila-pie2 .artdigital {
	float:right;
	padding-right:3%;
	padding-top:30px;
	padding-bottom:15px;
}

.columna1 {
	float:left;
	width: 48%;
	padding-left:5%;
	padding-right: 2%;
}

.columna1 h1 {
	font-family:Montserrat-Bold;
	font-size: 24px;
	color:#71731A;
	margin-bottom:30px;
}

.columna1 p {
	font-family: Arial;
	font-size: 16px;
	color:#000000;
	line-height: 140%;
	margin-bottom:30px;
}

#prof h1 {
	font-family:Montserrat-Bold;
	font-size:18px;
	color:#71731A;
	line-height: 120%;
	margin-top:30px;
	margin-bottom:20px;
}

#prof p {
	font-family: Arial;
	font-size: 16px;
	line-height: 140%;
	color:#010101;
}

#prof p a {
	font-family: Arial;
	font-size: 16px;
	line-height: 140%;
	color:#010101;
	text-decoration: none;
}

#prof p a:hover {
	color:#71731A;
}

#prof .profe {
	float:left;
	width: 50%;
	font-family: Arial;
	font-size: 12px;
	line-height: 140%;
	color:#010101;
}

#prof .profe span {
	font-family: Kreon-Bold;
	font-size: 18px;
	color:#1F1917;
	line-height: 120%;
	font-weight: bold;
	display: block;
}

.columna2 {
	float:left;
	width: 38%;
	min-height: 606px;
	margin-left:5%;
	margin-right: 2%;
	background: url('../img/fondo_servicios.jpg') no-repeat;
	background-color: #1C1613;
}

.columna2 h1 {
	font-family:Montserrat-Bold;
	font-size: 18px;
	color:#FFFFFF;
	line-height: 120%;
	text-align: center;
	padding-top:20px;
	padding-bottom:25px;
}

.columna2 p {
	font-family: Kreon-Regular;
	font-size: 17px;
	color:#97A0A7;
	line-height: 120%;
	margin-bottom:24px;
	padding-left:130px;
	padding-right: 20px;
}

.columna2 a {
	display:inherit;
	text-align: center;
	margin-bottom:20px;
}

.servis {
	width: 90%;
	margin:auto;
}

.servis h1 {
	font-family:Montserrat-Bold;
	font-size: 24px;
	color:#71731A;
	margin-bottom:30px;
}

.servis p {
	font-family: Arial;
	font-size: 16px;
	color:#000000;
	line-height: 140%;
}

.fila-servis {
	width: 100%;
	height: auto;
	background-color:#000000;
	margin-top:40px;
	margin-bottom:40px;
}

.fondo-servis {
	width: 100%;
	max-width: 1200px;
	margin:auto;
	/*padding-top:40px;*/
	padding-bottom:20px;
}

.centrar-servis {
	width: 91%;
	margin: auto;
}

.servi {
	float:left;
	width: 45%;
	height: auto;
	/*background-color: #979FA6;*/
	margin-left: 5%;
	margin-bottom:20px;
}

.servi h1 {
	font-family: Kreon-Regular;
	font-size: 22px;
	color:#979FA5;
	line-height: 120%;
	margin-top:40px;
	background: url('../img/ico_balanza.png') no-repeat;
	min-height: 40px;
	padding-left:80px;
	padding-top:10px;
}

.servi p {
	font-family: Arial;
	font-size: 15px;
	color:#CCCCCC;
	line-height: 140%;
	margin-top:20px;
}

.sinmargin {
	margin-bottom:15px!important;
}

#map {
	width: 100%;
	height: 250px;
	border:1px solid #C3C3C3;
}

#map2 {
	width: 100%;
	height: 220px;
}

#frame {
	width: 100%;
}

#formu input {
	float:left;
	width: 45%;
	height: 30px;
	border:1px solid #C3C3C3;
	font-family: Arial;
	font-size: 14px;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:15px;
}

#formu .ml {
	margin-left:5%;
}

#formu textarea {
	width: 97%;
	height: 90px;
	border:1px solid #C3C3C3;
	font-family: Arial;
	font-size: 14px;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	resize: none;
}

.bt-buscar {
	float: right;
	width: 94px;
	height: 32px;
	border:1px solid #767823;
	background: #A5A831;
	font-family:'Montserrat-Bold';
	font-size: 11px;
	color:#FFFFFF;
	letter-spacing: 1px;
	border-radius: 2px;
	cursor:pointer;
}

.bt-buscar-inmuebles {
	float: right;
	width: 94px;
	height: 32px;
	border:1px solid #E8E8E8;
	background: #F6F6F5;
	font-family:'Montserrat-Bold';
	font-size: 11px;
	color:#333333;
	letter-spacing: 1px;
	border-radius: 2px;
	cursor:pointer;
}

.renglon-form {
	width: 92%;
	padding-left:8px;
	padding-right:2px;
	text-align: right;
}

.bt-contactoi {
	width: 94px;
	height: 32px;
	border:1px solid #E8E8E8;
	background: #F6F6F5;
	font-family:'Montserrat-Bold';
	font-size: 11px;
	color:#333333;
	letter-spacing: 1px;
	border-radius: 2px;
	cursor:pointer;
	margin-top:6px;
}

.renglon {
	width: 99%;
	text-align: right;	
}

.bt-contacto {
	width: 94px;
	height: 32px;
	border:1px solid #767823;
	background: #A5A831;
	font-family:'Montserrat-Bold';
	font-size: 11px;
	color:#FFFFFF;
	letter-spacing: 1px;
	border-radius: 2px;
	cursor:pointer;
	margin-top:6px;
}

.boton-gris {
    background-color:#9A9A9A!important;
	border:1px solid #9A9A9A!important;
}

.boton-gris:hover {
    background-color:#9A9A9A;
	border:1px solid #9A9A9A;
}

.bt-enviar {
	border:none!important;
	width: 96px!important;
	height:32px!important;
	float:right!important;
	padding-left:0px!important;
	padding-right:5px!important;
	margin-bottom:0px!important;
	margin-top:10px!important;
}

#inmuebles {
	float:left;
	width: 61%;
	padding-left:3%;
	padding-right: 1%;
	margin-bottom:30px;
}

#inmuebles h1 {
	color:#BA1817;
	/*color:#717219;*/
	font-family:Montserrat-Bold;
	font-size: 24px;
	line-height: 120%;
}

#inmuebles h1 span {
	font-size: 17px;
}

#inmuebles .cada-inmueble {
	border:1px solid #C3C3C3;
	margin-top:20px;
	padding:10px;
}

#inmuebles .cada-inmueble .foto {
	float:left;
	width: 30%;
}

#inmuebles .cada-inmueble .txt {
	float:left;
	width: 68%;
	padding-left:2%;
}

#inmuebles .cada-inmueble .txt p a {
	font-family: Arial;
	font-size: 14px;
	color:#000000;
	line-height: 140%;
	text-decoration: none;
}

#inmuebles .cada-inmueble .txt .precio {
	margin-top:10px;
}

#inmuebles .cada-inmueble .txt .precio a {
	font-family:Montserrat-Bold;
	font-size: 16px;
	/*color:#939452;*/
	color:#BA1817;
	text-decoration: none;
}

#inmuebles .cada-inmueble .txt h1 {
	margin-bottom:10px;
}

#inmuebles .cada-inmueble .txt h1 a {
	font-family:Montserrat-Bold;
	font-size: 18px;
	color:#333333;
	line-height: 120%;
	text-decoration: none;
}

#inmuebles .cada-inmueble .txt h1 a:hover {
	/*color:#939452;*/
	color:#BA1817;
}

#inmuebles .cada-inmueble .vermas {
	width: 100%;
	text-align: right;
	margin-top:10px;
}

#extras-izq {
	width: 32%;
	float:right;
	margin-bottom:30px;
	margin-right:3%;
	min-width: 230px;
	max-width: 320px;
}

#buscador {
	width: 100%;
	float:right;
	margin-bottom:20px;
}

#buscador h1 {
	width: 100%;
	height: 30px;
	background-color: #565814;
	padding-top:14px;
	margin-bottom:15px;
}

#buscador h1 span {
	font-family:Montserrat-Bold;
	color:#FFFFFF;
	font-size:15px;
	padding-left:20px;
}

#buscador form {
	width: 96%;
	margin:auto;
}

#buscador form select {
	width: 100%;
	height: 32px;
	margin-bottom:15px;
	border:1px solid #C3C3C3;
	font-size: 15px;
}

#buscador form input {
	width: 100%;
	height: 28px;
	margin-bottom:15px;
}

#buscador form .bt {
	width: 96px;
	height: 32px;
	float: right;
}

.qsomos {
	font-family:Arial;
	color:#010101;
	font-size:15px;
	line-height: 140%;
	padding-left:20px;
	padding-right: 20px;
	text-align: justify;
}

#merca {
	width: 100%;
	float:right;
	margin-bottom:20px;
}

#merca h1 {
	width: 95%;
	height: 30px;
	background-color: #565814;
	padding-top:14px;
	margin-bottom:15px;
	font-family:Montserrat-Bold;
	color:#FFFFFF;
	font-size:15px;
	padding-left:5%;
}

#merca h1 span {
	font-family:Arial;
	color:#CCCCCC;
	font-size:13px;
	float: right;
	padding-top:3px;
	padding-right:15px;
}

#merca h2 {
	margin-bottom:20px;
	width: 33.3%;
	float:left;
	font-family:Kreon-Regular;
	color:#524D44;
	font-size:16px;
	text-align: center;
}

#merca .moneda {
	margin-bottom:20px;
	width: 33.3%;
	float:left;
	font-family:Arial;
	color:#010101;
	font-size:15px;
	text-align: center;
}

#links {
	width: 100%;
	float:right;
}

#links h1 {
	width: 100%;
	height: 30px;
	background-color: #565814;
	padding-top:14px;
	margin-bottom:15px;
}

#links h1 span {
	font-family:Montserrat-Bold;
	color:#FFFFFF;
	font-size:15px;
	padding-left:20px;
}

#links .link {
	width: 90%;
	max-width: 320px;
	min-height: 20px;
	margin:auto;
	background: url('../img/ico_enlace.png') no-repeat;
	padding-left:27px;
	padding-top:3px;
	margin-bottom:10px;
}

#links .ico-inmuebles {
	background: url('../img/ico_enlace_inmueble.png') no-repeat;
}

#links .link a {
	font-family: Arial;
	font-size: 14px;
	color:#000000;
	text-decoration: none;
}

#links .link a:hover {
	color:#565814;	
}

.paginado {
	width: 45%;
	max-width: 350px;
	min-width: 320px;
	padding-top:30px;
	padding-bottom:30px;
	margin: auto;
}

.bt {
	float:left;
	cursor:pointer;
}

.tipoyop {
	/*color:#939452;*/
	color:#BA1817;
	padding-top:4px;
	font-size:16px;
}

.noinmuebles {
	font-family: Arial;
    font-size: 15px;
    color: #010101;
	line-height: 140%;
	margin-top:20px;
	padding-left:2px;
}

.off {
    opacity: 0.4;
}

.off2 {
    opacity: 0.2;
}

.paginas {
	float:left;
	padding-left:12px;
	padding-right: 12px;
	font-family: Arial;
	font-size: 14px;
	color:#000000;
	padding-top:9px;
}

#buscador-responsive {
	border:1px solid #C3C3C3;
	margin-top:10px;
	padding:10px;
	display:none;
}

#buscador-responsive form {
	width: 100%;
	margin:auto;
}

#buscador-responsive select {
	width: 100%;
	float:left;
	height: 32px;
	display:block;
	margin-bottom:15px;
	border:1px solid #C3C3C3;
	font-size:15px;
}

#buscador-responsive form input {
	width: 100%;
	height: 28px;
}

#buscador-responsive form .bt {
	width: 96px;
	height: 32px;
	float: right;
}

#interior {
	width: 94%;
	margin:auto;
}

#interior h1 {
	font-family:Montserrat-Bold;
	/*color:#71731A;*/
	color:#BA1817;
	font-size: 24px;
	padding-bottom:20px;
}

#interior h1 span {
	font-size: 17px;
}

#fotos {
	width: 52%;
	float: left;
	margin-bottom:40px;
	padding-right: 2%;
}

.thum a {
	float:left;
	width: 24%;
	padding-right:1%;
}

.volver {
	margin-top:30px;
}

#detalles {
	width: 46%;
	float: left;
	margin-bottom:40px;
}

#detalles h1 {
	font-family:Montserrat-Bold;
	font-size: 22px;
	color:#333333;
	line-height: 140%;
}

#detalles p {
	font-family: Arial;
	font-size:14px;
	color:#000000;
	line-height: 140%;
}

#detalles .precio {
	margin-top:20px;
	font-family: Montserrat-Bold;
	font-size:25px;
	/*color:#929352;*/
	color:#BA1817;
	line-height: 140%;
}

#consulta-inmueble {
	margin-top:30px;
}

#consulta-inmueble h1 {
	width: 95%;
	height: 30px;
	/*background-color: #565814;*/
	background-color: #991915;
	font-family:Montserrat-Bold;
	color:#FFFFFF;
	font-size:14px;
	padding-top:14px;
	padding-left:20px;
	padding-bottom:0px;
	line-height: 100%;
}

#consulta-inmueble form {
	width: 90%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#consulta-inmueble input {
	float:left;
	width: 43%;
	height: 30px;
	border:1px solid #C3C3C3;
	font-family: Arial;
	font-size: 14px;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:15px;
	margin-right: 2%;
}

#consulta-inmueble textarea {
	width: 91%;
	height: 90px;
	border:1px solid #C3C3C3;
	font-family: Arial;
	font-size: 14px;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	resize: none;
}

#consulta-inmueble .bt {
	border:none!important;
	width: 96px!important;
	height:32px!important;
	float:right!important;
	padding-left:0px!important;
	padding-right:4%!important;
	margin-bottom:0px!important;
	margin-top:10px!important;
}


#mapa {
	margin-top:20px;
	width: 98%;
	height: 250px;
	border:1px solid #C3C3C3;
}

.color-fondo-inmuebles {
	background-color: #A30707!important;
}

@media screen and (max-width: 1213px) {
	#lista-servicios .ml0 {
		margin-left:15px;
	}
	#lista-servicios .ml2 {
		margin-left:15px;
	}
}

@media screen and (max-width: 1204px) {
	#enlaces {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	.columna1 {
		width: 90%;
	}
	.columna2 {
		display: none;
	}

	#redes-sociales {
		right: 10px;
	}
}
/*aca los estilos de la seccion inmueble*/
@media screen and (max-width: 898px) {
	#menu {
		display: none;
	}
	#menu-responsive {
		display: block;	
	}
	.fila-pie p {
		font-size: 25px;
	}
	#inmuebles {
		width: 94%;
		margin:auto;
		clear: left;
	}
	#buscador {
		display: none;
	}
	#buscador-responsive {
		display:block;
	}
	#merca {
		display: none;
	}
	#links {
		display: none;
	}
}

@media screen and (max-width: 841px) {
	#quienessomos {
		width: 90%;
	}
	#profesionales {
		display: none;	
	}
	#mercados {
		display: none;
	}
	.servi {
		width: 90%;
	}
}

@media screen and (max-width: 783px) {
	#lista-servicios .ml0 {
		margin-left:0px;
	}
	#lista-servicios .ml {
		margin-left:0px;	
	}
	#lista-servicios .ml2 {
		margin-left:0px;
	}
	.fila-pie p {
		font-size: 20px;
	}
}

/*este se utiliza para el interior de inmuebles*/
@media screen and (max-width: 690px) {
	#fotos {
		width: 100%;
		clear: left;
	}
	#detalles {
		width: 100%;
		clear: left;
	}
}


@media screen and (max-width: 551px) {
	#formu input {
		width: 97%;
	}
	#formu .ml {
		margin-left:0%;
	}
}