div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    text-align:justify;
  }


p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    text-align:justify;
  }

.boton {
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:white;
    background:#162636;
    border: 1px solid #ffffff;
  }

.nada a:link {
    text-decoration: none;
	background: white;
  }

.nada a:visited {
    text-decoration: none;
	background: white;
  }

.nada a:hover {
    text-decoration: none;
	background: white;
  }

a:link {
    text-decoration: none;
    color: #162636;
  }


a:visited {
    text-decoration: none;
    color: #162636;
  }


a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #162636;
  }

.aviso{
	background-color: red;
	color: white;
	font-weight: bold;
	width: 250px;
}

/***************
PRESENTACION DE LOS INMUEBLES
***************/

ul#split{
	margin: 5px 10px 5px 10px;
	padding:0;
	list-style:none;
	cursor: pointer;
}

ul#split li{
	margin:0;
	padding:0;
	list-style:none;
}

ul#split li{
	float:left;
	width:150px;
	height: 250px;
	margin:0 10px 10px 0;
	
}

ul#split h3{
	font: normal 120%/1.3 Verdana,sans-serif;
	font-weight:bolder;
	text-transform:uppercase;
	margin:0px;
	padding: 5px 0 0;
	text-align:center;
	color: #000;
}

ul#split img{
	margin-left: 22px;
}

ul#split p{
	margin:0;
	padding:3px 8px 8px
}
li#inmueble{
	background: #8EA0AF;
}

li#baja{
	
	background: #BCD4E8;
}

li#destacados{
	background: #FFBD00
}

ul#fotos{
	padding:0;
	list-style:none;
}

ul#fotos li{
	padding:0;
	list-style:none;
	margin: 0;
	padding: 0px 10px 0px 0px;
	display: inline;
}

.cuerpo{
	height: 85px;
	overflow: hidden;
	margin: 0px 5px 0px 5px;
	text-indent: 5px;
}

.cuerpo2{
	height: 125px;
	overflow: hidden;
	margin: 0px 5px 0px 5px;
	text-indent: 5px;
}

.descripcion{
	height: 30px;
	border-bottom: 1px solid blue;
	margin: 5px 3px 12px 3px;
	overflow: hidden;
	text-indent: 5px;
}

.main{
	position: relative;
	height: 310px;
}

.scroll{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

