/* Sistema desarrollado por balloon | (c) 2013 balloon development + design. | balloon.com.uy */
*{
	margin:0;
	padding:0;
	}
body{
	font-size:100%;
	background:url(../img/bg-pattern.png) repeat;
	}
h1{
	font: 1.9em 'Roboto', sans-serif;
	display:inline-block;
	background:#A52E1E;
	color: #FFF;
	line-height: 32px;
	float:left;
	padding:10px;
	font-weight:300;
	}
h1 span{
	font-weight:100;
	font-size:.7em;
	}
h2{
	font:1.8em 'Roboto', sans-serif;
	font-weight:100;
	display:block;
	color:#A52E1E;
	margin:0 0 15px 0;
	}
h3{
	font:1.2em 'Roboto', sans-serif;
	display:block;
	color:#A52E1E;
	}
h3.barrio{
	color:#333;
	text-transform:none !important;
	font-family: 'Open Sans', sans-serif !important;
	}
p{
	font:.9em 'Open Sans', sans-serif;
	font-weight:400;
	color:#333;
	margin-bottom:10px;
	}
p b{
	font-weight:700;
	}
a img{
    border: none;
}
hr{
	display: block;
	clear: both;
	height: 5px;	
	background:url(../img/hr.svg);
	border: 0;
	margin: 2px 0 10px 0;
	width: 100%;
	}
h1#ppal{
	font: 1.9em 'Roboto', sans-serif;
	color: #A52E1E;
	line-height: 44px;
	font-weight:100;
	background:none;
	padding:0;
	}
#mar span, #operacion span{
	padding:4px;
	background:#06C;
	display:inline-block;
	color:#FFF;
	text-transform:uppercase;
	float:left;
	font:.8em Verdana, Geneva, sans-serif;
	margin:4px 4px 0 0;
	}
#operacion span{
	background:#060;
	}
#inicio{
	background:#FFF !important;
	}
#wrapper, #contenedor_footer, #contenedor_linea_footer, #buscador, nav, #wrapper_centrado, #breadcrumb, #ubicacion, #columnas{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
a{
	text-decoration:none;
	}
header{
	width:100%;
	background:#9B9B9B;
	}
#contenedor_header{
	width:960px;
	margin:0 auto;
	background:#565656;
	position:relative;
	}
#contenedor_header span{
	color:#CCC;
	float:right;
	text-transform:uppercase;
	right:15px;
	font:1em 'Karla', sans-serif;
	position:absolute;
	bottom:10px;
	}
#logo{
	width:109px;
	padding:15px;
	float:left;
	}
#logo img{
	width:100%;
	max-width:100%;
	}
#menu{
	width:100%;
	background:#EEEEEC;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.98);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.98);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.98);
	z-index:5;
	position:relative;
	}
nav{
	width:960px;
	background:#BDC6CA;
	margin:0 auto;
	}
nav ul li{
	list-style:none;
	float:left;
	padding:10px 11px;
	text-transform:uppercase;
	color:#565656;
	font:1em 'Karla', sans-serif;
	}
nav li:hover, .active{
	color:#FFF;
	background:#A52E1E;
	}
.btn-favorito, .btn-favorito:hover{
	padding-left: 40px !important;
	background:url(../img/iconos/btn-me-interesa-activado.png) no-repeat left 5px center #013583;
	color:#FFF;
	}
#wrapper{
	width:100%;
	height:600px;
	position:relative !important;
	}
#contenedor_wrapper{
	width:960px;
	position:absolute;
	margin-left:-480px;
	left:50%;
	}
#wrapper_centrado{
	width:960px;
	margin:0 auto;
	background:#FFF;
	-moz-box-shadow: 0px 1px 5px #cecece;
	-webkit-box-shadow: 0px 1px 5px #cecece;
	box-shadow: 0px 1px 5px #cecece;
	padding:0 10px 140px 10px;
	}
#titulo{
	font:1.6em 'Roboto', sans-serif;
	color:#FFF;
	text-transform:uppercase;
	margin-top:190px;
	background:#A52E1E;
	padding:5px 10px;
	display:inline-block;
	}
#buscador{
	width:960px;
	padding:10px;
	margin:0 auto;
	background:rgba(0, 0, 0, 0.64);
	z-index:5;
	}
#buscador form label, #enviar-propiedades label{
	display:block;
	padding-bottom:3px;
	color:#FFF;
	text-transform:uppercase;
	font:0.8em 'Open Sans', Arial, Helvetica, sans-serif;
	}
#buscador .campo{
	float:left;
	width:170px;
	}
