


/* RESULTADOS BUSQUEDA */

#dormitorios
{
	background-color: transparent;
	background-image: url(../imagenes/fondo-cabecera-izq.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	width: 25%;
}

#metros
{
	background-color: #C00000;
	text-align: center;
	width: 25%;
}

#precio
{
	background-color: transparent;
	background-image: url(../imagenes/fondo-cabecera-der.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 50%;
	text-align: center;
}


#resultados-busqueda
{
	float: left;
	height: 50%;
	width: 35%;
	margin: 4% 0 0 1%;
	font-family: Verdana,tahoma,  arial;
	text-align: center;
	font-size: 11px;
}

#resultados-busqueda table
{
	width: 90%;
	border-collapse: collapse;

}


#resultados-busqueda tr
{

	text-align: center;
	height: 20px;

}

#resultados-busqueda tr.titulo-tabla td {
	color: white;
	height: 30px;
	font-size: 13px;
	}

#resultados-busqueda td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;

	}
	
#resultados-busqueda td a 
{
	display: block;
	text-decoration: none;
	color: black;
	font-family: Verdana,tahoma,  arial;
	text-align: center;
}

#resultados-busqueda a:hover
{
	color: white;
}
#resultados-busqueda tr:hover
{
	background: #c00000;
	color: white;
}

#encontrado
{
	display: block;
	font-size: 14px;
	margin-bottom: 25px;
	padding-right: 20px;
}
/* FICHA VIVIENDA */

#casa
{
	position: absolute;
	left: 39%;
	top: 110px;
	width: 60%;
	height: 360px;
	float: right;
}

#casa .pinche
{
 position: relative;
 top: 100px;
 left: 200px;
 padding: 10px;
 text-align: justify;
 display: block;
 width: 300px;
 height: 40px;
 border: 1px black solid;
 background-color: #C00000;
 color: white;
 font-size: 16px;
}


#ficha
{
	font-style: Verdana, Tahoma;
	font-size: 11px;
	margin-top: 0px;
	position: relative;
	top: 20px;
}

#ficha h3
{
	display: block;
	width: 200px;
	height: 24px;
	color: white;
	background-image: url(../imagenes/enlace.png);
	text-align: center;
	margin-left: 10px;
	font-size: 13px;
	padding-top: 5px;
	margin-bottom: 10px;
	position: relative;
	left: -10px;
	
}

#plano
{
position: absolute;
left: 34%;
top: 20px;
width: 400px;
height: 400px;
}

#plano h3
{
	display: block;
	width: 100px;
	height: 24px;
	color: white;
	background-image: url(../imagenes/descargas.png);
	text-align: center;
	margin-left: 10px;
	font-size: 13px;
	padding-top: 5px;
	position: relative;
	left: 20px;
}

#plano img
{

	position: relative;
	top: -10px;
	left: 0px;
	height: 380px;
}
#descargas
{
	position: relative;
	top: 10px;
}

#descargas h3
{
	display: block;
	width: 100px;
	height: 24px;
	color: white;
	background-image: url(../imagenes/descargas.png);
	text-align: center;
	margin-left: 10px;
	font-size: 13px;
	padding-top: 5px;
	margin-bottom: 10px;
	position: relative;
	left: -10px;
}

#descargas a
{
	text-decoration: none;
	font-size: 12px;
	font-style: Tahoma, Verdana;
}

#paginacion
{
	margin-top: 5px;
	position: center;
	text-align: center;
}

#paginacion a
{
   text-decoration: none;
   text-align: center;
/*   border: 1px solid #000000; */
	border-style: solid;
   border-width: 5px;
	border-color: black;	
	padding: 0 4px 0px 5px;
	text-decoration: none;

	border: 1px;
	background-color:  #c00000;
	color: white;
	width: 25px;
	height: 25px;
}

#paginacion a:hover
{
	background-color: black;
	border-color: #c00000;
}


