.buscador-dinamico {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.buscador-dinamico li label{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
}

.buscador-dinamico li {
	padding-bottom: 18px;
	display: block;
	height: 40px;
}

.buscador-dinamico select {
	width: 95%;
}

.aceptar-gris {
	cursor: default;
}

.msgerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.propiedades {
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0;
}

.propiedades li.propiedad{
	float: left;
	/*border-bottom: 3px solid #EEEEEE;*/
	padding-bottom: 0px;
	overflow: hidden;
}

.propiedades li.linea {
	float: none;
	clear: both;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	height: 3px;
	border-bottom: 3px solid #EEEEEE;
}

.propiedades li img{
	float: left;
	padding: 5px 17px 0px 5px;
}

.propiedades li div{
	float: left;
	width: 230px;
	/*height: 49px;*/
	overflow: hidden;
}

.relacionados {
	list-style: none;
	margin: 5px 0px 0px 3px;
	padding: 0;
}

.relacionados li {
	float: left;
	text-align: left;
	border-bottom: 1px solid #8C84BE;
	padding-bottom: 18px;
	height: 85px;
	overflow: hidden;
}

.relacionados li .img-relacionado{
	float: left;
	width: 66px;
	height: auto;
	padding: 6px 11px 0px 5px;
}

.relacionados li div{
	float: left;
	width: 252px;
	height: 49px;
	padding-top: 5px;
	overflow: hidden;
}

.relacionados li.grisado {
	background-color: #F8F8F8;
}

.relacionados li.primero {
	border-top: 1px solid #8C84BE;
}


.clear {
	clear: both;
}.tabla-img {
	border: 6px solid #F9EE7B;
}
.tabla-destacados {
	float: left;
}
.titulos-violetas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333192;
	text-decoration: none;
}
.texto-gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.texto-gris a {
	color: #666666;
}