#buscador input#enviar{
	width:87px;
	height:30px;
	background:#A52E1E;
	margin-top:21px;
	color:#FFF;
	float:left;
  	border:2px solid #A52E1E;
	text-transform:uppercase;
	cursor:pointer;
	}
#buscador input#limpiar{
	width:120px;
	height:25px;
	background:#CCC;
	margin-top:21px;
	border:none;
	float:left;
	text-transform:uppercase;
	font-size: 0.8em;
	cursor:pointer;
	margin-left: 10px;
	color:#666;
	}
#botonesBuscador{
	width:87px;
	margin-top:21px;
	float:left;
	}
#botonesBuscador input#enviar, #botonesBuscador input#limpiar{
	float:none;
	margin-top:0;
	}
#botonesBuscador input#limpiar{
	margin-left:-33px;
	margin-top:10px;
	}
#buscador input, #buscador select{
	font: .9em 'Open Sans', Arial, Helvetica, sans-serif;
  	color:#FFF;
  	width:130px;
	outline:0;
	padding:0 5px;
	color:#000;
  	border:2px solid #000;
	height:26px;
	}
#buscador select{
	width:160px !important;
	height:30px;
   	-webkit-appearance: none;
	-moz-appearance: none; appearance: none; 
	background:url(../img/iconos/flecha-desplegar.png) right no-repeat #FFF;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}
#frenteAlMar{
	float:left;
	margin-top:-18px;
	}
#frenteAlMar span{
	color:#FFF;
	text-transform:uppercase;
	font:1em 'Open Sans', Arial, Helvetica, sans-serif;
	}
#buscador input#frenteAlMar{
	width:15px;
	height:15px;
	outline:none;
	margin:2px 5px 0 0;
	}
#breadcrumb{
	width:960px;
	font:0.8em 'Open Sans', Arial, Helvetica, sans-serif;
	}
#breadcrumb a{
	color:#A52E1E;
	}
#breadcrumb ul li{
	float:left;
	list-style:none;
	padding:10px 8px 10px 0;
	}
#breadcrumb li a:hover, .infoBubble a:hover{
	text-decoration:underline;
	color:#A52E1E;
	}
#breadcrumb li.actual{
	color:#666;
	}
#header, #resultados, #ubicacion_info{
	width:940px;
	clear:both;
	}
.bloque{
	width:85px;
	background:#383B40;
	float:right;
	margin-left:5px;
	color:#FFF;
	text-align:center;
	padding:2px;
	}
.numero{
	display:block;
	font:2.3em 'Average Sans', sans-serif;
	}
.bloque span{
	font: 0.7em 'Average Sans', sans-serif;
	text-transform:uppercase;
	}
.imagenes{
	width:100%;
	padding: 30px 0;
	clear: both;
	display: inline-block;
	text-align: center;
	}
#galeria{
	width:100%;
	display: inline-block;
	text-align: center;
	padding:10px 0;
	}
#descripcion{
	width:644px;
	}
#comodidades, #equipamiento{
	width:316px;
	}
#equipamiento{
	margin-left:6px;
	}
#botonesInteresContacto{
	float:right;
	}
#btnMeInteresa, #btnContactar{
	padding:6px;
	background:#A52E1E;
	color:#FFF;
	cursor:pointer;
	text-transform:uppercase;
	font:.9em 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	}
#btnMeInteresa img, #btnContactar img{
	float:left;
	margin:-5px 6px 0 0;
	}
table{
	font:0.9em 'Open Sans', sans-serif;
	margin-bottom:15px;
	}
table td{
	border-bottom:#E0E0E0 solid 1px;
	padding:3px 0;
	}
td.centrado{
	text-align:center;
	}
#balneario{
	width:960px;
	margin:0 auto;
	text-align:center;
	padding:26px;
	color:#999;
	font:1.1em 'Roboto', sans-serif;
	padding-bottom:150px;
	}
#balneario h1{
	font:1.8em 'Roboto', sans-serif;
	display:block;
	color:#333;
	margin-bottom:8px;
	background:none;
	float:none;
	padding:0;
	}
#mapa, #contacto_propiedad{
	width:940px;
	margin:15px 0;
	}
#mapa{
	height:400px;
	}
#contacto_propiedad{
	width:940px;
	}
.contacto_columna{
	width:306px;
	float:left;
	position:relative;
	}
#media{
	margin:0 10px;
	}
#contacto_propiedad label{
	display:block;
	padding:4px 0;
	font:1em 'Open Sans', sans-serif;
	font-weight:400;
	color:#A52E1E;
	}
