.center_top_rounded_corner_header
{
	position:relative;
}

#boton_ordenar
{
	text-align:right; 
	position:absolute;
	top:3px;
	right:10px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}



/* Redefinimos el alineado para la cabecera */
.center_top_rounded_corner_header
{
	text-align:left;
}


/**** CREAMOS EL ESTILO DE CADA FICHA DE LOS INMUEBLES QUE SE LISTAN ****/
.resultado_busqueda_clasica
{
	width:33%;
}

.ficha_inmueble_busqueda_anuncio
{
	text-align:-moz-center;
	text-align:center;
	background-color:#ffffdd;
	border:1px solid #00cc00;
	width:100%;
	padding:10px;
}

.ficha_inmueble_busqueda
{
	background-color:#ffffdd;
	border:1px solid #00cc00;
	width:100%
}

.ficha_inmueble_busqueda thead
{
	background-color:#00cc00;
	color:White;
	font-weight:bold;
}

.ficha_inmueble_busqueda tbody td
{
	padding:4px;
}

/* Fichas descartadas */
.ficha_inmueble_busqueda_descartada
{
	background-color:#dddddd;
	border:1px dashed #bbbbbb;
	width:100%
}

.ficha_inmueble_busqueda_descartada thead
{
	background-color:#bbbbbb;
	color:White;
	font-weight:bold;
}

.ficha_inmueble_busqueda_descartada tbody td
{
	padding:4px;
}

thead td
{
		padding:2px 5px 2px 5px;
}

/**** OTRA ALTERNATIVA PARA APLICAR AL TD DE LA FICHA DESCARTADA *******/
.resultado_busqueda_clasica_descartado
{
	width:33%;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}


/* Fichas descartadas */
.ficha_inmueble_busqueda_favorito
{
	background-color:#ffffdd;
	border:1px dashed #ff9900;
	width:100%
}

.ficha_inmueble_busqueda_favorito thead
{
	background-color:#ff9900;
	color:White;
	font-weight:bold;
}

.ficha_inmueble_busqueda_favorito tbody td
{
	padding:4px;
}
/**** OTRA ALTERNATIVA PARA APLICAR AL TD DE LA FICHA FAVORITA *******/

.resultado_busqueda_clasica_favorito {
	width:33%;
}

.resultado_busqueda_clasica_favorito table
{
	background-color:#ffffdd;
	border:1px dashed #ff9900;
	width:100%
}

.resultado_busqueda_clasica_favorito thead
{
	background-color:#ff9900;
	color:White;
	font-weight:bold;
}

/* Fichas favoritas*/

.fila_observaciones{
	height:65px;
}
.ultima_fila{
	height:35px;
}

.ultima_fila .div_logo{
	float:left;
	margin:auto;
	height:35px;
}

.botonMasInfo
{
	height: 25px;
	float:right;
	width:50%;
	margin:auto;
}

.botonMasInfo a, .botonMasInfo a:link, .botonMasInfo a:active, .botonMasInfo a:visited {
	display: block;
	width: 100%;
	height: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding-top: 5px;
	background-image:url('../images/design/fondo_boton_verde_25.jpg');
	border:1px solid #00cc00;
}

.botonMasInfo a:hover
{
	/*color:#00cc00;*/
	background-image:url('../images/design/fondo_boton_naranja_25.jpg');
	border:1px solid #ff9900;
}

.botonMasInfo a input
{
	border:none;
	background-color:Transparent;
	font-family:Arial;
	color:#fff;
	cursor:pointer;
}


.ultima_fila div{
	padding:5px;
}

.columna_central
{
	width:80%;
}

/* estilo para los botones de favorito y descartar */
.columna_central .boton_iconos 
{
	border:none; 
	cursor:pointer; 
	width:24px; 
	height:24px; 
	background-color:Transparent;
}
/* estilo para el boton de "enviar a amigo"*/
.botonEnviarAmigo
{
	border:none; 
	cursor:pointer; 
	width:24px; 
	height:24px; 
	background-color:Transparent;
}

.foto_thumb_inmueble
{
	width:100px;
	height:75px;
	border:1px solid #ff9900;
}
.foto_mapa
{
	width:50px;
	height:41px;
}

#tabs_modos ul
{
	margin-right:10px;
}

.popup
{
	width:400px;
}

#formulario_miTenerpiso
{
	border: 1px solid ;
	margin: 5px;
	padding: 5px; 
	background-color: #ffffdd;
}

#formulario_miTenerpiso .columna_impar
{
	text-align:right;
	white-space:nowrap;
}
#formulario_miTenerpiso .columna_par
{
	text-align:left;
}
#formulario_miTenerpiso input
{
	width:200px;
	border:1px solid;
	color:#007700;
}

#formulario_enviar_amigo
{
	margin: 2px;
	padding: 5px; 
	background-color: #ffffdd;
}

#formulario_enviar_amigo .columna_impar
{
	text-align:right;
	white-space:nowrap;
}
#formulario_enviar_amigo .columna_par
{
	text-align:left;
}
#formulario_enviar_amigo input
{
	border:1px solid;
	color:#007700;
}