/* CSS Document */
.menus_inicio_1{
	width:235px;
	height:240px;
	float:left;
	margin-left:2px;
	margin-top:20px;
}
.menus_inicio_2{
	 width:235px;
	 height:240px;
	 float:left;
	 margin-left:5px;
	 margin-top:20px;
}
.menus_inicio_1 ul, .menus_inicio_2 ul{border-right:1px solid #f1f1f1;}
	.menus_inicio_1 ul li, .menus_inicio_2 ul li{
		margin-left:10px;
		padding-left:6px;
		background-image:url(../images/ico_simple.gif);
		background-position:0 0.5em;
		background-repeat:no-repeat;
	}
	.menus_inicio_1 ul li a, .menus_inicio_2 ul li a{
		color:#585858;
		text-decoration:none;
	}
	.menus_inicio_1 ul li a:hover, .menus_inicio_2 ul li a:hover{
		text-decoration:underline;
	}
/*//////////////////////////////////////////////////////////////////////*/
.fnd_noticias_ofertas{
	background-color:#f1f1f1;
	height:600px;
	background-image:url(../images/fnd_noticias_ofertas.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
	.fnd_noticias_ofertas_2{
		height:600px;
		background-image:url(../images/fnd_arboles.gif);
		background-position:bottom center;
		background-repeat:no-repeat;
	}
/*//////////////////////////////////////////////////////////////////////*/
.noticias{
	float:left;
	/*width:715px;*/
	width:480px;
}
	.noticias h2{margin:7px 0 0 2px;}
	.noticias .noticias_imagenes{
		height:275px;
		margin:10px 0;
	}
		.noticias .noticias_imagenes .img_grande{
			border:5px solid white;
			float:left;
			margin-right:5px;
			margin-left:10px;
		}
		.noticias .noticias_imagenes .img_peque{
			float:left;
			margin-bottom:5px;
			border:5px solid white;
			
		}
	.noticias h3{
		font-size:1.6em;
		margin:0 0 0 15px;
	}
	.noticias div.breve_noticias{
		margin:0 10px 10px 20px;
	}
	.noticias p.autor-fecha{
		border-top:1px solid #fff;
		padding-top:10px;
	}
		.noticias p.autor-fecha a{
			text-decoration:underline;
			padding-right:10px;
			background-image:url(../images/ico_completo_rojo.gif);
			background-position:right 0.5em;
			background-repeat:no-repeat;
		}
		.noticias p.autor-fecha a:hover{
			text-decoration:none;
		}
/*//////////////////////////////////////////////////////////////////////*/
.ofertas{
	float:right;
	width:235px;	
}
	.ofertas h2{ margin:7px 0 0 2px;}
	.ofertas .ofertas_ficha{
		margin:10px 5px;
		/*padding:5px 0 25px 0;*/
		min-height: 100px;
		height:auto;
		_height: 100px;		
		overflow:hidden;
		_overflow:visible;
		border:1px solid white;
		background-image:url(../images/fnf_ofertas.gif);
		background-position:bottom center;
		background-repeat:repeat-x;
		background-color:white;
		font-size:0.8em;
	}
		.ofertas .ofertas_ficha img{
			border:5px solid white;
			margin-right:5px;
			float:left;
		}
	.ofertas .ofertas_ficha p.carrito{
		text-align:right;
		margin-top:20px;		
	}
	.ofertas .ofertas_ficha p.carrito a{
		text-decoration:underline;
		font-weight:bold;
		color:#B60202;
		padding:5px 15px 5px 0;
		background-image:url(../images/ico_carrito.gif);
		background-position:right 0.8em;
		background-repeat:no-repeat;
		}
	.ofertas .ofertas_ficha p.carrito a:hover{
		text-decoration:none;
	}
/*//////////////////////////////////////////////////////*/
.maquinas-segunda-mano{
	float: left;
	margin: 10px;
	text-align:center;
	width: 28.5%;
	background-color:white;
	border:1px solid #E8E8E8;
}
	.maquinas-segunda-mano img{ 
		margin:5px 5px 0 5px;
		border:1px solid #E8E8E8;
	}
	.maquinas-segunda-mano a{
		color:#585858;
	}
	.maquinas-segunda-mano a:hover{ 
		text-decoration:underline;
		}
		.maquinas-segunda-mano a:hover img{
					opacity:0.4;
		filter:alpha(opacity=40);
	}