#contacto_propiedad input, #enviar-propiedades input{
	width:289px;
	height:15px;
	padding:8px;
	font:.9em 'Open Sans', sans-serif;
	color:#333;
	border:1px solid #ddd;
	outline:0;
	}
#contacto_propiedad input:hover, #contacto_propiedad input:focus, #mensaje textarea:hover, #mensaje textarea:focus, #enviar-propiedades input:hover, #enviar-propiedades input:focus, #enviar-propiedades textarea:hover, #enviar-propiedades textarea:focus{
	border-color:#999;
	}
.cantidad{
	width:136px;
	}
.cantidad input{
	width:118px !important;
	}
#mensaje{
	width:622px;
	float:left;
	margin-right:10px;
	}
#mensaje textarea, #enviar-propiedades textarea{
	width:610px;
	height:85px;
	padding:8px;
	font:.9em 'Open Sans', sans-serif;
	color:#333;
	border:1px solid #ddd;
	outline:0;
	resize:none;
	overflow:auto;
	}
input#enviar_prop{
	position:absolute;
	background:url(../img/bg-enviar.png) 100px no-repeat #A52E1E;
	padding:5px 30px;
	border:none;
	font:1em 'Open Sans', Arial, Helvetica, sans-serif;
	color:#FFF;
	height:auto;
	text-align:left;
	width:130px;
	top:103px;
	right:0;
	cursor:pointer;
	}
input.calendar{
	background:url(../img/iconos/calendar.png) no-repeat 275px;
	cursor:pointer;
	}
.resultado{
	width:920px;
	display:inline-block;
	background:#E4E4E4;
	margin-bottom:20px;
	padding:10px;
	height:auto;
	}
.imagen{
	float:left;
	margin-right:10px;
	}
.descripcion{
	float:left;
	width:356px;
	margin-right:10px;
	}
.descripcion h2{
	color:#666;
	line-height:1;
	margin-bottom:15px;
	text-transform:capitalize;
	}
.descripcion h2:hover{
	color:#000;
	}
.descripcion h3{
	text-transform:uppercase;
	font:.8em Verdana, Geneva, sans-serif;
	margin:-10px 0 15px 0;
	}
.descripcion p{
	font-size:.8em;
	}
.descripcion span{
	font:.7em 'Open Sans', sans-serif;
	text-transform:uppercase;
	}
.botones{
	width:240px;
	float:right;
	}
.botones .bloque{
	width:70px !important;
	}
.botones .bloque span{
	font-size:.7em;
	}
.boton_info{
	width:185px;
	padding:5px;
	background:#A52E1E;
	text-transform:uppercase;
	text-align:center;
	float:right;
	}
.boton_info a{
	color:#FFF;
	font: 1em 'Average Sans', sans-serif
	}
.conAlto{
	height:84px;
	background:none !important;
	}
.estrella, .sobre{
	float:right;
	width:30px;
	height:30px;
	background:#A52E1E;
	margin:15px 0 5px 5px;
	cursor:pointer;
	}
#ubicacion_info{
	margin:35px 0;
	display:inline-block;
	}
#ubicacion_imagen{
	float:left;
	width:270px;
	}
#mapa_ubicacion{
	width:668px;
	height:202px;
	float:left;
	}
#columnas{
	width:940px;
	margin:80px auto;
	display:inline-block;
	padding:0 67px;
	}
.columna, .columna_medio{
	width:200px;
	display: inline-block;
	color: #373632;
	background-color: #f7f7f7;
	border: 1px solid #ebeae9;
	text-align:center;
	float:left;
	padding:0 20px 20px 20px;
	-moz-transition-delay: initial;
	-moz-transition-duration: 0.4s;
	-moz-transition-property: background, color;
	-webkit-transition-delay: initial;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: background, color;
	-o-transition-delay: initial;
	-o-transition-duration: 0.4s;
	-o-transition-property: background, color;
	transition-delay: initial;
	transition-duration: 0.4s;
	transition-property: background, color;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	}
.columna:hover, .columna_medio:hover {
	background: #B5BABE;
}
.columna_medio{
	margin:0 40px;
	}
.columna img, .columna_medio img{
	position: relative;
	top: -24px;
	}
.columna p, .columna_medio p{
	color:#999;
	margin-top:10px;
	font-size:.8em;
	-moz-transition-delay: initial;
	-moz-transition-duration: 0.15s;
	-moz-transition-property: all;
	-webkit-transition-delay: initial;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-property: all;
	-o-transition-delay: initial;
	-o-transition-duration: 0.15s;
	-o-transition-property: all;
	transition-delay: initial;
	transition-duration: 0.15s;
	transition-property: all;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	}
