﻿@charset "utf-8";
/* CSS Document */

#fichaInmueble { 
  height: 168px;
  width: 730px;
  margin-top: 30px;
  position: relative;
  padding-bottom: 2px;
  border-bottom: 2px solid #f9a801;
 }

#fichaInmueble #foto {
	position: relative;
	float: left;
}

#fichaInmueble #ref, #fichaInmueble #des, #fichaInmueble #prec, #fichaInmueble a.boton {
	position: absolute;
	margin: 0px;
	text-align: left;
}

#fichaInmueble #ref {
	top:  0px;
	left: 210px;
	font: bold 1em Arial;
	color: #f9a801;
}

#fichaInmueble #des {
	height: 95px;
	overflow: hidden;
	top:  30px;
	left: 210px;
	font: normal 0.9em Arial;
	color: #5c84c4;
}

#fichaInmueble #prec {
	top:  145px;
	left: 210px;
	font: bold 0.9em Arial;
	color: #5c84c4;
}

#fichaInmueble a.boton {
		display: block;
		height: 30px;
		background: url(../img/btn-verde-izq-trans.png) top left no-repeat; 
		margin: 0px;
		padding-left: 10px;
		
		top: 135px;
		right: 10px;
					
			font-family: "verdana", sans-serif;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
	}
#fichaInmueble a.boton span {
			display: block;
			height: 26px;
			float: left; /* IE 6 Fix */
			padding: 4px 10px 0px 0px;
			background: url(../img/btn-verde-der-trans.png) top right no-repeat;
			margin: 0px;		
		}
#fichaInmueble a.boton:hover {
			background-position: bottom left;
		}
#fichaInmueble a.boton:hover span {
			background-position: bottom right;
			color: #dae1ea;
			cursor: pointer; /* Remind IE which cursor to use! */
		}  


#fichaInmueble #cinta {
	position: absolute;
	left: 76px;
	top: 87px;
	z-index: 4;
}


/*
#fichaInmueble { float:left; background-color:#FFCC33; padding: 0px; width:216px; margin: 4px 10px 15px 3px; }
#fichaInmueble #foto{position:relative; width:200px; background-color:#FFCC33; margin: 8px auto 4px auto;}
#foto img { height: 150px; } 
#fichaInmueble #ref{font-family:Arial, Helvetica, sans-serif;	font-size: 12px; position:absolute; top:0px; left:0px; font-weight: bold; color:#FFFFFF; background-color: #FFCC33; padding: 3px;}
#fichaInmueble #foto #cinta img{position:absolute; top:69px; left:76px; height: 81px}
#fichaInmueble #des{ font-family:Arial, Helvetica, sans-serif;	font-size: 12px; color:#FFFFFF;	height: 30px; overflow:hidden; float:left; margin: 0px 4px 2px 4px;}
#fichaInmueble #prec{ background-image:url(../img/es-in-iz2.gif); background-repeat: no-repeat; background-position:bottom left; font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#FFFFFF;	background-color:#000000; padding: 4px 4px 4px 8px; float:left; width:204px}
#fichaInmueble #prec a { color: #FFFFFF; }
#fichaInmueble #prec a:hover { color: #FFFFFF; text-decoration:underline;}
*/