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

.titulos_bicis{
	background:url(imagenes/bg_titles.jpg) no-repeat;
	width: 514px;
	height: 28px;
	text-align: left;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin-top: 10px;
	text-indent: 20px;
	line-height:28px;
}
	
.imagenes_bici{
	background:url(imagenes/bg_bikes-small.jpg) no-repeat;
	width: 174px;
	height: 144px;
	margin: 10px 0px 0px 0px;
	}
.imagen_small{
	width: 152px;
	height: auto;
	/*margin: 7px 0px 0px 7px;*/
	
}
.imagen_bici{
	background: url(imagenes/bg_bikes.jpg) no-repeat;
	width: 349px;
	height: 246px;
	margin: 10px 0px 0px 0px;
	}
	
.imagen_big {
	width: 330px;
	height: auto;
	/*margin: 10px 0px 0px 10px;*/
}
.descripcion {
	width: 330px;
	height: auto;
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	margin: 0px 0px 0px 10px;
}
.precio{
	background:url(imagenes/bg_cost.jpg) no-repeat;
	width: 118px;
	height: 31px;
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	/*color: #999999;*/
	line-height:28px;
	text-align:center;
	
}

.search {
	background:url(imagenes/menu_search.jpg) no-repeat;
	width: 192px;
	height: 20px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-indent: 15px;
	line-height:20px;
		
}
.menu {
	text-align: left;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;

	line-height:23px;
}

a.menu_link {
	width: 260px;
	font-family:Arial;
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
/*	margin-top: 10px;*/
	text-decoration: none;
	text-align:left;
}
a.menu_link:hover  {
	text-decoration:underline;
	color: #CCCCCC;
}