a:hover p, a:hover p{
	color:#006;
	}
footer{
	width:100%;
	background:rgba(100, 111, 118, 0.85);
	margin-top:-120px;
	}
#contenedor_footer{
	width:960px;
	margin:0 auto;
	padding:0 20px;
	}
.datos_footer{
	max-width:407px;
	margin:20px 20px 20px 0;
	float:left;
	color:#FFF;
	font:0.9em 'Open Sans', Arial, Helvetica, sans-serif;
	}
#loader{
	width:54px;
	height:18px;
	margin:10px auto;
	}
.icono{
	float:left;
	}
.texto{
	float:right;
	margin-left:10px;
	}
.texto span.principal{
	font-size:1.2em;
	}
.texto span{
	display:block;
	margin-top:5px;
	text-align:right;
	}
.texto span a{
	color:#FFF;
	}
.texto span a:hover{
	color:#383B40;
	text-decoration:underline;
	}
#social{
	float:right;
	margin-top:65px;
	}
#social img{
	float:left;
	margin-left:4px;
	}
#linea_footer{
	width:inherit;
	background:#383B40;
	clear:both;
	display:inline-block;
	margin-bottom:-4px;
	}
#contenedor_linea_footer{
	width:960px;
	margin:0 auto;
	padding:0 20px;
	}
#linea_footer span{
	color:#CCC;
	font:0.7em 'Open Sans', Arial, Helvetica, sans-serif;
	padding:15px 0;
	}
#pdu{
	float:right;
	width:120px;
	height:26px;
	padding:10px 0;
	}
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
	width:150px;
	font:.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}
#aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
	}
.ayuda{
	border:1px solid #CCC;
	background:#FFF;
	color:#666;
	margin:0;
	padding:6px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111; 
}
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.fijar{
  	position:fixed !important;
  	top:0 !important;
}
.fijarBuscador{
  	position:fixed !important;
	top:39px !important;
	left:50% !important;
	margin-left:-480px !important;
}
.fijarWrapper{
	margin-top:138px !important;
	}
.fijarHeader{
	margin-top:-124px !important;
	}
.imagen a img {
	text-decoration: none;
	border: 0 none;
	display:compact;
	}
.infoBubble{
	overflow:hidden;
	}
.infoBubble img{
	width:133px;
	height:100px;
	float:left;
	margin-right:10px;
	}
.infoBubble p.titulo{
	font-size:1.3em;
	font-style:normal;
	color:#A52E1E;
	}
.infoBubble p{
	font-size:1.1em;
	font-style:italic;
	color:#666;
	margin-bottom:0;
	}
.infoBubble p a{
	color:#A52E1E !important;
	}
.deshabilitado{
	background:#CCC !important;
	}
#sinResultados{
	height:230px;
	background:url(../img/iconos/sinResultados.png) no-repeat;
	padding:50px 0 0 300px;
	margin:50px 0 0 50px;
	}
#enviar-propiedades{
	width:100%;
	margin:20px 0;
	}
#enviar-propiedades label{
	color:#333;
	font-size: 1.2em;
	}
#enviar-propiedades input#submit{
	background:#A52E1E;
	color:#FFF;
  	border:1px solid #A52E1E;
	cursor:pointer;
	margin-top:15px;
	width:44px;
	}
img.conBorde{
	border:#CCC solid 2px;
	margin-bottom:12px;
	}
#condiciones{
	margin: 10px 0;
	}
#condiciones a{
	font:.8em 'Open Sans', sans-serif;
	color:#666;
	cursor:pointer;
	}
#condiciones a:hover{
	text-decoration:underline;
	}
#reglamento{
	width:920px;
	padding:20px;
	background:#FFF;
	}
#reglamento ul li{
	font:.9em 'Open Sans', sans-serif;
	list-style:decimal;
	margin-bottom:8px;
	}
.disponibilidad{
	width:100%;
	clear:both;
	margin-top:8px;
	}
.disponibilidad hr{
	margin-bottom:6px !important;
	}
.disponibilidad p{
	margin-bottom:0;
	font-size:.8em;
	}
.p-disponibilida{
	display: block;
	padding:3px 6px;
	background:#FFBABA;
	color:#900;
}
.la-paloma-right{
	margin:8px 0 8px 8px;
	float:right;
	}
.la-paloma-left{
	margin:8px 8px 8px 0;
	float:left;
	}
::-moz-selection{ 
	background:#646F76;
	color:#fff;
	}
 :selection{ 
	background:#646F76;
	color:#fff;
	}