/* CSS Document */

	.record {
		float:left;
		width:228px;
		height:85px;
		background-image:url(../imagenes/bg_item.jpg);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		cursor:pointer;
	}

	.vendidoplus{
		float:left;
		position:relative; top:-156px; left:-226px;
		z-index: 10000000px;
		width:0px;	
		height:0px;	
	}
	
	.vendido{
		float:left;
		position:relative; top:9px; left:-230px;
		z-index: 10000000px;
		width:0px;	
		height:0px;	
	}

	.vendidohome{
		float:left;
		position:relative; top:9px; left:-215px;
		z-index: 10000000px;
		width:0px;	
		height:0px;	
	}
		
	.record a,.fotorecord a,.datosrecord a,.titulorecord a,.localidadrecord a {
		color:#000000;	
		text-decoration:none;
	}

	.preciorecord a {	
		text-decoration:none;
		color:#F98537;
	}

		
	.record:hover {
		background-image:url(../imagenes/bg_item2.jpg);	
	}		
	
		.fotorecord {
			width:81px;
			height:59px;
			float:left;
			padding-left:10px;
			padding-top:15px;
		}
		
		.datosrecord {
			float:left;
			width:110px;
			padding-top:12px;
			padding-left:10px;
			padding-right:5px;
			font-family:Arial;
			font-size:11px;
			overflow:hidden;
		}		
		
		.titulorecord {
			float:left;
			clear:both;
			padding-top:5px;
			width:130px;
			height:14px;
			font-weight:bold;
			overflow:hidden;			
		}

		.localidadrecord {
			float:left;
			clear:both;
			padding-top:2px;
			height:14px;
			width:130px;
			overflow:hidden;			
		}

		.preciorecord {
			float:left;
			clear:both;
			padding-top:5px;		
			color:#F98537;
			font-size:13px;
			font-weight:bold;
			width:100px;
			overflow:hidden;			
		}

	.plus {
		float:left;
		width:228px;
		height:265px;
		background-image:url(../imagenes/bg_home.jpg);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		cursor:pointer;
		overflow:hidden;
	}

	.plus a,.fotorplus a,.datosplus a,.tituloplus a,.localidadplus a {
		color:#000000;	
		text-decoration:none;
	}

	.preciorplus a {
		text-decoration:none;
		color:#F98537;
	}
	
	.fotoplus {
		width:214px;
		height:156px;
		padding-left:9px;
	}

		.datosplus {
			width:220px;
			float:left;	
			padding-top:10px;
			padding-left:10px;
			padding-right:5px;
			font-family:Arial;
			font-size:12px;
			overflow:hidden;
		}		
		
		.tituloplus {
			float:left;
			clear:both;
			padding-top:5px;
			font-weight:bold;
			width:220px;
			height:15px;
			overflow:hidden;
		}

		.localidadplus {
			float:left;
			clear:both;
			width:220px;
			height:15px;
			padding-top:2px;
			overflow:hidden;
		}
		
		.monedaplus {
			float:left;
			color:#F98537;
			font-size:14px;
			font-weight:bold;
		}
						
		.precioplus span{
			color:#F98537;
			font-size:18px;
			font-weight:bold;
		}

		.precioplus {
			float:left;
			clear:both;		
			padding-top:5px;		
			color:#F98537;
			font-size:18px;
			width:200px;
			
			font-weight:bold;
		}
		
		.vermas{
			float:left;
			clear:both;		
			padding-top:5px;
		}
		
		#detalle_btn {
			background-image:url(../imagenes/detalle_btn.jpg);
			background-repeat:no-repeat;
		}
	
		#detalle_btn:hover {
			background-image:url(../imagenes/detalle_btn2.jpg);
		}	
