/*------------------------------------------------------------------
	Real Estate Stylesheet

	Project:		Real Estate
	Version:		1.0
-------------------------------------------------------------------*/
.listado-imagen {
    position: relative;
    float: left;
}

.listado-detalle {
    position: relative;
    float: right;
    margin-left: 10px;
    width: 460px;
}

.listado-detalle .detalle{
    min-height: 140px;
}

.text-right {
    text-align: right;
}

.no-margin-left {
    margin-left: 0px;    
}

#lista-barrios td {
    width: 200px; 
    text-align: left;
    font-size: 10px;
    margin-left: 5px;
}

#lista-barrios td input{
    margin-right: 5px;
}

.form-login {
    padding: 5px;
}

.footer {
    width: 100%;
    height: 41px;
    clear: both;
    font-size: 11px;
    background-color: #f2efef;
    border-top: 1px #eeabbd dashed;
    margin-top: 10px;
}

#mapa img {
    max-width: none;
}

.uploadFrame {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 95%;
    min-height: 50px;
    border: 1px dashed #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #EF018D;
  *background-color: #EF018D;
  background-image: -moz-linear-gradient(top, #28597a, #EF018D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#28597a), to(#EF018D));
  background-image: -webkit-linear-gradient(top, #28597a, #EF018D);
  background-image: -o-linear-gradient(top, #28597a, #EF018D);
  background-image: linear-gradient(to bottom, #28597a, #EF018D);
  background-repeat: repeat-x;
  border-color: #EF018D #EF018D #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #EF018D;
  *background-color: #EF018D;
}

.carouselImg img {
  width: auto;
  height: 225px;
  max-height: 225px;
}

.carousel {
  margin-bottom: 0;
  /*padding: 0 40px 30px 40px;*/
}

.carousel-control {
  left: -12px;
}
.carousel-control.right {
  right: -12px;
}

.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

.carousel-indicators li {
  background: #c0c0c0;
}

.carousel-indicators .active {
  background: #333333;
}