@charset "utf-8";
/* CSS Document */
#contenedor_categorias {
	position:relative;
	width:693px;
	height:152px;
	margin-left:10px;
	background:url(../img_web/jpg/fondo_categorias.jpg);
	background-repeat:no-repeat;

}
#titulo_categoria {
	position:relative;
	width:140px;
	height:45px;
	margin-top:50px;
	clear: none;
	float: left;
	margin-left: 45px;
}
#contenedor_fichas {
	position:relative;
	width:476px;
	float:left;
	height:117px;
	margin-top: 9px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 25px;
}
#mini_total {
	position:relative;
	width:120px;
	height:auto;
	float:left;
	margin-left:19px;
	border: thin solid #CBCBCB;

}
#foto_mini {
	position:relative;
	width:119px;
	height:auto;

}
#titulo_mini {
	position:relative;
	width:120px;
	height:auto;
	background-color: #666666;
}
